Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add backspace event and map some more keys on x11. | Glenn Watson | 2014-10-27 | 1 | -6/+6 |
| | |||||
* | Add 64bits versions of gdi32 and opengl32 | Tomaka17 | 2014-10-26 | 2 | -0/+0 |
| | |||||
* | Merge pull request #73 from tomaka/app-appveyor-cfg | tomaka | 2014-10-26 | 4 | -1/+18 |
|\ | | | | | Add appveyor configuration file | ||||
| * | Test now less restrictive | Tomaka17 | 2014-10-26 | 1 | -1/+2 |
| | | |||||
| * | Add opengl32.a and gdi32.a | Tomaka17 | 2014-10-26 | 3 | -0/+2 |
| | | |||||
| * | Add appveyor configuration file | Tomaka17 | 2014-10-26 | 1 | -0/+14 |
| | | |||||
* | | Merge pull request #69 from tomaka/revert-68-fix-native-win | tomaka | 2014-10-26 | 2 | -2/+2 |
|\ \ | |/ |/| | [WIP] Fix platform_display behavior on android and win32 | ||||
| * | Revert "Add `platform_display` impls for win32 and android" | tomaka | 2014-10-25 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #68 from tomaka/fix-native-win | tomaka | 2014-10-24 | 3 | -2/+5 |
|\ | | | | | Add `platform_display` impls for win32 and android | ||||
| * | Add `platform_display` impls for win32 and android | Tomaka17 | 2014-10-24 | 3 | -2/+5 |
|/ | | | | Fix the cocoa function | ||||
* | Merge pull request #65 from glennw/x-threads | tomaka | 2014-10-24 | 4 | -0/+18 |
|\ | | | | | Add an interface for providing system wide initialization options to the windowing system. | ||||
| * | Add an interface for providing system wide initialization options to the ↵ | Glenn Watson | 2014-10-24 | 4 | -0/+18 |
| | | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts. | ||||
* | | Merge pull request #66 from glennw/platform_data | tomaka | 2014-10-24 | 5 | -0/+24 |
|\ \ | | | | | | | Add accessor for underlying display handle on Linux. | ||||
| * | | Make platform data function as unsafe. | Glenn Watson | 2014-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 5 | -0/+24 |
| |/ | | | | | | | on other platforms, this applies to at least android as well. | ||||
* | | Merge pull request #64 from glennw/fix-get-dimensions | tomaka | 2014-10-24 | 1 | -0/+1 |
|\ \ | |/ |/| | Fix closing X display in get_dimensions | ||||
| * | Fix closing X display in get_dimensions | Glenn Watson | 2014-10-24 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #62 from DavidPartouche/cocoa-input | tomaka | 2014-10-23 | 3 | -9/+243 |
|\ | | | | | Cocoa input | ||||
| * | Added the Alt key modifier | David Partouche | 2014-10-23 | 2 | -0/+8 |
| | | |||||
| * | Added the modifiers key as input | David Partouche | 2014-10-23 | 1 | -3/+38 |
| | | |||||
| * | Fixed switch from atomics to atomic in rust | David Partouche | 2014-10-23 | 1 | -2/+2 |
| | | |||||
| * | Added the KeyPress and KeyRelease events | David Partouche | 2014-10-23 | 3 | -11/+180 |
| | | |||||
| * | Added ReceivedCharacter event for cocoa | David Partouche | 2014-10-23 | 1 | -2/+10 |
| | | |||||
| * | Added is_closed to osx window | David Partouche | 2014-10-23 | 1 | -2/+9 |
| | | |||||
| * | Added mose move event | David Partouche | 2014-10-23 | 1 | -4/+11 |
|/ | |||||
* | Merge pull request #60 from DavidPartouche/mac-compilation-error | tomaka | 2014-10-23 | 1 | -1/+1 |
|\ | | | | | Fixed a compilation error: setContentview changed setContentView_ | ||||
| * | Fixed a compilation error: setContentview changed setContentView_ | David Partouche | 2014-10-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #59 from tomaka/update | tomaka | 2014-10-22 | 8 | -17/+63 |
|\ | | | | | Update for rustc and gl-rs | ||||
| * | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 8 | -34/+49 |
| | | |||||
| * | Update for gl-rs | Tomaka17 | 2014-10-21 | 3 | -5/+36 |
| | | |||||
* | | Merge pull request #55 from tomaka/put-back-dependency | tomaka | 2014-10-14 | 1 | -1/+1 |
|\| | | | | | Revert temporary fix for rust-core-foundation | ||||
| * | Revert temporary fix for rust-core-foundation | Tomaka17 | 2014-10-14 | 1 | -1/+1 |
|/ | |||||
* | Temporary fix to outdated rust-core-foundation | Tomaka17 | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #54 from tomaka/use-glx-glrs | tomaka | 2014-10-13 | 2 | -75/+34 |
|\ | | | | | Use gl-rs's GLX bindings for x11 | ||||
| * | 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 |