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
/
headless.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add is_current function
Pierre Krieger
2015-03-04
1
-0
/
+4
*
Removed as_slice_with_nul as CString now derefs to a CStr
mitchmindtree
2015-02-22
1
-1
/
+1
*
RingBuf -> VecDeque for other platforms, as_slice_with_nul -> as_bytes_with_nul
mitchmindtree
2015-02-22
1
-1
/
+1
*
`c_char` isn't always `i8`
Akos Kiss
2015-01-20
1
-1
/
+1
*
x11, android, win32: [ui]size, [u]int -> [ui]32
Andrey Lesnikov
2015-01-13
1
-4
/
+5
*
Update to latest Rust nightly
Austin Bonander
2015-01-08
1
-3
/
+7
*
Update for Rustc
Pierre Krieger
2015-01-05
1
-1
/
+1
*
Unify WindowBuilder and HeadlessRendererBuilder for easier implementations
Pierre Krieger
2014-12-31
1
-5
/
+7
*
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
*
Add get_api() function
Pierre Krieger
2014-12-07
1
-0
/
+5
*
Update for rustc
Pierre Krieger
2014-11-19
1
-1
/
+2
*
Detect OSMesa errors
Pierre Krieger
2014-11-14
1
-4
/
+11
*
Use a proper error type for window creation
Tomaka17
2014-11-05
1
-1
/
+2
*
Implement headless rendering
Tomaka17
2014-10-09
1
-0
/
+47