aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/wayland
Commit message (Expand)AuthorAgeFilesLines
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-3/+3
* Make it work on DragonFly/FreeBSDMichael Neumann2015-08-301-1/+1
* wayland: Resized eventVictor Berger2015-08-212-1/+15
* wayland: fix events Moved -> MouseMovedVictor Berger2015-08-211-1/+1
* wayland: properly handle 'decorated' option.Victor Berger2015-08-161-10/+14
* Update wayland backend to draw decorations.Victor Berger2015-08-162-28/+164
* Correctly handle eglGetDisplayPierre Krieger2015-08-071-1/+2
* Split creating an EGL context in two partsPierre Krieger2015-07-181-3/+3
* Update wayland dependency to 0.2.Victor Berger2015-06-232-17/+21
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-171-5/+0
|\
| * Remove the is_closed functionPierre Krieger2015-06-161-5/+0
* | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-3/+3
|/
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-1/+1
* Implement most of the keysyms for wayland.Victor Berger2015-05-151-2/+165
* UTF8 keyboard events for wayland.Victor Berger2015-05-151-3/+13
* Basic raw keyboard handling.Victor Berger2015-05-143-6/+94
* Update to new Platform structure.Victor Berger2015-05-131-1/+3
* Move WaylandContext in its own file.Victor Berger2015-05-132-120/+129
* Implement some more functions for wayland.Victor Berger2015-05-131-9/+25
* wayland: Fix MonitorID::get_dimensions() and fullscreen support.Victor Berger2015-05-131-5/+15
* Make platform::linux generic over X11 and Wayland.Victor Berger2015-05-121-0/+4
* Continue wayland API: WindowProxy, MonitorID,Victor Berger2015-05-091-12/+31
* Fixed build warningsEsption2015-05-081-2/+3
* Firsts steps of a wayland backend.Victor Berger2015-05-061-0/+378