aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add semicolons after macro invocations, as required by the latest nightly.Michael Powell2014-12-191-1/+1
* Add support for visible parameter on mac.Glenn Watson2014-12-191-3/+7
* Add experimental attribute since this API will need to be cleaned up.Glenn Watson2014-12-191-0/+2
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-196-20/+19
* Add callback function to allow resize messages to be sent on mac.Glenn Watson2014-12-196-32/+102
* Merge pull request #161 from glennw/thread-proxytomaka2014-12-188-52/+187
|\
| * Change todo to unimplementedGlenn Watson2014-12-192-2/+2
| * Add mac implementation of wakeup_event_loop.Glenn Watson2014-12-181-1/+17
| * Fix event nameGlenn Watson2014-12-182-4/+4
| * Introduce a WindowProxy for accessing a subset of functionalityGlenn Watson2014-12-178-52/+171
* | Merge pull request #164 from glennw/scroll-wheeltomaka2014-12-181-2/+2
|\ \
| * | Add scroll wheel events for mac.Glenn Watson2014-12-181-2/+2
| |/
* / Update for rustc for x11Pierre Krieger2014-12-171-8/+8
|/
* Update for Rustc for win32Pierre Krieger2014-12-151-1/+1
* Update for RustcPierre Krieger2014-12-132-4/+5
* Avoid warning; if_let and tuple_indexing now part of language.Jakob Fries2014-12-081-2/+0
* Add get_api() functionPierre Krieger2014-12-076-0/+52
* Merge pull request #156 from tomaka/remove-compile-msgtomaka2014-12-051-4/+3
|\
| * Remove the dependency to compile_msgPierre Krieger2014-12-041-4/+3
* | Merge pull request #157 from ozkriff/mastertomaka2014-12-041-3/+3
|\ \
| * | android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000Andrey Lesnikov2014-12-051-3/+3
| |/
* / Qualify enum namespacing for NSOpenGLCPSwapIntervalRuben Bakker2014-12-031-1/+1
|/
* Merge pull request #150 from tomaka/winapitomaka2014-12-037-1078/+343
|\
| * Use the winapi crate instead of our own ffiPierre Krieger2014-12-027-1078/+343
* | Merge pull request #154 from tomaka/fix-warning-x11tomaka2014-12-021-2/+2
|\ \
| * | Fix deprecation warning on X11Pierre Krieger2014-12-021-2/+2
| |/
* / Fix multisampling not working on X11Pierre Krieger2014-12-021-1/+2
|/
* Fixed issue with menu bar showing in fullscreenDavid Partouche2014-11-281-1/+3
* Update for rustc on win32Pierre Krieger2014-11-271-21/+30
* Implement multisampling for x11Pierre Krieger2014-11-274-6/+28
* Merge pull request #138 from DavidPartouche/cocoa_offscreentomaka2014-11-272-19/+115
|\
| * Added headless rendering on osxDavid Partouche2014-11-252-19/+115
* | Merge pull request #142 from DavidPartouche/cocoa_vsynctomaka2014-11-271-4/+9
|\ \
| * | Added swap interval to osxDavid Partouche2014-11-261-4/+9
* | | Update for rustcPierre Krieger2014-11-262-3/+1
* | | android: Updated for rust 395901393 2014-11-24 00:46:30 +0000Andrey Lesnikov2014-11-261-5/+5
|/ /
* / Add support for GLESv2 on android. Remove a few warnings.Glenn Watson2014-11-262-12/+25
|/
* Allows android to compile when headless feature is enabled.Glenn Watson2014-11-261-3/+27
* Implement lists sharingPierre Krieger2014-11-246-21/+55
* Fix some rustc warningsGlenn Watson2014-11-241-2/+2
* Merge pull request #131 from tomaka/updatetomaka2014-11-231-4/+1
|\
| * Update for rustcPierre Krieger2014-11-231-4/+1
* | android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000Andrey Lesnikov2014-11-211-1/+0
|/
* Implement get_inner_size() for mac.Glenn Watson2014-11-211-1/+2
* Add support for setting a window delegate, and implement close event on mac.Glenn Watson2014-11-211-7/+56
* Fixed some compilation errors on osxDavid Partouche2014-11-191-7/+8
* Update for rustcPierre Krieger2014-11-1910-1301/+1325
* Add support for with_visibility(), show(), hide() on X11.Glenn Watson2014-11-182-1/+18
* Android: Implemented basic inputsAndrey Lesnikov2014-11-171-1/+26
* Add ctrl, shift, alt events for X11.Glenn Watson2014-11-171-6/+6