Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | The example now prints OpenGL version | Tomaka17 | 2014-07-30 | 1 | -0/+9 |
| | |||||
* | Draft for monitor API | Tomaka17 | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Example now displays windows events | Tomaka17 | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Initial commit | Tomaka17 | 2014-07-27 | 1 | -0/+23 |