aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement lists sharingPierre Krieger2014-11-241-4/+11
|
* Update for rustcPierre Krieger2014-11-231-4/+1
|
* Update for rustcPierre Krieger2014-11-191-17/+32
|
* Add support for the OpenGL debug flagTomaka172014-11-091-2/+7
|
* Add CS_OWNDC flag when creating win32 windowTomaka172014-11-081-1/+1
|
* Remove key modifiers in KeyboardInputTomaka172014-11-061-4/+4
|
* Use a proper error type for window creationTomaka172014-11-051-26/+26
|
* Update for changes in gl-rsTomaka172014-11-051-1/+1
|
* Add visibility-related functions to windowTomaka172014-11-011-2/+2
|
* Bugfix in swap interval for win32Tomaka172014-10-271-1/+10
|
* Add `with_vsync` to WindowBuilder, plus the win32 implementationTomaka172014-10-261-1/+9
|
* Update for rustc and gl-rsTomaka172014-10-221-1/+1
|
* Fix bug with 64bits rustcTomaka172014-10-111-1/+1
|
* Fix warnings while compiling for win32Tomaka172014-10-111-4/+5
|
* Implement headless renderingTomaka172014-10-091-15/+25
|
* Fix compilation warningsTomaka172014-09-231-3/+3
|
* Use the gl_generator macro to generate the bindings for WGLTomaka172014-09-121-37/+33
|
* Remove call to glViewport after win32 initializationTomaka172014-08-221-8/+0
|
* Cleanup temporary objects in case of error during creation on win32Tomaka172014-08-221-0/+10
| | | | See #10
* Not specifiying dimensions on win32 now results in CW_USEDEFAULTTomaka172014-08-221-3/+9
| | | | Close #11
* Implement new events systemTomaka172014-08-131-26/+35
|
* Fix attempt for #22Tomaka172014-08-121-0/+4
|
* Add flags when choosing pixel formatTomaka172014-08-071-1/+2
|
* Call glViewport on windows init for win32Tomaka172014-08-071-2/+13
| | | | See #14
* Correctly handling pixel format and fullscreen resolution on Win32Tomaka172014-08-021-6/+26
|
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-021-2/+2
|
* Add support for specific OpenGL version for Win32Tomaka172014-08-021-4/+12
|
* Now passing WindowBuilder to implwin::Window::newTomaka172014-08-021-15/+13
|
* Add iterators for events and WindowBuilderTomaka172014-08-021-2/+2
|
* Now using wglCreateContextAttribs when availableTomaka172014-08-021-36/+144
|
* Change the RegisterClass code.Tomaka172014-08-011-23/+26
| | | | Prevents an issue when creating multiple contexts.
* Add documentation to the Win32 implementationTomaka172014-08-011-14/+26
|
* Put GetMessage in the same thread as the window creation.Tomaka172014-07-311-167/+194
| | | | Fixes #6
* Split win32/mod.rsTomaka172014-07-311-0/+363