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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
Tomaka17
2014-11-05
2
-4
/
+16
|
\
|
*
Add visibility-related functions to window
Tomaka17
2014-11-01
2
-4
/
+16
*
|
Fix some warnings in win32 ffi
Tomaka17
2014-11-04
1
-2
/
+2
|
/
*
Merge pull request #90 from tomaka/remove-glflush
tomaka
2014-10-31
2
-6
/
+0
|
\
|
*
Remove call to glFlush() before swap_buffers
Tomaka17
2014-10-29
2
-6
/
+0
*
|
fail! -> panic!
Tomaka17
2014-10-30
1
-1
/
+1
|
/
*
Bugfix in swap interval for win32
Tomaka17
2014-10-27
1
-1
/
+10
*
Add `with_vsync` to WindowBuilder, plus the win32 implementation
Tomaka17
2014-10-26
3
-5
/
+14
*
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
3
-15
/
+15
*
Update for gl-rs
Tomaka17
2014-10-21
1
-2
/
+15
*
Fix win32 window not closing when destroying it
Tomaka17
2014-10-11
2
-0
/
+4
*
Fix win32 window not having a destructor in headless mode
Tomaka17
2014-10-11
1
-1
/
+0
*
Fix bug with 64bits rustc
Tomaka17
2014-10-11
1
-1
/
+1
*
Fix warnings while compiling for win32
Tomaka17
2014-10-11
2
-5
/
+7
*
Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000
Tomaka17
2014-10-10
1
-372
/
+373
*
Implement headless rendering
Tomaka17
2014-10-09
2
-17
/
+62
*
Fix compilation warnings
Tomaka17
2014-09-23
2
-4
/
+4
*
Remove unnecessary win32 linkage
Tomaka17
2014-09-15
1
-12
/
+0
*
Fix warnings in win32 ffi
Tomaka17
2014-09-15
1
-4
/
+3
*
Use the gl_generator macro to generate the bindings for WGL
Tomaka17
2014-09-12
3
-67
/
+51
*
Remove call to glViewport after win32 initialization
Tomaka17
2014-08-22
2
-11
/
+0
*
Cleanup temporary objects in case of error during creation on win32
Tomaka17
2014-08-22
1
-0
/
+10
*
Fix & add some comments for win32
Tomaka17
2014-08-22
1
-13
/
+15
*
Not specifiying dimensions on win32 now results in CW_USEDEFAULT
Tomaka17
2014-08-22
1
-3
/
+9
*
Win32: no longer fails when calling swap_buffers on a closed window
Tomaka17
2014-08-15
1
-5
/
+1
*
Implement new events system
Tomaka17
2014-08-13
3
-29
/
+39
*
Fix #22
Tomaka17
2014-08-12
2
-0
/
+5
*
Add failure if SwapBuffers returns an error
Tomaka17
2014-08-12
1
-1
/
+4
*
Fixed compilation broken by #837efc54
Tomaka17
2014-08-12
1
-0
/
+1
*
Fix attempt for #22
Tomaka17
2014-08-12
1
-0
/
+4
*
Add flags when choosing pixel format
Tomaka17
2014-08-07
1
-1
/
+2
*
Call glViewport on windows init for win32
Tomaka17
2014-08-07
2
-2
/
+16
*
set_position now takes ints
Pierre Krieger
2014-08-07
1
-1
/
+1
*
Fix GL context not being destroyed on win32
Tomaka17
2014-08-03
1
-0
/
+3
*
Fix closed flag not being immediatly set on win32
Tomaka17
2014-08-03
1
-0
/
+12
*
Correctly handling pixel format and fullscreen resolution on Win32
Tomaka17
2014-08-02
2
-6
/
+49
*
Dimensions will now match the monitor's in case of fullscreen
Tomaka17
2014-08-02
1
-2
/
+2
*
Add get_dimensions() to MonitorID
Tomaka17
2014-08-02
1
-2
/
+17
*
Add support for specific OpenGL version for Win32
Tomaka17
2014-08-02
2
-4
/
+23
*
Now passing WindowBuilder to implwin::Window::new
Tomaka17
2014-08-02
2
-21
/
+16
*
Add iterators for events and WindowBuilder
Tomaka17
2014-08-02
2
-5
/
+5
*
Now using wglCreateContextAttribs when available
Tomaka17
2014-08-02
1
-36
/
+144
*
Change the RegisterClass code.
Tomaka17
2014-08-01
1
-23
/
+26
*
Add documentation to the Win32 implementation
Tomaka17
2014-08-01
3
-25
/
+103
*
Put GetMessage in the same thread as the window creation.
Tomaka17
2014-07-31
2
-189
/
+204
*
Split win32/mod.rs
Tomaka17
2014-07-31
2
-352
/
+367
*
Add monitor support for win32
Tomaka17
2014-07-31
3
-12
/
+142
[prev]
[next]