Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly handling pixel format and fullscreen resolution on Win32 | Tomaka17 | 2014-08-02 | 1 | -6/+26 |
| | |||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -2/+2 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 1 | -4/+12 |
| | |||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 1 | -15/+13 |
| | |||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 1 | -2/+2 |
| | |||||
* | Now using wglCreateContextAttribs when available | Tomaka17 | 2014-08-02 | 1 | -36/+144 |
| | |||||
* | Change the RegisterClass code. | Tomaka17 | 2014-08-01 | 1 | -23/+26 |
| | | | | Prevents an issue when creating multiple contexts. | ||||
* | Add documentation to the Win32 implementation | Tomaka17 | 2014-08-01 | 1 | -14/+26 |
| | |||||
* | Put GetMessage in the same thread as the window creation. | Tomaka17 | 2014-07-31 | 1 | -167/+194 |
| | | | | Fixes #6 | ||||
* | Split win32/mod.rs | Tomaka17 | 2014-07-31 | 1 | -0/+363 |