Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #448 from vberger/x-wayland-split | tomaka | 2015-05-13 | 5 | -10/+347 | |
|\ | | | | | Make platform::linux generic over X11 and Wayland | |||||
| * | Disable Wayland backend. | Victor Berger | 2015-05-12 | 1 | -3/+3 | |
| | | | | | | | | It is not ready for production yet. | |||||
| * | Make platform::linux generic over X11 and Wayland. | Victor Berger | 2015-05-12 | 5 | -10/+347 | |
| | | ||||||
* | | Merge pull request #447 from tomaka/egl-fixes | tomaka | 2015-05-13 | 2 | -11/+29 | |
|\ \ | |/ |/| | Fixes in EGL context creation | |||||
| * | Fixes in EGL context creation | Pierre Krieger | 2015-05-12 | 2 | -11/+29 | |
|/ | ||||||
* | Merge pull request #446 from zmike/xwindow-upstream | tomaka | 2015-05-12 | 1 | -1/+1 | |
|\ | | | | | implement get_platform_window() return for X11 | |||||
| * | implement get_platform_window() return for X11 | Mike Blumenkrantz | 2015-05-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #441 from vberger/wayland | tomaka | 2015-05-09 | 2 | -15/+34 | |
|\ | | | | | Continuation of wayland API | |||||
| * | Continue wayland API: WindowProxy, MonitorID, | Victor Berger | 2015-05-09 | 2 | -15/+34 | |
|/ | | | | and some other little stuff. | |||||
* | Publish 0.1.3 | tomaka | 2015-05-09 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #439 from Esption/master | tomaka | 2015-05-09 | 10 | -16/+21 | |
|\ | | | | | Fixed build warnings on Linux | |||||
| * | Fixed build warnings | Esption | 2015-05-08 | 10 | -16/+21 | |
| | | ||||||
* | | Merge pull request #437 from tomaka/precise-versions | tomaka | 2015-05-08 | 1 | -13/+13 | |
|\ \ | | | | | | | Use precise version numbers for dependencies | |||||
| * | | Use precise version numbers for dependencies | Pierre Krieger | 2015-05-08 | 1 | -13/+13 | |
|/ / | ||||||
* | | Merge pull request #436 from Esption/master | tomaka | 2015-05-08 | 1 | -1/+1 | |
|\| | | | | | Added mut so glutin can compile on nightly. | |||||
| * | Added mut so glutin can compile on nightly. | Esption | 2015-05-08 | 1 | -1/+1 | |
|/ | ||||||
* | Publish 0.1.2 | tomaka | 2015-05-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #435 from Daggerbot/pr | tomaka | 2015-05-07 | 3 | -17/+8 | |
|\ | | | | | Using x11_dl instead of x11. | |||||
| * | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 3 | -17/+8 | |
|/ | ||||||
* | Merge pull request #434 from tomaka/x11-dynamic | tomaka | 2015-05-07 | 5 | -88/+131 | |
|\ | | | | | Make X11 dynamic | |||||
| * | Make it work under the raspi | Pierre Krieger | 2015-05-07 | 2 | -1/+6 | |
| | | ||||||
| * | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 5 | -88/+126 | |
|/ | ||||||
* | Merge pull request #410 from vberger/wayland | tomaka | 2015-05-07 | 3 | -0/+381 | |
|\ | | | | | (WIP) Wayland backend | |||||
| * | Firsts steps of a wayland backend. | Victor Berger | 2015-05-06 | 3 | -0/+381 | |
| | | ||||||
* | | Publish 0.1.1 | tomaka | 2015-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #433 from Daggerbot/pr | tomaka | 2015-05-06 | 1 | -1/+0 | |
|\| | | | | | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. | |||||
| * | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. | Daggerbot | 2015-05-06 | 1 | -1/+0 | |
|/ | ||||||
* | Fix previous commit | Pierre Krieger | 2015-05-06 | 1 | -1/+1 | |
| | ||||||
* | Publish 0.1 | tomaka | 2015-05-06 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 4 | -6/+9 | |
|\ | | | | | [Breaking change] Fix mouse wheel value on win32 and return a f64 instead of i32 in the MouseWheel event | |||||
| * | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 4 | -6/+9 | |
| | | ||||||
* | | Merge pull request #429 from tomaka/remove-headless | tomaka | 2015-05-06 | 4 | -6/+1 | |
|\ \ | | | | | | | [Breaking change] Remove the "headless" feature entirely | |||||
| * | | Remove the "headless" feature entirely | Pierre Krieger | 2015-05-04 | 4 | -6/+1 | |
| | | | ||||||
* | | | Merge pull request #432 from fkaa/cocoa-cursor-grab | tomaka | 2015-05-06 | 1 | -10/+8 | |
|\ \ \ | | | | | | | | | Add cursor grabbing on cocoa | |||||
| * | | | Add cursor grabbing on cocoa | Felix Kaaman | 2015-05-05 | 1 | -10/+8 | |
| | | | | ||||||
* | | | | Merge pull request #430 from tomaka/tomaka-patch-1 | tomaka | 2015-05-05 | 1 | -4/+0 | |
|\ \ \ \ | |/ / / |/| | | | Remove the necessity to call glFlush | |||||
| * | | | Remove the necessity to call glFlush | tomaka | 2015-05-04 | 1 | -4/+0 | |
| |/ / | ||||||
* | | | Merge pull request #431 from krdln/patch-1 | tomaka | 2015-05-05 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | Copy Linux dependencies to ARM target | |||||
| * | | Copy Linux dependencies to ARM target | krdln | 2015-05-05 | 1 | -0/+4 | |
|/ / | | | | | Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux. | |||||
* | | Publish 0.0.31 | tomaka | 2015-05-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #427 from bvssvni/osxfix | Felix Kaaman | 2015-05-04 | 1 | -2/+3 | |
|\ \ | | | | | | | Fix compiler errors on OSX | |||||
| * | | Fix compiler errors on OSX | Sven Nilsen | 2015-05-04 | 1 | -2/+3 | |
|/ / | | | | | | | Closes https://github.com/tomaka/glutin/issues/425 | |||||
* | | Merge pull request #424 from tomaka/tomaka-patch-1 | tomaka | 2015-05-04 | 1 | -24/+5 | |
|\ \ | | | | | | | Update the README | |||||
| * | | Update the README | tomaka | 2015-05-04 | 1 | -24/+5 | |
|/ / | ||||||
* | | Merge pull request #423 from tomaka/remove-headless | tomaka | 2015-05-04 | 8 | -24/+83 | |
|\ \ | | | | | | | Remove the "headless" feature | |||||
| * | | Remove the "headless" feature | Pierre Krieger | 2015-05-04 | 8 | -24/+83 | |
| | | | ||||||
* | | | Merge pull request #372 from tomaka/get-format-examples | tomaka | 2015-05-04 | 1 | -0/+2 | |
|\ \ \ | |/ / |/| | | Print the pixel format in the `window` example | |||||
| * | | Print the pixel format in the `window` example | Pierre Krieger | 2015-05-04 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #36 from tomaka/emscripten | tomaka | 2015-05-03 | 4 | -0/+383 | |
|\ \ | | | | | | | [WIP] Support for emscripten | |||||
| * | | Basic implementation of emscripten | Tomaka17 | 2015-05-03 | 4 | -0/+383 | |
|/ / |