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
/
monitor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #316 from binsoftware/cocoa-fixes
Brendan Zabarauskas
2015-03-24
1
-0
/
+6
|
\
|
*
fix headless build by ensuring NativeMonitorId enum is available internally e...
Ryan Stewart
2015-03-18
1
-3
/
+3
|
*
fix X11 build issue due to missing import
Ryan Stewart
2015-03-16
1
-0
/
+1
|
*
expose platform-native monitor identifier
Ryan Stewart
2015-03-16
1
-0
/
+5
*
|
Fix compilation by replacing "range" with ".." syntax
Nicholas Bishop
2015-03-22
1
-1
/
+1
|
/
*
RingBuf -> VecDeque for other platforms, as_slice_with_nul -> as_bytes_with_nul
mitchmindtree
2015-02-22
1
-3
/
+3
*
x11, android, win32: [ui]size, [u]int -> [ui]32
Andrey Lesnikov
2015-01-13
1
-5
/
+5
*
Change uint/int to usize/isize
Bryan Bell
2015-01-12
1
-5
/
+5
*
Change the way that events are represented.
Ty Overby
2015-01-01
1
-5
/
+6
*
fail! -> panic!
Tomaka17
2014-10-30
1
-2
/
+2
*
Merge pull request #65 from glennw/x-threads
tomaka
2014-10-24
1
-0
/
+3
|
\
|
*
Add an interface for providing system wide initialization options to the wind...
Glenn Watson
2014-10-24
1
-0
/
+3
*
|
Fix closing X display in get_dimensions
Glenn Watson
2014-10-24
1
-0
/
+1
|
/
*
Implement headless rendering
Tomaka17
2014-10-09
1
-0
/
+55