Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue #543 | Adam Badawy | 2015-10-24 | 1 | -0/+1 |
| | | | | I added a match arm for the Escape key. | ||||
* | Flush monitor prompt | Adam Badawy | 2015-10-24 | 1 | -1/+2 |
| | |||||
* | Fix the examples | Pierre Krieger | 2015-10-04 | 1 | -4/+0 |
| | |||||
* | Warning fixes for OS X. | Josh Matthews | 2015-09-28 | 1 | -2/+2 |
| | |||||
* | Use modern GL code for the examples | Pierre Krieger | 2015-08-05 | 1 | -1/+0 |
| | |||||
* | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -2/+7 |
| | |||||
* | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -0/+1 |
| | |||||
* | Fix and re-enable the fullscreen example | Pierre Krieger | 2015-04-24 | 1 | -0/+54 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-25 | 1 | -52/+0 |
| | |||||
* | Fix "fullscreen" example with latest rustc | Pierre Krieger | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | fix for rust nightly | Andrew Kelley | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Iterators returned by wait_events and poll_events are now persistent | Pierre Krieger | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Update for rust alpha 1.0 | Pierre Krieger | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-08 | 1 | -3/+1 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Add semicolons after macro invocations, as required by the latest nightly. | Michael Powell | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Avoid warning; if_let and tuple_indexing now part of language. | Jakob Fries | 2014-12-08 | 1 | -1/+0 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -0/+4 |
| | |||||
* | Rename crate to glutin | Tomaka17 | 2014-09-21 | 1 | -5/+5 |
| | |||||
* | Examples now using a support module to draw | Tomaka17 | 2014-09-12 | 1 | -17/+5 |
| | |||||
* | Add basic support for Android | Tomaka17 | 2014-09-11 | 1 | -0/+9 |
| | |||||
* | Rename gl-init-rs to gl_init | Tomaka17 | 2014-08-13 | 1 | -6/+6 |
| | | | | Fix #20 | ||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Examples now call glViewport | Tomaka17 | 2014-08-07 | 1 | -1/+6 |
| | |||||
* | Fix events handling in examples | Tomaka17 | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 1 | -5/+6 |
| | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -2/+3 |
| | |||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+48 |