| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |