Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement multisampling for x11 | Pierre Krieger | 2014-11-27 | 4 | -6/+28 |
| | |||||
* | Merge pull request #138 from DavidPartouche/cocoa_offscreen | tomaka | 2014-11-27 | 2 | -19/+115 |
|\ | | | | | Added headless rendering on osx | ||||
| * | Added headless rendering on osx | David Partouche | 2014-11-25 | 2 | -19/+115 |
| | | |||||
* | | Merge pull request #142 from DavidPartouche/cocoa_vsync | tomaka | 2014-11-27 | 1 | -4/+9 |
|\ \ | | | | | | | Added swap interval to osx | ||||
| * | | Added swap interval to osx | David Partouche | 2014-11-26 | 1 | -4/+9 |
| | | | |||||
* | | | Update for rustc | Pierre Krieger | 2014-11-26 | 2 | -3/+1 |
| | | | |||||
* | | | android: Updated for rust 395901393 2014-11-24 00:46:30 +0000 | Andrey Lesnikov | 2014-11-26 | 1 | -5/+5 |
|/ / | |||||
* / | Add support for GLESv2 on android. Remove a few warnings. | Glenn Watson | 2014-11-26 | 2 | -12/+25 |
|/ | |||||
* | Allows android to compile when headless feature is enabled. | Glenn Watson | 2014-11-26 | 1 | -3/+27 |
| | |||||
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 6 | -21/+55 |
| | |||||
* | Fix some rustc warnings | Glenn Watson | 2014-11-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #131 from tomaka/update | tomaka | 2014-11-23 | 1 | -4/+1 |
|\ | | | | | Update for rustc | ||||
| * | Update for rustc | Pierre Krieger | 2014-11-23 | 1 | -4/+1 |
| | | |||||
* | | android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000 | Andrey Lesnikov | 2014-11-21 | 1 | -1/+0 |
|/ | |||||
* | Implement get_inner_size() for mac. | Glenn Watson | 2014-11-21 | 1 | -1/+2 |
| | |||||
* | Add support for setting a window delegate, and implement close event on mac. | Glenn Watson | 2014-11-21 | 1 | -7/+56 |
| | |||||
* | Fixed some compilation errors on osx | David Partouche | 2014-11-19 | 1 | -7/+8 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-19 | 10 | -1301/+1325 |
| | |||||
* | Add support for with_visibility(), show(), hide() on X11. | Glenn Watson | 2014-11-18 | 2 | -1/+18 |
| | |||||
* | Android: Implemented basic inputs | Andrey Lesnikov | 2014-11-17 | 1 | -1/+26 |
| | |||||
* | Add ctrl, shift, alt events for X11. | Glenn Watson | 2014-11-17 | 1 | -6/+6 |
| | |||||
* | Merge pull request #115 from tomaka/detect-osmesa-errors | tomaka | 2014-11-14 | 1 | -4/+11 |
|\ | | | | | Detect OSMesa errors | ||||
| * | Detect OSMesa errors | Pierre Krieger | 2014-11-14 | 1 | -4/+11 |
| | | |||||
* | | Fixed an issue with the updated rust-cocoa crate | David Partouche | 2014-11-11 | 2 | -3/+4 |
| | | |||||
* | | Implement Window::set_title for Cocoa | Brendan Zabarauskas | 2014-11-10 | 1 | -2/+7 |
|/ | |||||
* | Remove call to glViewport in X11 implementation | Pierre Krieger | 2014-11-09 | 1 | -13/+0 |
| | |||||
* | Add support for the OpenGL debug flag | Tomaka17 | 2014-11-09 | 4 | -6/+39 |
| | |||||
* | Add CS_OWNDC flag when creating win32 window | Tomaka17 | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | Remove key modifiers in KeyboardInput | Tomaka17 | 2014-11-06 | 5 | -75/+12 |
| | |||||
* | Merge pull request #102 from tomaka/keys-rework | tomaka | 2014-11-06 | 1 | -65/+93 |
|\ | | | | | Reorder and add comments to some of the virtual keys | ||||
| * | Reorder and add comments to some of the virtual keys | Tomaka17 | 2014-11-06 | 1 | -65/+93 |
| | | |||||
* | | Added fullscreen support to osx | David Partouche | 2014-11-06 | 1 | -9/+22 |
|/ | |||||
* | Use a proper error type for window creation | Tomaka17 | 2014-11-05 | 7 | -60/+76 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 2 | -1/+17 |
| | |||||
* | Merge branch 'master' of http://github.com/tomaka/gl-init-rs | Tomaka17 | 2014-11-05 | 7 | -24/+115 |
|\ | |||||
| * | Retrieve the monitors and their info for osx | David Partouche | 2014-11-04 | 3 | -20/+51 |
| | | |||||
| * | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 6 | -4/+64 |
| | | |||||
* | | Fix some warnings in win32 ffi | Tomaka17 | 2014-11-04 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #90 from tomaka/remove-glflush | tomaka | 2014-10-31 | 2 | -6/+0 |
|\ | | | | | Remove call to glFlush() before swap_buffers on win32 | ||||
| * | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 2 | -6/+0 |
| | | | | | | | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | ||||
* | | fail! -> panic! | Tomaka17 | 2014-10-30 | 3 | -4/+4 |
|/ | |||||
* | Merge pull request #86 from glennw/x11-resize | tomaka | 2014-10-28 | 2 | -4/+30 |
|\ | | | | | Fix resize event on X11. Without this change, resizing window larger tha... | ||||
| * | Fix resize event on X11. Without this change, resizing window larger than ↵ | Glenn Watson | 2014-10-28 | 2 | -4/+30 |
| | | | | | | | | initial size doesn't work. | ||||
* | | Fix a few more string memory issues. | Glenn Watson | 2014-10-28 | 1 | -4/+6 |
|/ | |||||
* | Fix default window name | Tomaka17 | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Bugfix in swap interval for win32 | Tomaka17 | 2014-10-27 | 1 | -1/+10 |
| | |||||
* | Merge pull request #72 from tomaka/vsync | tomaka | 2014-10-27 | 4 | -5/+26 |
|\ | | | | | Add `with_vsync` to WindowBuilder, plus the win32 implementation | ||||
| * | Add `with_vsync` to WindowBuilder, plus the win32 implementation | Tomaka17 | 2014-10-26 | 4 | -5/+26 |
| | | |||||
* | | Merge pull request #74 from glennw/x11-key-events | tomaka | 2014-10-27 | 1 | -6/+6 |
|\ \ | | | | | | | Add backspace event and map some more keys on x11. | ||||
| * | | Add backspace event and map some more keys on x11. | Glenn Watson | 2014-10-27 | 1 | -6/+6 |
| |/ |