| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Err when a X connection cannot be created instead of panicking | Pierre Krieger | 2015-09-20 | 2 | -5/+19 |
* | Merge pull request #580 from mbrubeck/scroll-lines | tomaka | 2015-09-01 | 1 | -10/+11 |
|\ |
|
| * | Read scroll axis info from all devices | Matt Brubeck | 2015-08-27 | 1 | -3/+2 |
| * | Take XIScrollClassInfo::increment into account | Matt Brubeck | 2015-08-24 | 1 | -7/+9 |
* | | Make it work on DragonFly/FreeBSD | Michael Neumann | 2015-08-30 | 1 | -1/+1 |
* | | Correct event type | Mariusz Ceier | 2015-08-28 | 1 | -1/+1 |
|/ |
|
* | Handle touch events on X11 | Matt Brubeck | 2015-08-18 | 1 | -2/+20 |
* | Enable grave key on X11 | Colin Sherratt | 2015-08-17 | 1 | -1/+1 |
* | Prefer GLX over EGL | Zetok Zalbavar | 2015-08-14 | 1 | -3/+5 |
* | Fix a rare crash in some X11 implementations (details below). | Glenn Watson | 2015-08-11 | 1 | -15/+38 |
* | Correctly handle eglGetDisplay | Pierre Krieger | 2015-08-07 | 1 | -2/+3 |
* | Merge pull request #553 from tomaka/egl-default | tomaka | 2015-08-02 | 1 | -3/+3 |
|\ |
|
| * | Use EGL by default with X11 | Pierre Krieger | 2015-07-28 | 1 | -3/+3 |
* | | Try libEGL.so.1 before libEGL.so | Pierre Krieger | 2015-07-28 | 1 | -1/+4 |
|/ |
|
* | Implement Window.set_inner_size on X11. | Daggerbot | 2015-07-23 | 1 | -3/+3 |
* | Add aarch64-unknown-linux-gnu support | Akos Kiss | 2015-07-23 | 1 | -2/+2 |
* | Only listen for mouse events from master devices | Robert Knight | 2015-07-22 | 1 | -1/+1 |
* | Correct window creation on X11 | Pierre Krieger | 2015-07-19 | 2 | -114/+60 |
* | Merge pull request #523 from tomaka/egl-split | tomaka | 2015-07-19 | 1 | -2/+2 |
|\ |
|
| * | Split creating an EGL context in two parts | Pierre Krieger | 2015-07-18 | 1 | -2/+2 |
* | | Address code review feedback | Robert Knight | 2015-07-13 | 1 | -31/+24 |
* | | Report focus in/out events under X11 | Robert Knight | 2015-06-28 | 1 | -2/+6 |
* | | X11 - Ignore scroll events that happen outside of Glutin windows | Robert Knight | 2015-06-28 | 2 | -4/+15 |
* | | Remove XInput2 code for handling keyboard events | Robert Knight | 2015-06-28 | 2 | -58/+35 |
* | | Use XInput2 for event handling | Robert Knight | 2015-06-28 | 5 | -86/+416 |
|/ |
|
* | Fix fullscreen mode on X11 | Pierre Krieger | 2015-06-26 | 1 | -15/+31 |
* | Merge pull request #488 from tomaka/rem-is-closed | tomaka | 2015-06-17 | 1 | -6/+2 |
|\ |
|
| * | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -6/+2 |
* | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -4/+5 |
|/ |
|
* | Merge pull request #484 from pinumbernumber/master | tomaka | 2015-06-16 | 1 | -1/+25 |
|\ |
|
| * | Implement transparency for X11 | pinumbernumber | 2015-06-14 | 1 | -1/+25 |
* | | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -2/+5 |
|/ |
|
* | Fix leaking color map and destruction of IM | Pierre Krieger | 2015-06-05 | 1 | -1/+6 |
* | Fix set_cursor_state on X11 | Eduard Bopp | 2015-05-25 | 1 | -4/+9 |
* | Fix the compilation on 32bits linux | Pierre Krieger | 2015-05-21 | 1 | -1/+1 |
* | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 1 | -2/+2 |
* | fixup! Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned... | Avi Weinstock | 2015-05-18 | 1 | -1/+1 |
* | Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned at htt... | Avi Weinstock | 2015-05-18 | 1 | -2/+8 |
* | Rework the X implementation to use only one X connection | Pierre Krieger | 2015-05-17 | 4 | -904/+925 |
* | Make platform::linux generic over X11 and Wayland. | Victor Berger | 2015-05-12 | 1 | -5/+7 |
* | implement get_platform_window() return for X11 | Mike Blumenkrantz | 2015-05-11 | 1 | -1/+1 |
* | Fixed build warnings | Esption | 2015-05-08 | 1 | -1/+1 |
* | Added mut so glutin can compile on nightly. | Esption | 2015-05-08 | 1 | -1/+1 |
* | Using x11_dl instead of x11. | Daggerbot | 2015-05-07 | 1 | -4/+4 |
* | Make it work under the raspi | Pierre Krieger | 2015-05-07 | 1 | -1/+5 |
* | Make x11 dynamic | Pierre Krieger | 2015-05-07 | 2 | -73/+100 |
* | Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. | Daggerbot | 2015-05-06 | 1 | -1/+0 |
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 1 | -2/+2 |
|\ |
|
| * | Rework MouseWheel event and fix the values on win32 | Pierre Krieger | 2015-04-29 | 1 | -2/+2 |
* | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -44/+47 |