aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/wayland
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - set/get_inner_size() - set_title
* 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
| | | | and some other little stuff.
* Fixed build warningsEsption2015-05-081-2/+3
|
* Firsts steps of a wayland backend.Victor Berger2015-05-061-0/+378