Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Iconified and NeedRefresh events | Tomaka17 | 2014-08-02 | 1 | -8/+0 |
| | |||||
* | Remove #[exprimental] from make_current | Tomaka17 | 2014-08-02 | 1 | -1/+0 |
| | |||||
* | 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 | 3 | -7/+20 |
| | |||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 3 | -2/+27 |
| | |||||
* | Fix docs for Window | Tomaka17 | 2014-08-02 | 1 | -2/+1 |
| | |||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 2 | -2/+7 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 3 | -4/+34 |
| | |||||
* | Merge pull request #9 from tomaka/pass-builder-to-impl-new | tomaka | 2014-08-02 | 4 | -31/+23 |
|\ | | | | | Now passing WindowBuilder to implwin::Window::new | ||||
| * | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 4 | -31/+23 |
| | | |||||
* | | Merge pull request #8 from tomaka/breaking-api-changes | tomaka | 2014-08-02 | 7 | -148/+104 |
|\| | | | | | Add WindowBuilder and iterators for events | ||||
| * | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 7 | -148/+104 |
|/ | |||||
* | Now using wglCreateContextAttribs when available | Tomaka17 | 2014-08-02 | 1 | -36/+144 |
| | |||||
* | Mark hints as deprecated | Tomaka17 | 2014-08-01 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -25/+103 |
| | |||||
* | Window is no longer NoSend | Tomaka17 | 2014-07-31 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of http://github.com/tomaka/gl-init-rs | Tomaka17 | 2014-07-31 | 3 | -39/+172 |
|\ | |||||
| * | Implement ReceivedCharacter for X11 | Pierre Krieger | 2014-07-31 | 2 | -17/+96 |
| | | |||||
| * | Add mouse buttons press/release events for X11 | Pierre Krieger | 2014-07-31 | 2 | -1/+26 |
| | | |||||
| * | Fix warning in X11 ffi | Pierre Krieger | 2014-07-31 | 1 | -0/+1 |
| | | |||||
| * | Add get_position and get_inner_size for X11 | Pierre Krieger | 2014-07-31 | 2 | -2/+30 |
| | | |||||
| * | Add some keyboard events for X11 | Pierre Krieger | 2014-07-31 | 1 | -24/+24 |
| | | |||||
* | | Put GetMessage in the same thread as the window creation. | Tomaka17 | 2014-07-31 | 2 | -189/+204 |
| | | | | | | | | Fixes #6 | ||||
* | | Split win32/mod.rs | Tomaka17 | 2014-07-31 | 2 | -352/+367 |
|/ | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 6 | -15/+153 |
| | |||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 4 | -0/+95 |
| | |||||
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 3 | -3/+13 |
| | |||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 5 | -8/+9 |
| | |||||
* | Test support for travis Rust | Tomaka17 | 2014-07-30 | 1 | -12/+1 |
| | |||||
* | Add draft for EGL | Tomaka17 | 2014-07-30 | 3 | -0/+303 |
| | |||||
* | Minor fix in docs | Tomaka17 | 2014-07-30 | 1 | -13/+6 |
| | |||||
* | Add docs to lib.rs | Tomaka17 | 2014-07-30 | 1 | -5/+119 |
| | |||||
* | should_close() renamed to is_closed() | Tomaka17 | 2014-07-30 | 4 | -12/+19 |
| | |||||
* | Remove printing position in example | Tomaka17 | 2014-07-30 | 1 | -2/+0 |
| | |||||
* | Fix bad events | Tomaka17 | 2014-07-30 | 4 | -10/+7 |
| | |||||
* | Window getters now return an Option in case where the Window has been closed | Tomaka17 | 2014-07-30 | 3 | -22/+23 |
| | |||||
* | The example now prints OpenGL version | Tomaka17 | 2014-07-30 | 1 | -0/+9 |
| | |||||
* | Better events handling on X11 | Pierre Krieger | 2014-07-28 | 2 | -54/+84 |
| | |||||
* | Work on input support for X11 | Pierre Krieger | 2014-07-28 | 4 | -2/+2068 |
| | |||||
* | Implement CursorPositionChanged event for X11 | Pierre Krieger | 2014-07-28 | 2 | -2/+28 |
| | |||||
* | Implement resize events on X11 | Pierre Krieger | 2014-07-28 | 2 | -0/+17 |
| | |||||
* | Add "try it!" to README | tomaka | 2014-07-28 | 1 | -0/+9 |
| | |||||
* | Implement get_position for win32 and fix interface | Tomaka17 | 2014-07-27 | 5 | -7/+31 |
| | |||||
* | Implement get_*_size() for win32 | Tomaka17 | 2014-07-27 | 2 | -2/+28 |
| | |||||
* | get/set_size() -> get/set_inner/outer_size() | Tomaka17 | 2014-07-27 | 3 | -8/+21 |
| | |||||
* | Implement fullscreen for win32 | Tomaka17 | 2014-07-27 | 2 | -6/+138 |
| | |||||
* | Draft for monitor API | Tomaka17 | 2014-07-27 | 5 | -8/+12 |
| | |||||
* | Add moved events for win32 | Tomaka17 | 2014-07-27 | 3 | -0/+12 |
| | |||||
* | Better events handling for win32 | Tomaka17 | 2014-07-27 | 2 | -31/+11 |
| |