Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some warnings in win32 ffi | Tomaka17 | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 1 | -3/+0 |
| | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | ||||
* | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 1 | -1/+2 |
| | |||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -9/+9 |
| | |||||
* | Update for gl-rs | Tomaka17 | 2014-10-21 | 1 | -2/+15 |
| | |||||
* | Fix win32 window not closing when destroying it | Tomaka17 | 2014-10-11 | 1 | -0/+3 |
| | |||||
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 1 | -372/+373 |
| | |||||
* | Remove unnecessary win32 linkage | Tomaka17 | 2014-09-15 | 1 | -12/+0 |
| | |||||
* | Fix warnings in win32 ffi | Tomaka17 | 2014-09-15 | 1 | -4/+3 |
| | |||||
* | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 1 | -24/+11 |
| | |||||
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 1 | -3/+0 |
| | |||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Fix #22 | Tomaka17 | 2014-08-12 | 1 | -0/+3 |
| | | | | Thanks to @Anthiste | ||||
* | Fixed compilation broken by #837efc54 | Tomaka17 | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | Call glViewport on windows init for win32 | Tomaka17 | 2014-08-07 | 1 | -0/+3 |
| | | | | See #14 | ||||
* | Correctly handling pixel format and fullscreen resolution on Win32 | Tomaka17 | 2014-08-02 | 1 | -0/+23 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 1 | -0/+11 |
| | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -1/+46 |
| | |||||
* | Implement get_position for win32 and fix interface | Tomaka17 | 2014-07-27 | 1 | -0/+14 |
| | |||||
* | Implement get_*_size() for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+6 |
| | |||||
* | Implement fullscreen for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+95 |
| | |||||
* | Add moved events for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+1 |
| | |||||
* | Better events handling for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+3 |
| | |||||
* | Implement focus events for win32 | Tomaka17 | 2014-07-27 | 1 | -0/+2 |
| | |||||
* | Implement mouse clicks on win32 | Tomaka17 | 2014-07-27 | 1 | -0/+6 |
| | |||||
* | Implement Pressed and Released | Tomaka17 | 2014-07-27 | 1 | -0/+141 |
| | |||||
* | Implement ReceivedCharacter on win32 | Tomaka17 | 2014-07-27 | 1 | -0/+1 |
| | |||||
* | Fix events handling on win32 | Tomaka17 | 2014-07-27 | 1 | -0/+4 |
| | |||||
* | Initial commit | Tomaka17 | 2014-07-27 | 1 | -0/+424 |