aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #405 from tomaka/win32-wheeltomaka2015-05-061-1/+2
|\ | | | | [Breaking change] Fix mouse wheel value on win32 and return a f64 instead of i32 in the MouseWheel event
| * Rework MouseWheel event and fix the values on win32Pierre Krieger2015-04-291-1/+2
| |
* | Merge pull request #409 from kvark/coretomaka2015-05-011-0/+18
|\ \ | | | | | | GL core profile flag
| * | Introduced GlProfile enumDzmitry Malyshau2015-05-011-7/+9
| | |
| * | Implemented gl_core flagDzmitry Malyshau2015-04-301-0/+16
| | |
* | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵datalus2015-04-301-1/+1
|/ / | | | | | | the inner size on Windows 8+
* | Add a GlContext traitPierre Krieger2015-04-301-40/+39
| |
* | 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
|/
* Extract headless context from api/win32 to platform/windowsPierre Krieger2015-04-292-42/+0
|
* Create reorganizationPierre Krieger2015-04-248-0/+1723