| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the winapi crate instead of our own ffi | Pierre Krieger | 2014-12-02 | 1 | -124/+129 |
* | Update for rustc on win32 | Pierre Krieger | 2014-11-27 | 1 | -21/+30 |
* | Implement multisampling for x11 | Pierre Krieger | 2014-11-27 | 1 | -1/+2 |
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 1 | -4/+11 |
* | Update for rustc | Pierre Krieger | 2014-11-23 | 1 | -4/+1 |
* | Update for rustc | Pierre Krieger | 2014-11-19 | 1 | -17/+32 |
* | Add support for the OpenGL debug flag | Tomaka17 | 2014-11-09 | 1 | -2/+7 |
* | Add CS_OWNDC flag when creating win32 window | Tomaka17 | 2014-11-08 | 1 | -1/+1 |
* | Remove key modifiers in KeyboardInput | Tomaka17 | 2014-11-06 | 1 | -4/+4 |
* | Use a proper error type for window creation | Tomaka17 | 2014-11-05 | 1 | -26/+26 |
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -1/+1 |
* | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 1 | -2/+2 |
* | Bugfix in swap interval for win32 | Tomaka17 | 2014-10-27 | 1 | -1/+10 |
* | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 1 | -1/+9 |
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -1/+1 |
* | Fix bug with 64bits rustc | Tomaka17 | 2014-10-11 | 1 | -1/+1 |
* | Fix warnings while compiling for win32 | Tomaka17 | 2014-10-11 | 1 | -4/+5 |
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -15/+25 |
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 1 | -3/+3 |
* | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 1 | -37/+33 |
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 1 | -8/+0 |
* | Cleanup temporary objects in case of error during creation on win32 | Tomaka17 | 2014-08-22 | 1 | -0/+10 |
* | Not specifiying dimensions on win32 now results in CW_USEDEFAULT | Tomaka17 | 2014-08-22 | 1 | -3/+9 |
* | Implement new events system | Tomaka17 | 2014-08-13 | 1 | -26/+35 |
* | Fix attempt for #22 | Tomaka17 | 2014-08-12 | 1 | -0/+4 |
* | Add flags when choosing pixel format | Tomaka17 | 2014-08-07 | 1 | -1/+2 |
* | Call glViewport on windows init for win32 | Tomaka17 | 2014-08-07 | 1 | -2/+13 |
* | 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 |
* | 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 |
* | Split win32/mod.rs | Tomaka17 | 2014-07-31 | 1 | -0/+363 |