Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add resize example, fix warnings, make callback an option so it can be removed. | Glenn Watson | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Add callback function to allow resize messages to be sent on mac. | Glenn Watson | 2014-12-19 | 1 | -0/+3 |
| | |||||
* | Change todo to unimplemented | Glenn Watson | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Introduce a WindowProxy for accessing a subset of functionality | Glenn Watson | 2014-12-17 | 1 | -0/+14 |
| | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent. | ||||
* | Add get_api() function | Pierre Krieger | 2014-12-07 | 1 | -0/+4 |
| | |||||
* | android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000 | Andrey Lesnikov | 2014-12-05 | 1 | -3/+3 |
| | |||||
* | android: Updated for rust 395901393 2014-11-24 00:46:30 +0000 | Andrey Lesnikov | 2014-11-26 | 1 | -5/+5 |
| | |||||
* | Add support for GLESv2 on android. Remove a few warnings. | Glenn Watson | 2014-11-26 | 2 | -12/+25 |
| | |||||
* | Allows android to compile when headless feature is enabled. | Glenn Watson | 2014-11-26 | 1 | -3/+27 |
| | |||||
* | Implement lists sharing | Pierre Krieger | 2014-11-24 | 1 | -1/+5 |
| | |||||
* | android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000 | Andrey Lesnikov | 2014-11-21 | 1 | -1/+0 |
| | |||||
* | Update for rustc | Pierre Krieger | 2014-11-19 | 1 | -2/+5 |
| | |||||
* | Android: Implemented basic inputs | Andrey Lesnikov | 2014-11-17 | 1 | -1/+26 |
| | |||||
* | Use a proper error type for window creation | Tomaka17 | 2014-11-05 | 1 | -9/+9 |
| | |||||
* | Add visibility-related functions to window | Tomaka17 | 2014-11-01 | 1 | -0/+6 |
| | |||||
* | Revert "Add `platform_display` impls for win32 and android" | tomaka | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Add `platform_display` impls for win32 and android | Tomaka17 | 2014-10-24 | 1 | -1/+2 |
| | | | | Fix the cocoa function | ||||
* | Add accessor for underlying display handle on Linux. Although unimplemented ↵ | Glenn Watson | 2014-10-24 | 1 | -0/+4 |
| | | | | on other platforms, this applies to at least android as well. | ||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -4/+4 |
| | |||||
* | Update for gl-rs | Tomaka17 | 2014-10-21 | 1 | -1/+6 |
| | |||||
* | Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 | Tomaka17 | 2014-10-10 | 1 | -10/+11 |
| | |||||
* | 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 |
| | |||||
* | Add basic support for Android | Tomaka17 | 2014-09-11 | 2 | -0/+459 |