Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed grabbing example. | Rengierof | 2015-12-26 | 1 | -3/+4 |
| | |||||
* | Fixes cursor behavior with windows | Rengierof | 2015-12-26 | 1 | -3/+3 |
| | |||||
* | Remove public exports of gl_common and libc | Pierre Krieger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | unwrap to fix unused result warning | mitchmindtree | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | Fix issue #543 | Adam Badawy | 2015-10-24 | 1 | -0/+1 |
| | | | | I added a match arm for the Escape key. | ||||
* | Flush monitor prompt | Adam Badawy | 2015-10-24 | 1 | -1/+2 |
| | |||||
* | Fix the examples | Pierre Krieger | 2015-10-04 | 7 | -31/+1 |
| | |||||
* | Warning fixes for OS X. | Josh Matthews | 2015-09-28 | 6 | -12/+10 |
| | |||||
* | Fix the triangle in the examples | Pierre Krieger | 2015-08-30 | 1 | -7/+12 |
| | |||||
* | Use modern GL code for the examples | Pierre Krieger | 2015-08-05 | 7 | -49/+71 |
| | |||||
* | Add aarch64-unknown-linux-gnu support | Akos Kiss | 2015-07-23 | 1 | -1/+1 |
| | | | | | | * Adding dependencies * Replacing `i8` with `c_char` ot `_` (since `c_char` can be unsigned on some platforms, aarch64 is one of them) | ||||
* | Remove the is_closed function | Pierre Krieger | 2015-06-16 | 7 | -99/+62 |
| | |||||
* | Make legacy functions crash on osx core contexts | Felix Kaaman | 2015-06-16 | 7 | -8/+13 |
| | |||||
* | Express scroll deltas as either line or pixel deltas | Robert Knight | 2015-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Depending on the platform and device, scroll deltas may either be represented as pixel deltas specifying the amount in pixels to scroll or they may be expressed in 'lines' or 'chunks' for low resolution devices (eg. a traditional mouse wheel). Pixel deltas are currently available on OS X. X11 currently supports only integer line deltas, though pixel deltas are available via XInput2. Windows supports fractional line deltas. | ||||
* | Add API for transparency and decorations and add support for win32 | Pierre Krieger | 2015-05-24 | 1 | -0/+38 |
| | |||||
* | 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 |
| |