aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32/init.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes cursor behavior with windowsRengierof2015-12-261-0/+1
|
* Corrections to sharing dataAceeri2015-11-091-8/+8
|
* Minimum/maximum dimensions for windows in win32 apiAceeri2015-11-091-2/+6
|
* Rename MonitorID -> MonitorIdPierre Krieger2015-09-241-2/+2
|
* Remove BuilderAttribsPierre Krieger2015-09-211-1/+0
|
* Switch WGL and part of win32 to the new systemPierre Krieger2015-09-211-39/+35
|
* Switch EGL to use only pf_reqs and openglPierre Krieger2015-09-211-1/+1
|
* Extract WindowAttributes from the BuilderAttribsPierre Krieger2015-09-211-11/+11
|
* Extract GlAttributes from BuilderAttribsPierre Krieger2015-09-211-1/+1
|
* Cleanup unused import stuffPeter Atashian2015-08-211-11/+6
| | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com>
* Correctly handle eglGetDisplayPierre Krieger2015-08-071-2/+3
|
* Load the EGL library in platform/windowsPierre Krieger2015-07-271-21/+9
|
* Split creating an EGL context in two partsPierre Krieger2015-07-181-2/+2
|
* DroppedFile event for Win32Denilson M. Amorim2015-06-231-1/+2
|
* Remove the is_closed functionPierre Krieger2015-06-161-1/+0
|
* Switch to dwmapiPierre Krieger2015-05-241-9/+3
|
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-241-1/+22
|
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-211-13/+77
|
* Detach wgl and win32Pierre Krieger2015-05-211-373/+9
|
* Introduced GlProfile enumDzmitry Malyshau2015-05-011-7/+9
|
* Implemented gl_core flagDzmitry Malyshau2015-04-301-0/+16
|
* Fix PixelFormat for x11, egl and win32Pierre Krieger2015-04-301-6/+4
|
* Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![]Pierre Krieger2015-04-291-1/+6
|
* Create reorganizationPierre Krieger2015-04-241-0/+586