aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add opengl32.a and gdi32.aTomaka172014-10-263-0/+2
|
* Add appveyor configuration fileTomaka172014-10-261-0/+14
|
* Merge pull request #68 from tomaka/fix-native-wintomaka2014-10-243-2/+5
|\ | | | | Add `platform_display` impls for win32 and android
| * Add `platform_display` impls for win32 and androidTomaka172014-10-243-2/+5
|/ | | | Fix the cocoa function
* Merge pull request #65 from glennw/x-threadstomaka2014-10-244-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 Watson2014-10-244-0/+18
| | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts.
* | Merge pull request #66 from glennw/platform_datatomaka2014-10-245-0/+24
|\ \ | | | | | | Add accessor for underlying display handle on Linux.
| * | Make platform data function as unsafe.Glenn Watson2014-10-241-1/+1
| | |
| * | Add accessor for underlying display handle on Linux. Although unimplemented ↵Glenn Watson2014-10-245-0/+24
| |/ | | | | | | on other platforms, this applies to at least android as well.
* | Merge pull request #64 from glennw/fix-get-dimensionstomaka2014-10-241-0/+1
|\ \ | |/ |/| Fix closing X display in get_dimensions
| * Fix closing X display in get_dimensionsGlenn Watson2014-10-241-0/+1
|/
* Merge pull request #62 from DavidPartouche/cocoa-inputtomaka2014-10-233-9/+243
|\ | | | | Cocoa input
| * Added the Alt key modifierDavid Partouche2014-10-232-0/+8
| |
| * Added the modifiers key as inputDavid Partouche2014-10-231-3/+38
| |
| * Fixed switch from atomics to atomic in rustDavid Partouche2014-10-231-2/+2
| |
| * Added the KeyPress and KeyRelease eventsDavid Partouche2014-10-233-11/+180
| |
| * Added ReceivedCharacter event for cocoaDavid Partouche2014-10-231-2/+10
| |
| * Added is_closed to osx windowDavid Partouche2014-10-231-2/+9
| |
| * Added mose move eventDavid Partouche2014-10-231-4/+11
|/
* Merge pull request #60 from DavidPartouche/mac-compilation-errortomaka2014-10-231-1/+1
|\ | | | | Fixed a compilation error: setContentview changed setContentView_
| * Fixed a compilation error: setContentview changed setContentView_David Partouche2014-10-231-1/+1
|/
* Merge pull request #59 from tomaka/updatetomaka2014-10-228-17/+63
|\ | | | | Update for rustc and gl-rs
| * Update for rustc and gl-rsTomaka172014-10-228-34/+49
| |
| * Update for gl-rsTomaka172014-10-213-5/+36
| |
* | Merge pull request #55 from tomaka/put-back-dependencytomaka2014-10-141-1/+1
|\| | | | | Revert temporary fix for rust-core-foundation
| * 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 x11
| * 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 rendering
| * 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
|\ | | | | Fixed static uppercase warning
| * 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 +0000
| * 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 rendering
| * Implement headless renderingTomaka172014-10-0917-518/+791
|/
* Use Cargo features to opt out of the makefileTomaka172014-10-061-0/+4
| | | | See #46
* Merge pull request #45 from DavidPartouche/cocoa-window-supporttomaka2014-10-063-12/+178
|\ | | | | Cocoa window support
| * 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
| |