aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary unsafe code blockRengierof2015-12-261-5/+3
* Fixes cursor behavior with windowsRengierof2015-12-261-19/+36
* Corrections to sharing dataAceeri2015-11-091-3/+10
* Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-091-7/+7
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
* Rename MonitorID -> MonitorIdPierre Krieger2015-09-241-1/+1
* Merge pull request #614 from tomaka/windowproxy-synctomaka2015-09-241-0/+3
|\
| * Fix WindowProxy not being Send and Sync on win32Pierre Krieger2015-09-241-0/+3
* | Merge pull request #613 from mvdnes/windows_set_sizetomaka2015-09-241-2/+11
|\ \ | |/ |/|
| * Fix Window.set_inner_size() on Win32Mathijs van de Nes2015-09-231-2/+11
* | Add #[inline] attributesPierre Krieger2015-09-231-0/+23
* | win32: remove unimplemented!() from platform_display()Vladimir Vukicevic2015-09-221-1/+4
* | win32: implement wakeup_event_loopVladimir Vukicevic2015-09-221-3/+11
|/
* Remove BuilderAttribsPierre Krieger2015-09-211-1/+0
* Finish converting windows to the new designPierre Krieger2015-09-211-3/+9
* Switch WGL and part of win32 to the new systemPierre Krieger2015-09-211-6/+6
* Cleanup unused import stuffPeter Atashian2015-08-211-2/+0
* Load the EGL library in platform/windowsPierre Krieger2015-07-271-2/+3
* Merge pull request #488 from tomaka/rem-is-closedtomaka2015-06-171-31/+2
|\
| * Remove the is_closed functionPierre Krieger2015-06-161-31/+2
* | Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-2/+3
|/
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-8/+40
* Detach wgl and win32Pierre Krieger2015-05-211-45/+10
* Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ...datalus2015-04-301-1/+1
* Add a GlContext traitPierre Krieger2015-04-301-40/+39
* Extract headless context from api/win32 to platform/windowsPierre Krieger2015-04-291-2/+0
* Create reorganizationPierre Krieger2015-04-241-0/+419