index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
win32
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add set_cursor_position function
Pierre Krieger
2015-03-10
1
-0
/
+19
*
Add is_current function
Pierre Krieger
2015-03-04
1
-0
/
+5
*
Add a guard for the calls to MakeCurrent during initialization
Pierre Krieger
2015-03-01
1
-0
/
+1
*
Add wrappers for safer error recovery during initialization
Pierre Krieger
2015-03-01
1
-29
/
+47
*
Fix various warnings
Pierre Krieger
2015-03-01
1
-3
/
+2
*
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
-2
/
+2
*
expose the platform-specific window handle (currently Win only)
Ryan Stewart
2015-02-20
1
-0
/
+4
*
Don't call MakeCurrent(null, null) when destroying
Pierre Krieger
2015-02-18
1
-1
/
+2
*
Merge pull request #277 from tomaka/win32-callback
tomaka
2015-02-16
1
-0
/
+1
|
\
|
*
Extract callback from win32/init.rs
Pierre Krieger
2015-02-16
1
-0
/
+1
*
|
Extract win32 HeadlessContext to a "headless" module
Pierre Krieger
2015-02-16
1
-34
/
+2
|
/
*
Fix poll_events() blocking on win32
tomaka
2015-02-11
1
-1
/
+1
*
Merge pull request #70 from tomaka/fix-iterators
tomaka
2015-02-10
1
-40
/
+50
|
\
|
*
Win32: use platform-specific iterators instead
Tomaka17
2015-02-10
1
-40
/
+50
*
|
Implement win32 initialization in a cleaner way
Pierre Krieger
2015-02-10
1
-9
/
+5
|
/
*
Upgrade to latest winapi
Peter Atashian
2015-01-25
1
-14
/
+17
*
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
-12
/
+12
*
Fix OS X & Win32 builds
Bryan Bell
2015-01-12
1
-1
/
+1
*
Add mouse cursor support
Bryan Bell
2015-01-12
1
-0
/
+4
*
Update for Rustc
Pierre Krieger
2015-01-08
1
-6
/
+6
*
Update for Rustc
Pierre Krieger
2015-01-05
1
-4
/
+4
*
Update for Rustc
Pierre Krieger
2015-01-03
1
-2
/
+3
*
Change the way that events are represented.
Ty Overby
2015-01-01
1
-8
/
+9
*
Unify WindowBuilder and HeadlessRendererBuilder for easier implementations
Pierre Krieger
2014-12-31
1
-15
/
+8
*
Update for changes in Send/Sync traits
Pierre Krieger
2014-12-30
1
-1
/
+10
*
Fix win32 build without the "window" feature
Pierre Krieger
2014-12-20
1
-1
/
+0
*
Add resize example, fix warnings, make callback an option so it can be removed.
Glenn Watson
2014-12-19
1
-2
/
+2
*
Add callback function to allow resize messages to be sent on mac.
Glenn Watson
2014-12-19
1
-0
/
+6
*
Change todo to unimplemented
Glenn Watson
2014-12-19
1
-1
/
+1
*
Introduce a WindowProxy for accessing a subset of functionality
Glenn Watson
2014-12-17
1
-0
/
+14
*
Add get_api() function
Pierre Krieger
2014-12-07
1
-0
/
+10
*
Use the winapi crate instead of our own ffi
Pierre Krieger
2014-12-02
1
-30
/
+32
*
Implement multisampling for x11
Pierre Krieger
2014-11-27
1
-3
/
+3
*
Implement lists sharing
Pierre Krieger
2014-11-24
1
-4
/
+6
*
Update for rustc
Pierre Krieger
2014-11-19
1
-2
/
+2
*
Add support for the OpenGL debug flag
Tomaka17
2014-11-09
1
-4
/
+5
*
Use a proper error type for window creation
Tomaka17
2014-11-05
1
-3
/
+3
*
Add visibility-related functions to window
Tomaka17
2014-11-01
1
-2
/
+14
*
Remove call to glFlush() before swap_buffers
Tomaka17
2014-10-29
1
-3
/
+0
*
Add `with_vsync` to WindowBuilder, plus the win32 implementation
Tomaka17
2014-10-26
1
-3
/
+3
*
Revert "Add `platform_display` impls for win32 and android"
tomaka
2014-10-25
1
-1
/
+1
*
Add `platform_display` impls for win32 and android
Tomaka17
2014-10-24
1
-1
/
+2
*
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
-5
/
+5
*
Fix win32 window not closing when destroying it
Tomaka17
2014-10-11
1
-0
/
+1
*
Fix win32 window not having a destructor in headless mode
Tomaka17
2014-10-11
1
-1
/
+0
*
Fix warnings while compiling for win32
Tomaka17
2014-10-11
1
-1
/
+2
*
Implement headless rendering
Tomaka17
2014-10-09
1
-2
/
+37
[next]