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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
api/wayland: add keyboard support.
Victor Berger
2015-12-22
1
-0
/
+1
*
api/wayland: core windows and events structure.
Victor Berger
2015-12-22
1
-0
/
+1
*
api/wayland: core context
Victor Berger
2015-12-22
1
-1
/
+2
*
api/wayland: move window and monitor to mods.
Victor Berger
2015-12-22
1
-218
/
+5
*
api/wayland: Reset to empty API.
Victor Berger
2015-12-22
1
-293
/
+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
1
-0
/
+7
*
wayland: properly handle 'decorated' option.
Victor Berger
2015-08-16
1
-10
/
+14
*
Update wayland backend to draw decorations.
Victor Berger
2015-08-16
1
-26
/
+156
*
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
1
-1
/
+3
*
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
*
Basic raw keyboard handling.
Victor Berger
2015-05-14
1
-0
/
+2
*
Update to new Platform structure.
Victor Berger
2015-05-13
1
-1
/
+3
*
Move WaylandContext in its own file.
Victor Berger
2015-05-13
1
-120
/
+5
*
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