aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Not specifiying dimensions on win32 now results in CW_USEDEFAULTTomaka172014-08-221-3/+9
* 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
* 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
* 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
* Split win32/mod.rsTomaka172014-07-311-0/+363