aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/win32
Commit message (Collapse)AuthorAgeFilesLines
* Handle errors from MakeCurrent and SwapBuffersPierre Krieger2015-06-161-2/+3
|
* Express scroll deltas as either line or pixel deltasRobert Knight2015-06-131-2/+3
| | | | | | | | | | | | Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas.
* Switch to dwmapiPierre Krieger2015-05-241-9/+3
|
* Add API for transparency and decorations and add support for win32Pierre Krieger2015-05-242-1/+23
|
* Allow creating EGL contexts on win32 with the AMD DLLsPierre Krieger2015-05-212-21/+117
|
* Detach wgl and win32Pierre Krieger2015-05-214-482/+19
|
* 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