Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced GlProfile enum | Dzmitry Malyshau | 2015-05-01 | 1 | -6/+7 |
| | |||||
* | Implemented gl_core flag | Dzmitry Malyshau | 2015-04-30 | 1 | -3/+9 |
| | |||||
* | Add a GlContext trait | Pierre Krieger | 2015-04-30 | 1 | -1/+27 |
| | |||||
* | Merge pull request #383 from tomaka/remove-deprecated | tomaka | 2015-04-19 | 1 | -14/+0 |
|\ | | | | | Remove functions marked as #[deprecated] | ||||
| * | Remove functions marked as #[deprecated] | Pierre Krieger | 2015-04-19 | 1 | -14/+0 |
| | | |||||
* | | Adds get_pixel_format() to Window | Pierre Krieger | 2015-04-11 | 1 | -0/+6 |
|/ | |||||
* | Add support for sRGB attribute and fix creation on windows | Pierre Krieger | 2015-04-08 | 1 | -0/+6 |
| | |||||
* | Fix the default value for OpenGL flag again | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #340 from tomaka/winimpl-platform | tomaka | 2015-04-02 | 1 | -10/+10 |
|\ | | | | | Rename "winimpl" module to "platform" | ||||
| * | Rename "winimpl" to "platform" | Pierre Krieger | 2015-04-02 | 1 | -10/+10 |
| | | |||||
* | | Fix default OpenGL debug flag being the opposite of what it should be | Pierre Krieger | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Change grab_cursor and ungrab_cursor to set_cursor_state | Pierre Krieger | 2015-03-26 | 1 | -13/+5 |
| | |||||
* | Merge pull request #227 from aepsil0n/grab-cursor | tomaka | 2015-03-26 | 1 | -0/+16 |
|\ | | | | | Implement grabbing of the mouse pointer for X11 | ||||
| * | Implement grabbing of the mouse pointer for X11 | Eduard Bopp | 2015-03-25 | 1 | -0/+16 |
| | | | | | | | | | | Contains new methods in the Window API that closely mirror the Xlib API. The methods are left unimplemented for other platforms for now. | ||||
* | | Fix typo in Window::get_position docs | Corey Farwell | 2015-03-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #316 from binsoftware/cocoa-fixes | Brendan Zabarauskas | 2015-03-24 | 1 | -0/+7 |
|\ | | | | | Cocoa fixes: memory leaks, monitor handling, is_current() | ||||
| * | fix headless build by ensuring NativeMonitorId enum is available internally ↵ | Ryan Stewart | 2015-03-18 | 1 | -14/+2 |
| | | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId | ||||
| * | expose platform-native monitor identifier | Ryan Stewart | 2015-03-16 | 1 | -0/+19 |
| | | |||||
* | | Update for latest Rust | York Xiang | 2015-03-19 | 1 | -1/+0 |
|/ | |||||
* | Redirect size_hint method to the underlying iterators | Pierre Krieger | 2015-03-16 | 1 | -0/+15 |
| | |||||
* | Add set_cursor_position function | Pierre Krieger | 2015-03-10 | 1 | -0/+5 |
| | |||||
* | Add is_current function | Pierre Krieger | 2015-03-04 | 1 | -0/+6 |
| | |||||
* | Fix doc | Jan Niklas Hasse | 2015-03-02 | 1 | -0/+1 |
| | |||||
* | Fixed errors on latest nightly, RingBuf -> VecDeque | mitchmindtree | 2015-02-21 | 1 | -2/+2 |
| | |||||
* | expose the platform-specific window handle (currently Win only) | Ryan Stewart | 2015-02-20 | 1 | -0/+8 |
| | |||||
* | Improve the OpenGL context request system | Pierre Krieger | 2015-02-18 | 1 | -5/+10 |
| | |||||
* | Cleanup crate root by moving headless and window to modules | Pierre Krieger | 2015-02-16 | 1 | -0/+478 |