| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix win32 window not closing when destroying it | Tomaka17 | 2014-10-11 | 2 | -0/+4 |
* | Fix win32 window not having a destructor in headless mode | Tomaka17 | 2014-10-11 | 1 | -1/+0 |
* | Fix bug with 64bits rustc | Tomaka17 | 2014-10-11 | 1 | -1/+1 |
* | Fix warnings while compiling for win32 | Tomaka17 | 2014-10-11 | 2 | -5/+7 |
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 1 | -372/+373 |
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 2 | -17/+62 |
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 2 | -4/+4 |
* | 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 | 3 | -67/+51 |
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 2 | -11/+0 |
* | Cleanup temporary objects in case of error during creation on win32 | Tomaka17 | 2014-08-22 | 1 | -0/+10 |
* | Fix & add some comments for win32 | Tomaka17 | 2014-08-22 | 1 | -13/+15 |
* | Not specifiying dimensions on win32 now results in CW_USEDEFAULT | Tomaka17 | 2014-08-22 | 1 | -3/+9 |
* | Win32: no longer fails when calling swap_buffers on a closed window | Tomaka17 | 2014-08-15 | 1 | -5/+1 |
* | Implement new events system | Tomaka17 | 2014-08-13 | 3 | -29/+39 |
* | Fix #22 | Tomaka17 | 2014-08-12 | 2 | -0/+5 |
* | Add failure if SwapBuffers returns an error | Tomaka17 | 2014-08-12 | 1 | -1/+4 |
* | Fixed compilation broken by #837efc54 | Tomaka17 | 2014-08-12 | 1 | -0/+1 |
* | 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 | 2 | -2/+16 |
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 1 | -1/+1 |
* | Fix GL context not being destroyed on win32 | Tomaka17 | 2014-08-03 | 1 | -0/+3 |
* | Fix closed flag not being immediatly set on win32 | Tomaka17 | 2014-08-03 | 1 | -0/+12 |
* | Correctly handling pixel format and fullscreen resolution on Win32 | Tomaka17 | 2014-08-02 | 2 | -6/+49 |
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -2/+2 |
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 1 | -2/+17 |
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 2 | -4/+23 |
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 2 | -21/+16 |
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 2 | -5/+5 |
* | 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 | 3 | -25/+103 |
* | Put GetMessage in the same thread as the window creation. | Tomaka17 | 2014-07-31 | 2 | -189/+204 |
* | Split win32/mod.rs | Tomaka17 | 2014-07-31 | 2 | -352/+367 |
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 3 | -12/+142 |
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+8 |
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 1 | -1/+3 |
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -2/+2 |
* | should_close() renamed to is_closed() | Tomaka17 | 2014-07-30 | 1 | -5/+5 |
* | Fix bad events | Tomaka17 | 2014-07-30 | 1 | -2/+2 |
* | Window getters now return an Option in case where the Window has been closed | Tomaka17 | 2014-07-30 | 1 | -16/+14 |
* | Implement get_position for win32 and fix interface | Tomaka17 | 2014-07-27 | 2 | -4/+28 |
* | Implement get_*_size() for win32 | Tomaka17 | 2014-07-27 | 2 | -2/+28 |
* | get/set_size() -> get/set_inner/outer_size() | Tomaka17 | 2014-07-27 | 1 | -2/+6 |
* | Implement fullscreen for win32 | Tomaka17 | 2014-07-27 | 2 | -6/+138 |
* | Draft for monitor API | Tomaka17 | 2014-07-27 | 1 | -2/+3 |
* | Add moved events for win32 | Tomaka17 | 2014-07-27 | 2 | -0/+9 |
* | Better events handling for win32 | Tomaka17 | 2014-07-27 | 2 | -31/+11 |