aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* honor top-left coordinates when requesting fullscreen to make sure window ↵Ryan Stewart2015-03-241-2/+7
| | | | appears on the correct monitor
* Minor changes in documentationPierre Krieger2015-03-011-14/+12
|
* Add a guard for the calls to MakeCurrent during initializationPierre Krieger2015-03-011-16/+7
|
* Add wrappers for safer error recovery during initializationPierre Krieger2015-03-011-53/+40
|
* Fix various warningsPierre Krieger2015-03-011-2/+3
|
* Mark functions as unsafe instead of having a lot of blocksPierre Krieger2015-03-011-85/+84
|
* Fix creating non-hardware-accelerated contextsPierre Krieger2015-03-011-6/+3
|
* Use the WGL API to determine extended pixel format, plus fix creationPierre Krieger2015-03-011-35/+33
|
* Do not call wglShareLists is ctxt is nulltomaka2015-02-231-1/+1
|
* Fix win32 compilationtomaka2015-02-231-1/+1
|
* Removed as_slice_with_nul as CString now derefs to a CStrmitchmindtree2015-02-221-1/+1
|
* RingBuf -> VecDeque for other platforms, as_slice_with_nul -> as_bytes_with_nulmitchmindtree2015-02-221-1/+1
|
* Merge pull request #282 from tomaka/gl-apitomaka2015-02-191-6/+18
|\ | | | | Improve the OpenGL context request system
| * Improve the OpenGL context request systemPierre Krieger2015-02-181-6/+18
| |
* | Update for rustcPierre Krieger2015-02-191-9/+9
|/
* 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
|