Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flags when choosing pixel format | Tomaka17 | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | Add default title for windows | Tomaka17 | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Call glViewport on windows init for win32 | Tomaka17 | 2014-08-07 | 2 | -2/+16 |
| | | | | See #14 | ||||
* | Now calling glViewport on X11 when the window is created | Pierre Krieger | 2014-08-07 | 1 | -3/+16 |
| | | | | See #14 | ||||
* | set_position now takes ints | Pierre Krieger | 2014-08-07 | 4 | -4/+4 |
| | | | | Fix #12 | ||||
* | Fix two warnings on X11 | Pierre Krieger | 2014-08-07 | 1 | -4/+4 |
| | |||||
* | Add some error detection | Pierre Krieger | 2014-08-07 | 1 | -1/+7 |
| | |||||
* | Fix glXCreateContextAttrib always null | Pierre Krieger | 2014-08-07 | 1 | -12/+26 |
| | |||||
* | Merge branch 'master' of https://github.com/tomaka/gl-init-rs | Pierre Krieger | 2014-08-07 | 3 | -4/+121 |
|\ | |||||
| * | Doc now ignored for doctest | Tomaka17 | 2014-08-07 | 1 | -1/+1 |
| | | |||||
| * | Fix bugs from f4fb699b524 | Felix S. Klock II | 2014-08-03 | 2 | -2/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add static assert for platform not supported | Tomaka17 | 2014-08-03 | 1 | -0/+4 |
| | | |||||
| * | Add dummy implementation for OS/X | Tomaka17 | 2014-08-03 | 2 | -2/+83 |
| | | |||||
| * | Add doc to crate root | Tomaka17 | 2014-08-02 | 1 | -0/+15 |
| | | |||||
* | | Cleaner GL creation on X11 | Pierre Krieger | 2014-08-07 | 2 | -2/+54 |
| | | |||||
* | | Minor style fix in X11 | Pierre Krieger | 2014-08-07 | 1 | -2/+1 |
| | | |||||
* | | Now using glXChooseFBConfig | Pierre Krieger | 2014-08-07 | 2 | -18/+42 |
|/ | |||||
* | Implement set_window_position for x11 | Pierre Krieger | 2014-08-02 | 2 | -1/+2 |
| | |||||
* | 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 | 1 | -1/+6 |
| | |||||
* | Add support for specific OpenGL version for Win32 | Tomaka17 | 2014-08-02 | 3 | -4/+34 |
| | |||||
* | Now passing WindowBuilder to implwin::Window::new | Tomaka17 | 2014-08-02 | 4 | -31/+23 |
| | |||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 5 | -139/+96 |
| | |||||
* | 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 | 5 | -13/+150 |
| | |||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 3 | -0/+47 |
| | |||||
* | MonitorID now defined by the implementations | Tomaka17 | 2014-07-31 | 3 | -3/+13 |
| | |||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 3 | -6/+7 |
| | |||||
* | 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 |
| |