aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: existing_windowfeature-existingbnewbold2016-06-121-0/+63
|
* Generalize WindowBuilder::with_titleIvan Ukhov2016-05-081-1/+1
|
* Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking changeRichard Lettich2016-03-271-1/+1
|
* Update the emscripten port of glutinPierre Krieger2016-02-091-2/+2
|
* Fixed grabbing example.Rengierof2015-12-261-3/+4
|
* Fixes cursor behavior with windowsRengierof2015-12-261-3/+3
|
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
|
* unwrap to fix unused result warningmitchmindtree2015-11-081-2/+2
|
* Fix issue #543Adam Badawy2015-10-241-0/+1
| | | | I added a match arm for the Escape key.
* Flush monitor promptAdam Badawy2015-10-241-1/+2
|
* Fix the examplesPierre Krieger2015-10-047-31/+1
|
* Warning fixes for OS X.Josh Matthews2015-09-286-12/+10
|
* Fix the triangle in the examplesPierre Krieger2015-08-301-7/+12
|
* Use modern GL code for the examplesPierre Krieger2015-08-057-49/+71
|
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-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 functionPierre Krieger2015-06-167-99/+62
|
* Make legacy functions crash on osx core contextsFelix Kaaman2015-06-167-8/+13
|
* Express scroll deltas as either line or pixel deltasRobert Knight2015-06-131-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 win32Pierre Krieger2015-05-241-0/+38
|
* Print the pixel format in the `window` examplePierre Krieger2015-05-041-0/+2
|
* Fix the GLES code in examples/support/mod.rsPierre Krieger2015-04-301-7/+6
|
* Fix and re-enable the fullscreen examplePierre Krieger2015-04-241-0/+54
|
* Fix examples so that travis passes againPierre Krieger2015-04-171-3/+3
|
* Removed unused features from build and examples.Steven Sheldon2015-04-035-10/+0
|
* RustupPierre Krieger2015-04-022-6/+7
|
* More work on win32 implementationPierre Krieger2015-03-301-0/+5
|
* Change grab_cursor and ungrab_cursor to set_cursor_statePierre Krieger2015-03-261-5/+7
|
* Merge pull request #227 from aepsil0n/grab-cursortomaka2015-03-261-0/+50
|\ | | | | Implement grabbing of the mouse pointer for X11
| * Add an example for (un-)grabbing the mouse cursorEduard Bopp2015-03-251-0/+50
| |
* | RustupPierre Krieger2015-03-255-52/+8
|/
* Fix "fullscreen" example with latest rustcPierre Krieger2015-02-051-1/+1
|
* fix for rust nightlyAndrew Kelley2015-01-281-1/+1
|
* Implement vsync for x11 and add vsync examplePierre Krieger2015-01-231-0/+46
|
* Iterators returned by wait_events and poll_events are now persistentPierre Krieger2015-01-193-3/+3
|
* Squash some warningsBrendan Zabarauskas2015-01-181-3/+3
|
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-2/+2
|
* Add mouse cursor supportBryan Bell2015-01-121-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.0Pierre Krieger2015-01-104-8/+8
|
* Update for RustcPierre Krieger2015-01-084-16/+7
|
* Update for RustcPierre Krieger2015-01-032-2/+2
|
* Update for gl_generator's changesPierre Krieger2014-12-241-12/+2
|
* Update for rustcPierre Krieger2014-12-232-4/+10
|
* Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-193-3/+3
|
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-2/+7
|
* Update for Rustc for win32Pierre Krieger2014-12-151-3/+3
|
* Avoid warning; if_let and tuple_indexing now part of language.Jakob Fries2014-12-083-3/+0
|
* Implement Window::set_title for CocoaBrendan Zabarauskas2014-11-101-0/+1
|
* Update for changes in gl-rsTomaka172014-11-051-31/+35
|
* Remove call to glFlush() before swap_buffersTomaka172014-10-291-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-rsTomaka172014-10-221-2/+12
|