Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use modern GL code for the examples | Pierre Krieger | 2015-08-05 | 1 | -3/+3 |
| | |||||
* | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 1 | -2/+5 |
| | |||||
* | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 1 | -3/+3 |
| | |||||
* | Fix examples so that travis passes again | Pierre Krieger | 2015-04-17 | 1 | -3/+3 |
| | |||||
* | Removed unused features from build and examples. | Steven Sheldon | 2015-04-03 | 1 | -2/+0 |
| | |||||
* | Rustup | Pierre Krieger | 2015-04-02 | 1 | -4/+4 |
| | |||||
* | Rustup | Pierre Krieger | 2015-03-25 | 1 | -0/+2 |
| | |||||
* | Iterators returned by wait_events and poll_events are now persistent | Pierre Krieger | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Squash some warnings | Brendan Zabarauskas | 2015-01-18 | 1 | -3/+3 |
| | |||||
* | 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 | 2014-12-23 | 1 | -3/+9 |
| | |||||
* | Add semicolons after macro invocations, as required by the latest nightly. | Michael Powell | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Update for Rustc for win32 | Pierre Krieger | 2014-12-15 | 1 | -3/+3 |
| | |||||
* | 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/+5 |
| | |||||
* | Rename crate to glutin | Tomaka17 | 2014-09-21 | 1 | -6/+6 |
| | |||||
* | Examples now using a support module to draw | Tomaka17 | 2014-09-12 | 1 | -11/+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 | -7/+7 |
| | | | | Fix #20 | ||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Multiwindow example now creates a third window | Pierre Krieger | 2014-08-07 | 1 | -0/+5 |
| | |||||
* | Examples now call glViewport | Tomaka17 | 2014-08-07 | 1 | -1/+6 |
| | |||||
* | Fix events handling in examples | Tomaka17 | 2014-08-07 | 1 | -3/+2 |
| | |||||
* | Add example for multiple simultaneous examples | Tomaka17 | 2014-08-03 | 1 | -0/+32 |