aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/window.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Split creating an EGL context in two partsPierre Krieger2015-07-181-2/+2
* | Address code review feedbackRobert Knight2015-07-131-31/+24
* | X11 - Ignore scroll events that happen outside of Glutin windowsRobert Knight2015-06-281-2/+1
* | Remove XInput2 code for handling keyboard eventsRobert Knight2015-06-281-4/+6
* | Use XInput2 for event handlingRobert Knight2015-06-281-86/+73
|/
* Fix fullscreen mode on X11Pierre Krieger2015-06-261-15/+31
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-171-6/+2
|\
| * Remove the is_closed functionPierre Krieger2015-06-161-6/+2
* | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-4/+5
|/
* Merge pull request #484 from pinumbernumber/mastertomaka2015-06-161-1/+25
|\
| * Implement transparency for X11pinumbernumber2015-06-141-1/+25
* | Express scroll deltas as either line or pixel deltasRobert Knight2015-06-131-2/+5
|/
* Fix leaking color map and destruction of IMPierre Krieger2015-06-051-1/+6
* Fix set_cursor_state on X11Eduard Bopp2015-05-251-4/+9
* Fix the compilation on 32bits linuxPierre Krieger2015-05-211-1/+1
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-2/+2
* fixup! Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned...Avi Weinstock2015-05-181-1/+1
* Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned at htt...Avi Weinstock2015-05-181-2/+8
* Rework the X implementation to use only one X connectionPierre Krieger2015-05-171-0/+803