aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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_msg
| * 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 +0000
| * | 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 ffi
| * 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 X11
| * | 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 osx
| * 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 osx
| * | 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 rustc
| * 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
|
* Merge pull request #115 from tomaka/detect-osmesa-errorstomaka2014-11-141-4/+11
|\ | | | | Detect OSMesa errors
| * Detect OSMesa errorsPierre Krieger2014-11-141-4/+11
| |
* | Fixed an issue with the updated rust-cocoa crateDavid Partouche2014-11-112-3/+4
| |
* | Implement Window::set_title for CocoaBrendan Zabarauskas2014-11-101-2/+7
|/
* Remove call to glViewport in X11 implementationPierre Krieger2014-11-091-13/+0
|
* Add support for the OpenGL debug flagTomaka172014-11-094-6/+39
|
* Add CS_OWNDC flag when creating win32 windowTomaka172014-11-081-1/+1
|
* Remove key modifiers in KeyboardInputTomaka172014-11-065-75/+12
|
* Merge pull request #102 from tomaka/keys-reworktomaka2014-11-061-65/+93
|\ | | | | Reorder and add comments to some of the virtual keys
| * Reorder and add comments to some of the virtual keysTomaka172014-11-061-65/+93
| |
* | Added fullscreen support to osxDavid Partouche2014-11-061-9/+22
|/
* Use a proper error type for window creationTomaka172014-11-057-60/+76
|
* Update for changes in gl-rsTomaka172014-11-052-1/+17
|
* Merge branch 'master' of http://github.com/tomaka/gl-init-rsTomaka172014-11-057-24/+115
|\
| * Retrieve the monitors and their info for osxDavid Partouche2014-11-043-20/+51
| |