Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print the pixel format in the `window` example | Pierre Krieger | 2015-05-04 | 1 | -0/+2 |
| | |||||
* | Fix the GLES code in examples/support/mod.rs | Pierre Krieger | 2015-04-30 | 1 | -7/+6 |
| | |||||
* | Fix and re-enable the fullscreen example | Pierre Krieger | 2015-04-24 | 1 | -0/+54 |
| | |||||
* | 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 | 5 | -10/+0 |
| | |||||
* | Rustup | Pierre Krieger | 2015-04-02 | 2 | -6/+7 |
| | |||||
* | More work on win32 implementation | Pierre Krieger | 2015-03-30 | 1 | -0/+5 |
| | |||||
* | Change grab_cursor and ungrab_cursor to set_cursor_state | Pierre Krieger | 2015-03-26 | 1 | -5/+7 |
| | |||||
* | Merge pull request #227 from aepsil0n/grab-cursor | tomaka | 2015-03-26 | 1 | -0/+50 |
|\ | | | | | Implement grabbing of the mouse pointer for X11 | ||||
| * | Add an example for (un-)grabbing the mouse cursor | Eduard Bopp | 2015-03-25 | 1 | -0/+50 |
| | | |||||
* | | Rustup | Pierre Krieger | 2015-03-25 | 5 | -52/+8 |
|/ | |||||
* | 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 |
| | |||||
* | Implement vsync for x11 and add vsync example | Pierre Krieger | 2015-01-23 | 1 | -0/+46 |
| | |||||
* | Iterators returned by wait_events and poll_events are now persistent | Pierre Krieger | 2015-01-19 | 3 | -3/+3 |
| | |||||
* | Squash some warnings | Brendan Zabarauskas | 2015-01-18 | 1 | -3/+3 |
| | |||||
* | x11, android, win32: [ui]size, [u]int -> [ui]32 | Andrey Lesnikov | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Add mouse cursor support | Bryan Bell | 2015-01-12 | 1 | -0/+49 |
| | | | | | | | Add a new api, window.set_cursor, for setting the cursor. The enum MouseCursor lists the possible cursors. Only X11 is implemented. On OSX, Android, & Win32 the window.set_cursor function either does nothing or calls the "unimplemented!" macro. | ||||
* | Update for rust alpha 1.0 | Pierre Krieger | 2015-01-10 | 4 | -8/+8 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-08 | 4 | -16/+7 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 2 | -2/+2 |
| | |||||
* | Update for gl_generator's changes | Pierre Krieger | 2014-12-24 | 1 | -12/+2 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-12-23 | 2 | -4/+10 |
| | |||||
* | Add semicolons after macro invocations, as required by the latest nightly. | Michael Powell | 2014-12-19 | 3 | -3/+3 |
| | |||||
* | Add resize example, fix warnings, make callback an option so it can be removed. | Glenn Watson | 2014-12-19 | 1 | -2/+7 |
| | |||||
* | 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 | 3 | -3/+0 |
| | |||||
* | Implement Window::set_title for Cocoa | Brendan Zabarauskas | 2014-11-10 | 1 | -0/+1 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -31/+35 |
| | |||||
* | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 1 | -0/+4 |
| | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | ||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -2/+12 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 4 | -0/+15 |
| | |||||
* | Vertex data for android is now static | Tomaka17 | 2014-10-02 | 1 | -8/+9 |
| | |||||
* | Rename crate to glutin | Tomaka17 | 2014-09-21 | 4 | -16/+16 |
| | |||||
* | Add triangle to example | Tomaka17 | 2014-09-12 | 1 | -1/+45 |
| | |||||
* | Examples now using a support module to draw | Tomaka17 | 2014-09-12 | 4 | -46/+47 |
| | |||||
* | Add basic support for Android | Tomaka17 | 2014-09-11 | 3 | -0/+27 |
| | |||||
* | Rename gl-init-rs to gl_init | Tomaka17 | 2014-08-13 | 3 | -17/+17 |
| | | | | Fix #20 | ||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 3 | -3/+3 |
| | |||||
* | Multiwindow example now creates a third window | Pierre Krieger | 2014-08-07 | 1 | -0/+5 |
| | |||||
* | Examples now call glViewport | Tomaka17 | 2014-08-07 | 3 | -2/+17 |
| | |||||
* | Fix events handling in examples | Tomaka17 | 2014-08-07 | 3 | -9/+6 |
| | |||||
* | Add example for multiple simultaneous examples | Tomaka17 | 2014-08-03 | 1 | -0/+32 |
| | |||||
* | with_monitor -> with_fullscreen | Tomaka17 | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Add iterators for events and WindowBuilder | Tomaka17 | 2014-08-02 | 2 | -9/+8 |
| | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -2/+3 |
| | |||||
* | Add API for monitors | Tomaka17 | 2014-07-31 | 1 | -0/+48 |
| | |||||
* | make_current() is now unsafe | Tomaka17 | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | should_close() renamed to is_closed() | Tomaka17 | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Remove printing position in example | Tomaka17 | 2014-07-30 | 1 | -2/+0 |
| |