Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use gl-rs's GLX bindings for x11 | Pierre Krieger | 2014-10-13 | 2 | -75/+34 | |
|/ | ||||||
* | Update README.md | tomaka | 2014-10-13 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #51 from tomaka/headless-test | tomaka | 2014-10-11 | 1 | -0/+16 | |
|\ | | | | | Add test for headless rendering | |||||
| * | Add test for headless rendering | Tomaka17 | 2014-10-11 | 1 | -0/+16 | |
| | | ||||||
* | | Fix win32 window not closing when destroying it | Tomaka17 | 2014-10-11 | 2 | -0/+4 | |
| | | ||||||
* | | Fix win32 window not having a destructor in headless mode | Tomaka17 | 2014-10-11 | 1 | -1/+0 | |
|/ | ||||||
* | Fix bug with 64bits rustc | Tomaka17 | 2014-10-11 | 1 | -1/+1 | |
| | ||||||
* | Fix warnings while compiling for win32 | Tomaka17 | 2014-10-11 | 2 | -5/+7 | |
| | ||||||
* | Merge pull request #50 from DavidPartouche/fix_warning | tomaka | 2014-10-11 | 1 | -10/+10 | |
|\ | | | | | Fixed static uppercase warning | |||||
| * | Changed statics to uppercase | David Partouche | 2014-10-11 | 1 | -10/+8 | |
| | | ||||||
| * | Fixed static uppercase warning | David Partouche | 2014-10-11 | 1 | -2/+4 | |
|/ | ||||||
* | Change implementations import system | Tomaka17 | 2014-10-11 | 1 | -13/+8 | |
| | ||||||
* | Merge pull request #49 from tomaka/update-rustc | tomaka | 2014-10-10 | 5 | -1567/+1569 | |
|\ | | | | | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | |||||
| * | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 5 | -1567/+1569 | |
|/ | ||||||
* | Minor changes in travis.yml | Tomaka17 | 2014-10-10 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #44 from tomaka/headless-rendering | tomaka | 2014-10-09 | 17 | -518/+791 | |
|\ | | | | | Implement headless rendering | |||||
| * | Implement headless rendering | Tomaka17 | 2014-10-09 | 17 | -518/+791 | |
|/ | ||||||
* | Use Cargo features to opt out of the makefile | Tomaka17 | 2014-10-06 | 1 | -0/+4 | |
| | | | | See #46 | |||||
* | Merge pull request #45 from DavidPartouche/cocoa-window-support | tomaka | 2014-10-06 | 3 | -12/+178 | |
|\ | | | | | Cocoa window support | |||||
| * | Fixed a space missing | DavidPartouche | 2014-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | Added events handling for left/right mouse clicking | David Partouche | 2014-10-06 | 1 | -7/+32 | |
| | | ||||||
| * | Refactored window initialisation code for cocoa, making it more memory safe | David Partouche | 2014-10-06 | 2 | -30/+78 | |
| | | ||||||
| * | Cocoa opens a window with OpenGL context inside | David Partouche | 2014-10-06 | 3 | -12/+105 | |
|/ | ||||||
* | Fix warnings | Pierre Krieger | 2014-10-05 | 2 | -1/+2 | |
| | ||||||
* | Merge pull request #43 from gitter-badger/gitter-badge | tomaka | 2014-10-04 | 1 | -0/+1 | |
|\ | | | | | Add a Gitter chat badge to README.md | |||||
| * | Added Gitter badge | The Gitter Badger | 2014-10-04 | 1 | -0/+1 | |
|/ | ||||||
* | Update README.md | tomaka | 2014-10-03 | 1 | -1/+1 | |
| | ||||||
* | Rename gl-init-rs to glutin in the README | tomaka | 2014-10-03 | 1 | -5/+4 | |
| | ||||||
* | Vertex data for android is now static | Tomaka17 | 2014-10-02 | 1 | -8/+9 | |
| | ||||||
* | Update apk-builder | Tomaka17 | 2014-10-02 | 1 | -0/+0 | |
| | ||||||
* | Update apk-builder | Tomaka17 | 2014-09-26 | 1 | -0/+0 | |
| | ||||||
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 4 | -10/+10 | |
| | ||||||
* | Merge pull request #42 from tomaka/rename-glutin | tomaka | 2014-09-22 | 6 | -19/+19 | |
|\ | | | | | Rename crate to glutin | |||||
| * | Rename crate to glutin | Tomaka17 | 2014-09-21 | 6 | -19/+19 | |
| | | ||||||
* | | 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 | |
| | |