index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
api
/
wayland
Commit message (
Expand
)
Author
Age
Files
Lines
*
api/wayland: fix cursor errors
Victor Berger
2015-12-22
2
-5
/
+11
*
api/wayland: output and fullscreen handling.
Victor Berger
2015-12-22
3
-22
/
+190
*
api/wayland: add keyboard support.
Victor Berger
2015-12-22
4
-2
/
+255
*
api/wayland: pointer events support.
Victor Berger
2015-12-22
3
-9
/
+119
*
api/wayland: core windows and events structure.
Victor Berger
2015-12-22
4
-24
/
+234
*
api/wayland: core context
Victor Berger
2015-12-22
2
-1
/
+44
*
api/wayland: move window and monitor to mods.
Victor Berger
2015-12-22
3
-218
/
+213
*
api/wayland: Reset to empty API.
Victor Berger
2015-12-22
3
-691
/
+26
*
Fixed wrong variable binding for WindowAttributes on asserts
Aceeri
2015-11-09
1
-2
/
+2
*
Not implemented asserts to prevent silent fails
Aceeri
2015-11-09
1
-0
/
+4
*
Remove public exports of gl_common and libc
Pierre Krieger
2015-11-09
1
-1
/
+1
*
Rename MonitorID -> MonitorId
Pierre Krieger
2015-09-24
1
-10
/
+10
*
Add #[inline] attributes
Pierre Krieger
2015-09-23
1
-0
/
+31
*
Switch X11 and wayland to the new design
Pierre Krieger
2015-09-21
1
-6
/
+10
*
Switch EGL to use only pf_reqs and opengl
Pierre Krieger
2015-09-21
1
-1
/
+1
*
Extract WindowAttributes from the BuilderAttribs
Pierre Krieger
2015-09-21
1
-3
/
+3
*
Make it work on DragonFly/FreeBSD
Michael Neumann
2015-08-30
1
-1
/
+1
*
wayland: Resized event
Victor Berger
2015-08-21
2
-1
/
+15
*
wayland: fix events Moved -> MouseMoved
Victor Berger
2015-08-21
1
-1
/
+1
*
wayland: properly handle 'decorated' option.
Victor Berger
2015-08-16
1
-10
/
+14
*
Update wayland backend to draw decorations.
Victor Berger
2015-08-16
2
-28
/
+164
*
Correctly handle eglGetDisplay
Pierre Krieger
2015-08-07
1
-1
/
+2
*
Split creating an EGL context in two parts
Pierre Krieger
2015-07-18
1
-3
/
+3
*
Update wayland dependency to 0.2.
Victor Berger
2015-06-23
2
-17
/
+21
*
Merge pull request #488 from tomaka/rem-is-closed
tomaka
2015-06-17
1
-5
/
+0
|
\
|
*
Remove the is_closed function
Pierre Krieger
2015-06-16
1
-5
/
+0
*
|
Handle errors from MakeCurrent and SwapBuffers
Pierre Krieger
2015-06-16
1
-3
/
+3
|
/
*
Allow creating EGL contexts on win32 with the AMD DLLs
Pierre Krieger
2015-05-21
1
-1
/
+1
*
Implement most of the keysyms for wayland.
Victor Berger
2015-05-15
1
-2
/
+165
*
UTF8 keyboard events for wayland.
Victor Berger
2015-05-15
1
-3
/
+13
*
Basic raw keyboard handling.
Victor Berger
2015-05-14
3
-6
/
+94
*
Update to new Platform structure.
Victor Berger
2015-05-13
1
-1
/
+3
*
Move WaylandContext in its own file.
Victor Berger
2015-05-13
2
-120
/
+129
*
Implement some more functions for wayland.
Victor Berger
2015-05-13
1
-9
/
+25
*
wayland: Fix MonitorID::get_dimensions() and fullscreen support.
Victor Berger
2015-05-13
1
-5
/
+15
*
Make platform::linux generic over X11 and Wayland.
Victor Berger
2015-05-12
1
-0
/
+4
*
Continue wayland API: WindowProxy, MonitorID,
Victor Berger
2015-05-09
1
-12
/
+31
*
Fixed build warnings
Esption
2015-05-08
1
-2
/
+3
*
Firsts steps of a wayland backend.
Victor Berger
2015-05-06
1
-0
/
+378