Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unnecessary unsafe code block | Rengierof | 2015-12-26 | 1 | -5/+3 |
| | |||||
* | Fixes cursor behavior with windows | Rengierof | 2015-12-26 | 1 | -19/+36 |
| | |||||
* | Corrections to sharing data | Aceeri | 2015-11-09 | 1 | -3/+10 |
| | |||||
* | Minimum/maximum dimensions for windows in win32 api | Aceeri | 2015-11-09 | 1 | -7/+7 |
| | |||||
* | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Rename MonitorID -> MonitorId | Pierre Krieger | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #614 from tomaka/windowproxy-sync | tomaka | 2015-09-24 | 1 | -0/+3 |
|\ | | | | | Fix WindowProxy not being Send and Sync on win32 | ||||
| * | Fix WindowProxy not being Send and Sync on win32 | Pierre Krieger | 2015-09-24 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #613 from mvdnes/windows_set_size | tomaka | 2015-09-24 | 1 | -2/+11 |
|\ \ | |/ |/| | Fix Window.set_inner_size() on win32 | ||||
| * | Fix Window.set_inner_size() on Win32 | Mathijs van de Nes | 2015-09-23 | 1 | -2/+11 |
| | | | | | | | | | | | | | | Previously, the function would actually set the outer size of the window instead of the inner size. We fix this by first letting windows calculate the outer size based upon the specified inner size. | ||||
* | | Add #[inline] attributes | Pierre Krieger | 2015-09-23 | 1 | -0/+23 |
| | | |||||
* | | win32: remove unimplemented!() from platform_display() | Vladimir Vukicevic | 2015-09-22 | 1 | -1/+4 |
| | | |||||
* | | win32: implement wakeup_event_loop | Vladimir Vukicevic | 2015-09-22 | 1 | -3/+11 |
|/ | |||||
* | Remove BuilderAttribs | Pierre Krieger | 2015-09-21 | 1 | -1/+0 |
| | |||||
* | Finish converting windows to the new design | Pierre Krieger | 2015-09-21 | 1 | -3/+9 |
| | |||||
* | Switch WGL and part of win32 to the new system | Pierre Krieger | 2015-09-21 | 1 | -6/+6 |
| | |||||
* | Cleanup unused import stuff | Peter Atashian | 2015-08-21 | 1 | -2/+0 |
| | | | | | | Also support i686-pc-windows-msvc Signed-off-by: Peter Atashian <retep998@gmail.com> | ||||
* | Load the EGL library in platform/windows | Pierre Krieger | 2015-07-27 | 1 | -2/+3 |
| | |||||
* | Merge pull request #488 from tomaka/rem-is-closed | tomaka | 2015-06-17 | 1 | -31/+2 |
|\ | | | | | Remove the is_closed function | ||||
| * | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -31/+2 |
| | | |||||
* | | Handle errors from MakeCurrent and SwapBuffers | Pierre Krieger | 2015-06-16 | 1 | -2/+3 |
|/ | |||||
* | Allow creating EGL contexts on win32 with the AMD DLLs | Pierre Krieger | 2015-05-21 | 1 | -8/+40 |
| | |||||
* | Detach wgl and win32 | Pierre Krieger | 2015-05-21 | 1 | -45/+10 |
| | |||||
* | 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 |
| | |||||
* | Extract headless context from api/win32 to platform/windows | Pierre Krieger | 2015-04-29 | 1 | -2/+0 |
| | |||||
* | Create reorganization | Pierre Krieger | 2015-04-24 | 1 | -0/+419 |