index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
x11
/
window
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fail! -> panic!
Tomaka17
2014-10-30
1
-1
/
+1
*
Merge pull request #86 from glennw/x11-resize
tomaka
2014-10-28
1
-4
/
+13
|
\
|
*
Fix resize event on X11. Without this change, resizing window larger than ini...
Glenn Watson
2014-10-28
1
-4
/
+13
*
|
Fix a few more string memory issues.
Glenn Watson
2014-10-28
1
-4
/
+6
|
/
*
Merge pull request #76 from glennw/fix-x11-window-res
tomaka
2014-10-27
1
-1
/
+1
|
\
|
*
Only reject modes based on resolution when using fullscreen. This fixes creat...
Glenn Watson
2014-10-27
1
-1
/
+1
*
|
Merge pull request #78 from glennw/x11-wheel-events
tomaka
2014-10-27
1
-4
/
+10
|
\
\
|
*
|
Add support for mouse wheel events on x11.
Glenn Watson
2014-10-27
1
-4
/
+10
|
|
/
*
|
Merge pull request #77 from glennw/x11-modifiers
tomaka
2014-10-27
1
-3
/
+31
|
\
\
|
*
|
Add support for keyboard modifiers on x11.
Glenn Watson
2014-10-27
1
-3
/
+31
|
|
/
*
/
Fix bad memory being passed (due to going out of scope) to set title on X11.
Glenn Watson
2014-10-27
1
-3
/
+5
|
/
*
Merge pull request #65 from glennw/x-threads
tomaka
2014-10-24
1
-0
/
+12
|
\
|
*
Add an interface for providing system wide initialization options to the wind...
Glenn Watson
2014-10-24
1
-0
/
+12
*
|
Add accessor for underlying display handle on Linux. Although unimplemented o...
Glenn Watson
2014-10-24
1
-0
/
+4
|
/
*
Update for rustc and gl-rs
Tomaka17
2014-10-22
1
-3
/
+3
*
Use gl-rs's GLX bindings for x11
Pierre Krieger
2014-10-13
1
-33
/
+23
*
Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000
Tomaka17
2014-10-10
1
-1
/
+1
*
Implement headless rendering
Tomaka17
2014-10-09
1
-0
/
+499