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
*
Fix log prefix
Glenn Watson
2015-01-23
1
-1
/
+1
*
Some GPU/driver combinations have glxCreateContextAttribsARB present, but it ...
Glenn Watson
2015-01-22
1
-2
/
+14
*
`c_char` isn't always `i8`
Akos Kiss
2015-01-20
1
-1
/
+1
*
Add missing get_api stubs.
Glenn Watson
2015-01-19
1
-0
/
+4
*
x11, android, win32: [ui]size, [u]int -> [ui]32
Andrey Lesnikov
2015-01-13
1
-11
/
+11
*
Merge pull request #192 from bjwbell/mouse-cursors
tomaka
2015-01-13
1
-1
/
+48
|
\
|
*
Refine X11 cursor selections
Bryan Bell
2015-01-12
1
-19
/
+22
|
*
Add mouse cursor support
Bryan Bell
2015-01-12
1
-1
/
+45
*
|
Change uint/int to usize/isize
Bryan Bell
2015-01-12
1
-13
/
+13
|
/
*
Update to latest Rust nightly
Austin Bonander
2015-01-08
1
-23
/
+27
*
Update for Rustc
Pierre Krieger
2015-01-05
1
-2
/
+2
*
Update for Rustc
Pierre Krieger
2015-01-03
1
-2
/
+4
*
Change the way that events are represented.
Ty Overby
2015-01-01
1
-12
/
+13
*
Unify WindowBuilder and HeadlessRendererBuilder for easier implementations
Pierre Krieger
2014-12-31
1
-3
/
+3
*
Update for changes in Send/Sync traits
Pierre Krieger
2014-12-30
1
-0
/
+3
*
Add resize example, fix warnings, make callback an option so it can be removed.
Glenn Watson
2014-12-19
1
-1
/
+1
*
Add callback function to allow resize messages to be sent on mac.
Glenn Watson
2014-12-19
1
-0
/
+3
*
Merge pull request #161 from glennw/thread-proxy
tomaka
2014-12-18
1
-51
/
+92
|
\
|
*
Fix event name
Glenn Watson
2014-12-18
1
-2
/
+2
|
*
Introduce a WindowProxy for accessing a subset of functionality
Glenn Watson
2014-12-17
1
-51
/
+92
*
|
Update for rustc for x11
Pierre Krieger
2014-12-17
1
-8
/
+8
|
/
*
Add get_api() function
Pierre Krieger
2014-12-07
1
-0
/
+5
*
Merge pull request #154 from tomaka/fix-warning-x11
tomaka
2014-12-02
1
-2
/
+2
|
\
|
*
Fix deprecation warning on X11
Pierre Krieger
2014-12-02
1
-2
/
+2
*
|
Fix multisampling not working on X11
Pierre Krieger
2014-12-02
1
-1
/
+2
|
/
*
Implement multisampling for x11
Pierre Krieger
2014-11-27
1
-2
/
+9
*
Update for rustc
Pierre Krieger
2014-11-26
1
-1
/
+1
*
Implement lists sharing
Pierre Krieger
2014-11-24
1
-2
/
+8
*
Update for rustc
Pierre Krieger
2014-11-19
1
-7
/
+11
*
Add support for with_visibility(), show(), hide() on X11.
Glenn Watson
2014-11-18
1
-1
/
+16
*
Remove call to glViewport in X11 implementation
Pierre Krieger
2014-11-09
1
-13
/
+0
*
Add support for the OpenGL debug flag
Tomaka17
2014-11-09
1
-0
/
+5
*
Remove key modifiers in KeyboardInput
Tomaka17
2014-11-06
1
-31
/
+2
*
Use a proper error type for window creation
Tomaka17
2014-11-05
1
-10
/
+11
*
Add visibility-related functions to window
Tomaka17
2014-11-01
1
-0
/
+6
*
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
[next]