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
/
x11
/
window.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement CursorState::Hide for x11
Thinkofname
2016-03-21
1
-14
/
+41
*
Merge pull request #709 from gdamjan/support-utf8-window-title
tomaka
2016-02-03
1
-7
/
+20
|
\
|
*
call set_title() in new()
Damjan Georgievski
2016-01-17
1
-4
/
+2
|
*
support utf8 window titles via _NET_WM_NAME standard
Damjan Georgievski
2016-01-17
1
-3
/
+18
*
|
Allow it to work under Xvfb.
Michael Howell
2016-01-19
1
-30
/
+27
|
/
*
x11: Poll the window until it is really visible
Emilio Cobos Álvarez
2016-01-16
1
-9
/
+22
*
Fix wrong screen ID used on GLX
Pierre Krieger
2016-01-05
1
-1
/
+1
*
Add better X error handling
Pierre Krieger
2015-12-30
1
-4
/
+35
*
Only call XSetInputFocus if the window is visible
Pierre Krieger
2015-12-24
1
-12
/
+14
*
Call XSync before XSetInputFocus
Pierre Krieger
2015-12-24
1
-0
/
+4
*
Merge pull request #659 from Aceeri/minmaxwindow
tomaka
2015-12-05
1
-0
/
+4
|
\
|
*
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
*
|
Fix compilation for 32 bit targets
Olaf Buddenhagen
2015-11-30
1
-1
/
+2
*
|
Merge pull request #646 from adambadawy/master
tomaka
2015-11-11
1
-18
/
+73
|
\
\
|
|
/
|
/
|
|
*
Update x11-dl
Adam Badawy
2015-10-27
1
-5
/
+1
|
*
Fix using garbage memory
Adam Badawy
2015-10-27
1
-3
/
+3
|
*
Remove deprecated comment
Adam Badawy
2015-10-27
1
-3
/
+0
|
*
Use mode when switching to fullscreen
Adam Badawy
2015-10-27
1
-10
/
+16
|
*
Allow any mode larger than requested dimensions
Adam Badawy
2015-10-27
1
-1
/
+1
|
*
Comment fullscreen XClientMessage code
Adam Badawy
2015-10-26
1
-6
/
+9
|
*
Fix misbehaving fullscreen window
Adam Badawy
2015-10-26
1
-8
/
+51
|
*
Fix issue #509
Adam Badawy
2015-10-25
1
-0
/
+10
|
*
Fix issue #582
Adam Badawy
2015-10-25
1
-2
/
+2
*
|
Remove public exports of gl_common and libc
Pierre Krieger
2015-11-09
1
-1
/
+1
*
|
Change some uses of c_void to avoid libc version conflicts.
Daggerbot
2015-11-04
1
-3
/
+3
|
/
*
Change X11 events based on `multitouch` option
Matt Brubeck
2015-10-23
1
-1
/
+1
*
Add an `os` module containing platform-specific traits
Pierre Krieger
2015-10-03
1
-0
/
+10
*
Rename MonitorID -> MonitorId
Pierre Krieger
2015-09-24
1
-3
/
+3
*
Add #[inline] attributes
Pierre Krieger
2015-09-23
1
-1
/
+17
*
Switch X11 and wayland to the new design
Pierre Krieger
2015-09-21
1
-18
/
+23
*
Convert GLX to the new design
Pierre Krieger
2015-09-21
1
-4
/
+5
*
Switch EGL to use only pf_reqs and opengl
Pierre Krieger
2015-09-21
1
-2
/
+3
*
Extract WindowAttributes from the BuilderAttribs
Pierre Krieger
2015-09-21
1
-9
/
+9
*
Extract GlAttributes from BuilderAttribs
Pierre Krieger
2015-09-21
1
-1
/
+1
*
Correct event type
Mariusz Ceier
2015-08-28
1
-1
/
+1
*
Prefer GLX over EGL
Zetok Zalbavar
2015-08-14
1
-3
/
+5
*
Fix a rare crash in some X11 implementations (details below).
Glenn Watson
2015-08-11
1
-15
/
+38
*
Correctly handle eglGetDisplay
Pierre Krieger
2015-08-07
1
-2
/
+3
*
Use EGL by default with X11
Pierre Krieger
2015-07-28
1
-3
/
+3
*
Implement Window.set_inner_size on X11.
Daggerbot
2015-07-23
1
-3
/
+3
*
Add aarch64-unknown-linux-gnu support
Akos Kiss
2015-07-23
1
-2
/
+2
*
Correct window creation on X11
Pierre Krieger
2015-07-19
1
-114
/
+59
*
Merge pull request #523 from tomaka/egl-split
tomaka
2015-07-19
1
-2
/
+2
|
\
|
*
Split creating an EGL context in two parts
Pierre Krieger
2015-07-18
1
-2
/
+2
*
|
Address code review feedback
Robert Knight
2015-07-13
1
-31
/
+24
*
|
X11 - Ignore scroll events that happen outside of Glutin windows
Robert Knight
2015-06-28
1
-2
/
+1
*
|
Remove XInput2 code for handling keyboard events
Robert Knight
2015-06-28
1
-4
/
+6
*
|
Use XInput2 for event handling
Robert Knight
2015-06-28
1
-86
/
+73
|
/
*
Fix fullscreen mode on X11
Pierre Krieger
2015-06-26
1
-15
/
+31
[next]