aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11
Commit message (Expand)AuthorAgeFilesLines
* 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-174-904/+925
* 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
* Using x11_dl instead of x11.Daggerbot2015-05-071-4/+4
* Make it work under the raspiPierre Krieger2015-05-071-1/+5
* Make x11 dynamicPierre Krieger2015-05-072-73/+100
* Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib.Daggerbot2015-05-061-1/+0
* 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-246-976/+882
* Create reorganizationPierre Krieger2015-04-246-0/+2066