Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 1 | -1/+1 | |
| | | | | Fix #12 | |||||
* | Doc now ignored for doctest | Tomaka17 | 2014-08-07 | 1 | -1/+1 | |
| | ||||||
* | Fix bugs from f4fb699b524 | Felix S. Klock II | 2014-08-03 | 1 | -1/+3 | |
| | ||||||
* | Add static assert for platform not supported | Tomaka17 | 2014-08-03 | 1 | -0/+4 | |
| | ||||||
* | Add dummy implementation for OS/X | Tomaka17 | 2014-08-03 | 1 | -2/+4 | |
| | ||||||
* | Add doc to crate root | Tomaka17 | 2014-08-02 | 1 | -0/+15 | |
| | ||||||
* | Remove #[exprimental] from make_current | Tomaka17 | 2014-08-02 | 1 | -1/+0 | |
| | ||||||
* | Dimensions will now match the monitor's in case of fullscreen | Tomaka17 | 2014-08-02 | 1 | -4/+17 | |
| | ||||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 1 | -0/+6 | |
| | ||||||
* | Fix docs for Window | Tomaka17 | 2014-08-02 | 1 | -2/+1 | |
| | ||||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 1 | -1/+6 | |
| | ||||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 1 | -0/+11 | |
| | ||||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 1 | -6/+1 | |
| | ||||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 1 | -58/+89 | |
| | ||||||
* | Window is no longer NoSend | Tomaka17 | 2014-07-31 | 1 | -2/+0 | |
| | ||||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -1/+2 | |
| | ||||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+31 | |
| | ||||||
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 1 | -1/+7 | |
| | ||||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -2/+3 | |
| | ||||||
* | Add draft for EGL | Tomaka17 | 2014-07-30 | 1 | -0/+3 | |
| | ||||||
* | 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 | 1 | -1/+8 | |
| | ||||||
* | 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 | -3/+6 | |
| | ||||||
* | Work on input support for X11 | Pierre Krieger | 2014-07-28 | 1 | -1/+1 | |
| | ||||||
* | Implement get_position for win32 and fix interface | Tomaka17 | 2014-07-27 | 1 | -1/+1 | |
| | ||||||
* | get/set_size() -> get/set_inner/outer_size() | Tomaka17 | 2014-07-27 | 1 | -4/+9 | |
| | ||||||
* | Draft for monitor API | Tomaka17 | 2014-07-27 | 1 | -2/+5 | |
| | ||||||
* | Remove FramebufferSizeChanged event | Tomaka17 | 2014-07-27 | 1 | -1/+1 | |
| | ||||||
* | Add some events | Pierre Krieger | 2014-07-27 | 1 | -1/+1 | |
| | ||||||
* | Window is now NoSend | Pierre Krieger | 2014-07-27 | 1 | -2/+6 | |
| | ||||||
* | X11 implementation | Pierre Krieger | 2014-07-27 | 1 | -0/+4 | |
| | ||||||
* | Cleanup crate root | Tomaka17 | 2014-07-27 | 1 | -92/+67 | |
| | ||||||
* | Initial commit | Tomaka17 | 2014-07-27 | 1 | -0/+114 | |