aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for rustc and gl-rsTomaka172014-10-228-34/+49
* Update for gl-rsTomaka172014-10-213-5/+36
* Revert temporary fix for rust-core-foundationTomaka172014-10-141-1/+1
* Temporary fix to outdated rust-core-foundationTomaka172014-10-141-1/+1
* Merge pull request #54 from tomaka/use-glx-glrstomaka2014-10-132-75/+34
|\
| * Use gl-rs's GLX bindings for x11Pierre Krieger2014-10-132-75/+34
|/
* Update README.mdtomaka2014-10-131-3/+3
* Merge pull request #51 from tomaka/headless-testtomaka2014-10-111-0/+16
|\
| * Add test for headless renderingTomaka172014-10-111-0/+16
* | Fix win32 window not closing when destroying itTomaka172014-10-112-0/+4
* | Fix win32 window not having a destructor in headless modeTomaka172014-10-111-1/+0
|/
* Fix bug with 64bits rustcTomaka172014-10-111-1/+1
* Fix warnings while compiling for win32Tomaka172014-10-112-5/+7
* Merge pull request #50 from DavidPartouche/fix_warningtomaka2014-10-111-10/+10
|\
| * Changed statics to uppercaseDavid Partouche2014-10-111-10/+8
| * Fixed static uppercase warningDavid Partouche2014-10-111-2/+4
|/
* Change implementations import systemTomaka172014-10-111-13/+8
* Merge pull request #49 from tomaka/update-rustctomaka2014-10-105-1567/+1569
|\
| * Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-105-1567/+1569
|/
* Minor changes in travis.ymlTomaka172014-10-101-1/+2
* Merge pull request #44 from tomaka/headless-renderingtomaka2014-10-0917-518/+791
|\
| * Implement headless renderingTomaka172014-10-0917-518/+791
|/
* Use Cargo features to opt out of the makefileTomaka172014-10-061-0/+4
* Merge pull request #45 from DavidPartouche/cocoa-window-supporttomaka2014-10-063-12/+178
|\
| * Fixed a space missingDavidPartouche2014-10-061-1/+1
| * Added events handling for left/right mouse clickingDavid Partouche2014-10-061-7/+32
| * Refactored window initialisation code for cocoa, making it more memory safeDavid Partouche2014-10-062-30/+78
| * Cocoa opens a window with OpenGL context insideDavid Partouche2014-10-063-12/+105
|/
* Fix warningsPierre Krieger2014-10-052-1/+2
* Merge pull request #43 from gitter-badger/gitter-badgetomaka2014-10-041-0/+1
|\
| * Added Gitter badgeThe Gitter Badger2014-10-041-0/+1
|/
* Update README.mdtomaka2014-10-031-1/+1
* Rename gl-init-rs to glutin in the READMEtomaka2014-10-031-5/+4
* Vertex data for android is now staticTomaka172014-10-021-8/+9
* Update apk-builderTomaka172014-10-021-0/+0
* Update apk-builderTomaka172014-09-261-0/+0
* Fix compilation warningsTomaka172014-09-234-10/+10
* Merge pull request #42 from tomaka/rename-glutintomaka2014-09-226-19/+19
|\
| * Rename crate to glutinTomaka172014-09-216-19/+19
* | Merge pull request #40 from DavidPartouche/mastertomaka2014-09-202-3/+4
|\ \ | |/ |/|
| * Use the correct monitor when fullscreen for X11DavidPartouche2014-09-202-3/+4
|/
* Merge pull request #38 from tomaka/x11_fullscreentomaka2014-09-195-44/+164
|\
| * Add libXxf86vm-dev installation to travis.ymlTomaka172014-09-191-0/+3
| * Added output to get_name for x11 monitorsDavidPartouche2014-09-191-1/+2
| * Get the monitors attached to the display, and their resolution for X11DavidPartouche2014-09-191-1/+1
| * Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-192-5/+2
| * Added fullscreen support for X11David Partouche2014-09-192-3/+6
| * Get the monitors attached to the display, and their resolution for X11DavidPartouche2014-09-193-23/+63
| * Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-193-5/+3
| * Added fullscreen support for X11David Partouche2014-09-193-26/+104
|/