aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve the OpenGL context request systemPierre Krieger2015-02-181-6/+18
|
* Extract load_opengl32_dllPierre Krieger2015-02-161-13/+15
|
* Implement enumerate_arb_pixel_formatsPierre Krieger2015-02-161-2/+48
|
* Switch to create_context for the real contextPierre Krieger2015-02-161-49/+5
|
* Implement better handling for pixel formatsPierre Krieger2015-02-161-24/+58
|
* Extract and add create_context functionPierre Krieger2015-02-161-12/+61
|
* Start splitting win32::init into multiple functionsPierre Krieger2015-02-161-327/+338
|
* Extract callback from win32/init.rsPierre Krieger2015-02-161-233/+5
|
* Implement win32 initialization in a cleaner wayPierre Krieger2015-02-101-20/+17
|
* Rename enum variants of MouseButtonEduard Bopp2015-02-051-12/+12
| | | | | With enums that are namespaced by default, it seems reasonable to be less redundant in the variant naming here.
* Upgrade to latest winapiPeter Atashian2015-01-251-32/+35
| | | | Signed-off-by: Peter Atashian <retep998@gmail.com>
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-19/+19
|
* Update for rust alpha 1.0Pierre Krieger2015-01-101-1/+1
|
* Update for RustcPierre Krieger2015-01-081-3/+5
|
* Update for RustcPierre Krieger2015-01-031-6/+8
|
* Update for changes in Send/Sync traitsPierre Krieger2014-12-301-1/+7
|
* Update for rustcPierre Krieger2014-12-231-10/+10
|
* Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-191-1/+1
|
* Update for Rustc for win32Pierre Krieger2014-12-151-1/+1
|
* Use the winapi crate instead of our own ffiPierre Krieger2014-12-021-124/+129
|
* Update for rustc on win32Pierre Krieger2014-11-271-21/+30
|
* Implement multisampling for x11Pierre Krieger2014-11-271-1/+2
|
* 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
|