aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename crate to glutinTomaka172014-09-216-19/+19
* 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
|/
* Update README.mdtomaka2014-09-191-0/+3
* Merge pull request #35 from evant/mastertomaka2014-09-162-1/+13
|\
| * make x11 keyboard repeat detectableEvan Tatarka2014-09-152-1/+13
* | Add platform-specific notes in READMETomaka172014-09-151-0/+28
* | Remove unnecessary win32 linkageTomaka172014-09-151-12/+0
* | Fix warnings in win32 ffiTomaka172014-09-151-4/+3
|/
* Update apk-builder submoduleTomaka172014-09-141-0/+0
* Remove some unused importsTomaka172014-09-131-3/+0
* Use gl_generator to generate EGL bindings for AndroidTomaka172014-09-132-170/+47
* Merge pull request #32 from tomaka/use-gl-generator-for-wgltomaka2014-09-125-68/+53
|\
| * Use the gl_generator macro to generate the bindings for WGLTomaka172014-09-125-68/+53
|/
* Remove old "egl" moduleTomaka172014-09-123-303/+0
* Add triangle to exampleTomaka172014-09-121-1/+45
* Examples now using a support module to drawTomaka172014-09-125-49/+47
* Merge pull request #30 from tomaka/androidtomaka2014-09-1111-1/+504
|\
| * Add basic support for AndroidTomaka172014-09-1111-1/+504
* | Update README.mdtomaka2014-09-071-2/+2
|/
* Remove call to glViewport after win32 initializationTomaka172014-08-222-11/+0
* Cleanup temporary objects in case of error during creation on win32Tomaka172014-08-221-0/+10
* Fix & add some comments for win32Tomaka172014-08-221-13/+15
* Not specifiying dimensions on win32 now results in CW_USEDEFAULTTomaka172014-08-221-3/+9
* Remove forgotten debugging printlnTomaka172014-08-221-4/+1
* Merge pull request #25 from DavidPartouche/mastertomaka2014-08-191-3/+3
|\
| * Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error)DavidPartouche2014-08-191-3/+3
|/
* Track rust nightlyTomaka172014-08-151-4/+4
* Win32: no longer fails when calling swap_buffers on a closed windowTomaka172014-08-151-5/+1
* Implement new events systemTomaka172014-08-136-96/+117
* Implement Default for WindowTomaka172014-08-131-0/+8
* Rename gl-init-rs to gl_initTomaka172014-08-134-18/+18
* Fix #22Tomaka172014-08-122-0/+5
* Add failure if SwapBuffers returns an errorTomaka172014-08-121-1/+4
* Fixed compilation broken by #837efc54Tomaka172014-08-121-0/+1
* Fix attempt for #22Tomaka172014-08-121-0/+4
* Remove dummy context creation for X11Tomaka172014-08-121-31/+11
* Minor fix in consistency for #[cfg]sTomaka172014-08-121-1/+1
* Now using compile_msg crate instead of static_assertTomaka172014-08-123-2/+8
* get_proc_address now returns a libc::c_voidTomaka172014-08-115-6/+6
* Remove deps/glTomaka172014-08-113-4246/+1
* Add flags when choosing pixel formatTomaka172014-08-071-1/+2
* Add default title for windowsTomaka172014-08-071-1/+1