aboutsummaryrefslogtreecommitdiffstats
path: root/examples/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix the examplesPierre Krieger2015-10-041-5/+0
* Warning fixes for OS X.Josh Matthews2015-09-281-2/+2
* Use modern GL code for the examplesPierre Krieger2015-08-051-1/+1
* Remove the is_closed functionPierre Krieger2015-06-161-2/+7
* Make legacy functions crash on osx core contextsFelix Kaaman2015-06-161-1/+1
* Print the pixel format in the `window` examplePierre Krieger2015-05-041-0/+2
* Removed unused features from build and examples.Steven Sheldon2015-04-031-2/+0
* RustupPierre Krieger2015-03-251-0/+2
* Iterators returned by wait_events and poll_events are now persistentPierre Krieger2015-01-191-1/+1
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-2/+2
* Update for rust alpha 1.0Pierre Krieger2015-01-101-1/+1
* Update for RustcPierre Krieger2015-01-081-3/+1
* Update for rustcPierre Krieger2014-12-231-1/+1
* Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-191-1/+1
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-2/+7
* Avoid warning; if_let and tuple_indexing now part of language.Jakob Fries2014-12-081-1/+0
* Implement Window::set_title for CocoaBrendan Zabarauskas2014-11-101-0/+1
* Implement headless renderingTomaka172014-10-091-0/+4
* Rename crate to glutinTomaka172014-09-211-3/+3
* Examples now using a support module to drawTomaka172014-09-121-18/+5
* Add basic support for AndroidTomaka172014-09-111-0/+9
* Rename gl-init-rs to gl_initTomaka172014-08-131-4/+4
* get_proc_address now returns a libc::c_voidTomaka172014-08-111-1/+1
* Examples now call glViewportTomaka172014-08-071-0/+5
* Fix events handling in examplesTomaka172014-08-071-3/+2
* Add iterators for events and WindowBuilderTomaka172014-08-021-4/+2
* make_current() is now unsafeTomaka172014-07-301-1/+1
* should_close() renamed to is_closed()Tomaka172014-07-301-1/+1
* Remove printing position in exampleTomaka172014-07-301-2/+0
* The example now prints OpenGL versionTomaka172014-07-301-0/+9
* Draft for monitor APITomaka172014-07-271-1/+1
* Example now displays windows eventsTomaka172014-07-271-1/+1
* Initial commitTomaka172014-07-271-0/+23