Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #40 from DavidPartouche/master | tomaka | 2014-09-20 | 2 | -3/+4 |
|\ | | | | | Use the correct monitor when fullscreen for X11 | ||||
| * | Use the correct monitor when fullscreen for X11 | DavidPartouche | 2014-09-20 | 2 | -3/+4 |
|/ | |||||
* | Merge pull request #38 from tomaka/x11_fullscreen | tomaka | 2014-09-19 | 5 | -44/+164 |
|\ | | | | | X11 fullscreen | ||||
| * | Add libXxf86vm-dev installation to travis.yml | Tomaka17 | 2014-09-19 | 1 | -0/+3 |
| | | |||||
| * | Added output to get_name for x11 monitors | DavidPartouche | 2014-09-19 | 1 | -1/+2 |
| | | |||||
| * | Get the monitors attached to the display, and their resolution for X11 | DavidPartouche | 2014-09-19 | 1 | -1/+1 |
| | | |||||
| * | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 2 | -5/+2 |
| | | |||||
| * | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 2 | -3/+6 |
| | | |||||
| * | Get the monitors attached to the display, and their resolution for X11 | DavidPartouche | 2014-09-19 | 3 | -23/+63 |
| | | |||||
| * | Changed is_fullscreen to monitor.is_some() | DavidPartouche | 2014-09-19 | 3 | -5/+3 |
| | | |||||
| * | Added fullscreen support for X11 | David Partouche | 2014-09-19 | 3 | -26/+104 |
|/ | |||||
* | Update README.md | tomaka | 2014-09-19 | 1 | -0/+3 |
| | |||||
* | Merge pull request #35 from evant/master | tomaka | 2014-09-16 | 2 | -1/+13 |
|\ | | | | | Make x11 keyboard repeat detectable | ||||
| * | make x11 keyboard repeat detectable | Evan Tatarka | 2014-09-15 | 2 | -1/+13 |
| | | |||||
* | | Add platform-specific notes in README | Tomaka17 | 2014-09-15 | 1 | -0/+28 |
| | | |||||
* | | Remove unnecessary win32 linkage | Tomaka17 | 2014-09-15 | 1 | -12/+0 |
| | | |||||
* | | Fix warnings in win32 ffi | Tomaka17 | 2014-09-15 | 1 | -4/+3 |
|/ | |||||
* | Update apk-builder submodule | Tomaka17 | 2014-09-14 | 1 | -0/+0 |
| | |||||
* | Remove some unused imports | Tomaka17 | 2014-09-13 | 1 | -3/+0 |
| | |||||
* | Use gl_generator to generate EGL bindings for Android | Tomaka17 | 2014-09-13 | 2 | -170/+47 |
| | |||||
* | Merge pull request #32 from tomaka/use-gl-generator-for-wgl | tomaka | 2014-09-12 | 5 | -68/+53 |
|\ | | | | | Use the gl_generator macro to generate the bindings for WGL | ||||
| * | Use the gl_generator macro to generate the bindings for WGL | Tomaka17 | 2014-09-12 | 5 | -68/+53 |
|/ | |||||
* | Remove old "egl" module | Tomaka17 | 2014-09-12 | 3 | -303/+0 |
| | |||||
* | Add triangle to example | Tomaka17 | 2014-09-12 | 1 | -1/+45 |
| | |||||
* | Examples now using a support module to draw | Tomaka17 | 2014-09-12 | 5 | -49/+47 |
| | |||||
* | Merge pull request #30 from tomaka/android | tomaka | 2014-09-11 | 11 | -1/+504 |
|\ | | | | | Basic support for Android | ||||
| * | Add basic support for Android | Tomaka17 | 2014-09-11 | 11 | -1/+504 |
| | | |||||
* | | Update README.md | tomaka | 2014-09-07 | 1 | -2/+2 |
|/ | |||||
* | Remove call to glViewport after win32 initialization | Tomaka17 | 2014-08-22 | 2 | -11/+0 |
| | |||||
* | Cleanup temporary objects in case of error during creation on win32 | Tomaka17 | 2014-08-22 | 1 | -0/+10 |
| | | | | See #10 | ||||
* | Fix & add some comments for win32 | Tomaka17 | 2014-08-22 | 1 | -13/+15 |
| | |||||
* | Not specifiying dimensions on win32 now results in CW_USEDEFAULT | Tomaka17 | 2014-08-22 | 1 | -3/+9 |
| | | | | Close #11 | ||||
* | Remove forgotten debugging println | Tomaka17 | 2014-08-22 | 1 | -4/+1 |
| | | | | Closes #26 | ||||
* | Merge pull request #25 from DavidPartouche/master | tomaka | 2014-08-19 | 1 | -3/+3 |
|\ | | | | | Fixed broken build with latest rust update (use 'foo' = 'bar' syntax err... | ||||
| * | Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error) | DavidPartouche | 2014-08-19 | 1 | -3/+3 |
|/ | |||||
* | Track rust nightly | Tomaka17 | 2014-08-15 | 1 | -4/+4 |
| | |||||
* | Win32: no longer fails when calling swap_buffers on a closed window | Tomaka17 | 2014-08-15 | 1 | -5/+1 |
| | |||||
* | Implement new events system | Tomaka17 | 2014-08-13 | 6 | -96/+117 |
| | |||||
* | Implement Default for Window | Tomaka17 | 2014-08-13 | 1 | -0/+8 |
| | |||||
* | Rename gl-init-rs to gl_init | Tomaka17 | 2014-08-13 | 4 | -18/+18 |
| | | | | Fix #20 | ||||
* | Fix #22 | Tomaka17 | 2014-08-12 | 2 | -0/+5 |
| | | | | Thanks to @Anthiste | ||||
* | Add failure if SwapBuffers returns an error | Tomaka17 | 2014-08-12 | 1 | -1/+4 |
| | |||||
* | Fixed compilation broken by #837efc54 | Tomaka17 | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | Fix attempt for #22 | Tomaka17 | 2014-08-12 | 1 | -0/+4 |
| | |||||
* | Remove dummy context creation for X11 | Tomaka17 | 2014-08-12 | 1 | -31/+11 |
| | |||||
* | Minor fix in consistency for #[cfg]s | Tomaka17 | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Now using compile_msg crate instead of static_assert | Tomaka17 | 2014-08-12 | 3 | -2/+8 |
| | |||||
* | get_proc_address now returns a libc::c_void | Tomaka17 | 2014-08-11 | 5 | -6/+6 |
| | |||||
* | Remove deps/gl | Tomaka17 | 2014-08-11 | 3 | -4246/+1 |
| | |||||
* | Add flags when choosing pixel format | Tomaka17 | 2014-08-07 | 1 | -1/+2 |
| |