Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #488 from tomaka/rem-is-closed | tomaka | 2015-06-17 | 2 | -32/+2 |
|\ | | | | | Remove the is_closed function | ||||
| * | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 2 | -32/+2 |
| | | |||||
* | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -2/+3 |
|/ | |||||
* | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -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 dwmapi | Pierre Krieger | 2015-05-24 | 1 | -9/+3 |
| | |||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 2 | -1/+23 |
| | |||||
* | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 2 | -21/+117 |
| | |||||
* | Detach wgl and win32 | Pierre Krieger | 2015-05-21 | 4 | -482/+19 |
| | |||||
* | Merge pull request #405 from tomaka/win32-wheel | tomaka | 2015-05-06 | 1 | -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 win32 | Pierre Krieger | 2015-04-29 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #409 from kvark/core | tomaka | 2015-05-01 | 1 | -0/+18 |
|\ \ | | | | | | | GL core profile flag | ||||
| * | | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -7/+9 |
| | | | |||||
| * | | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -0/+16 |
| | | | |||||
* | | | Adding SWP_NOMOVE flag to prevent the window from moving to 0,0 when setting ↵ | datalus | 2015-04-30 | 1 | -1/+1 |
|/ / | | | | | | | the inner size on Windows 8+ | ||||
* | | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -40/+39 |
| | | |||||
* | | Fix PixelFormat for x11, egl and win32 | Pierre Krieger | 2015-04-30 | 1 | -6/+4 |
| | | |||||
* | | Add a fallback on win32 if enumerate_arb_pixel_formats returns vec![] | Pierre Krieger | 2015-04-29 | 1 | -1/+6 |
|/ | |||||
* | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 2 | -42/+0 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 8 | -0/+1723 |