aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/init.rs
Commit message (Expand)AuthorAgeFilesLines
* Create reorganizationPierre Krieger2015-04-241-586/+0
* Adds get_pixel_format() to WindowPierre Krieger2015-04-111-3/+5
* Add support for sRGB attribute and fix creation on windowsPierre Krieger2015-04-081-1/+21
* Remove deprecated functionsPierre Krieger2015-04-031-6/+6
* Merge pull request #347 from tomaka/win32-pixel-format-detailstomaka2015-04-031-2/+15
|\
| * Fix missing parameter for pixel formats infos on win32Pierre Krieger2015-04-021-2/+15
* | Remove all features for 1.0 betaPierre Krieger2015-04-031-8/+10
* | RustupPierre Krieger2015-04-021-15/+12
|/
* Add support for GLES on Win32Pierre Krieger2015-04-021-2/+37
* cursor state on w32Nathaniel Theis2015-04-011-5/+16
* Partially implement cursor state on win32Pierre Krieger2015-03-301-1/+4
* choose_pixel_format now returns a ResultPierre Krieger2015-03-281-2/+2
* RustupPierre Krieger2015-03-251-1/+1
* enumerate monitors in addition to adapters; this allows the MonitorID impleme...Ryan Stewart2015-03-241-1/+1
* honor top-left coordinates when requesting fullscreen to make sure window app...Ryan Stewart2015-03-241-2/+7
* 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 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
* Upgrade to latest winapiPeter Atashian2015-01-251-32/+35
* 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