aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-011-1/+1
* Add better X error handlingPierre Krieger2015-12-301-1/+1
* Remove the window feature entirelyPierre Krieger2015-10-031-1/+1
* Rename MonitorID -> MonitorIdPierre Krieger2015-09-241-1/+1
* Err when a X connection cannot be created instead of panickingPierre Krieger2015-09-201-1/+1
* Make it work on DragonFly/FreeBSDMichael Neumann2015-08-301-1/+1
* Use XInput2 for event handlingRobert Knight2015-06-281-0/+1
* Rework the X implementation to use only one X connectionPierre Krieger2015-05-171-854/+6
* Make platform::linux generic over X11 and Wayland.Victor Berger2015-05-121-5/+7
* implement get_platform_window() return for X11Mike Blumenkrantz2015-05-111-1/+1
* Fixed build warningsEsption2015-05-081-1/+1
* Added mut so glutin can compile on nightly.Esption2015-05-081-1/+1
* Make it work under the raspiPierre Krieger2015-05-071-1/+5
* Make x11 dynamicPierre Krieger2015-05-071-60/+81
* Merge pull request #405 from tomaka/win32-wheeltomaka2015-05-061-2/+2
|\
| * Rework MouseWheel event and fix the values on win32Pierre Krieger2015-04-291-2/+2
* | Add a GlContext traitPierre Krieger2015-04-301-44/+47
* | Fix PixelFormat for x11, egl and win32Pierre Krieger2015-04-301-3/+3
|/
* Allow using EGL with X11Pierre Krieger2015-04-251-9/+20
* Split GLX and X11 in "api"Pierre Krieger2015-04-251-119/+51
* Reorganize the Linux implementation and split OSMesa and X11Pierre Krieger2015-04-241-15/+880
* Create reorganizationPierre Krieger2015-04-241-0/+22