aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Avi Weinstock2015-05-181-1/+1
| | | | mentioned at http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html).
* Fix handling of numpad keys w.r.t. numlock (derived from fix mentioned at ↵Avi Weinstock2015-05-181-2/+8
| | | | | | | http://www.kaffe.org/pipermail/kaffe/2000-April/175201.html). Conflicts: src/api/x11/window.rs
* 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
|\ | | | | [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 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