aboutsummaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Collapse)AuthorAgeFilesLines
* android: Implemented basic poll_events()Andrey Lesnikov2014-12-261-10/+7
|
* Update for gl_generator's changesPierre Krieger2014-12-241-6/+1
|
* Add resize example, fix warnings, make callback an option so it can be removed.Glenn Watson2014-12-191-1/+1
|
* Add callback function to allow resize messages to be sent on mac.Glenn Watson2014-12-191-0/+3
|
* Change todo to unimplementedGlenn Watson2014-12-191-1/+1
|
* Introduce a WindowProxy for accessing a subset of functionalityGlenn Watson2014-12-171-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() functionPierre Krieger2014-12-071-0/+4
|
* android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000Andrey Lesnikov2014-12-051-3/+3
|
* android: Updated for rust 395901393 2014-11-24 00:46:30 +0000Andrey Lesnikov2014-11-261-5/+5
|
* Add support for GLESv2 on android. Remove a few warnings.Glenn Watson2014-11-262-12/+25
|
* Allows android to compile when headless feature is enabled.Glenn Watson2014-11-261-3/+27
|
* Implement lists sharingPierre Krieger2014-11-241-1/+5
|
* android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000Andrey Lesnikov2014-11-211-1/+0
|
* Update for rustcPierre Krieger2014-11-191-2/+5
|
* Android: Implemented basic inputsAndrey Lesnikov2014-11-171-1/+26
|
* Use a proper error type for window creationTomaka172014-11-051-9/+9
|
* Add visibility-related functions to windowTomaka172014-11-011-0/+6
|
* Revert "Add `platform_display` impls for win32 and android"tomaka2014-10-251-1/+1
|
* Add `platform_display` impls for win32 and androidTomaka172014-10-241-1/+2
| | | | Fix the cocoa function
* Add accessor for underlying display handle on Linux. Although unimplemented ↵Glenn Watson2014-10-241-0/+4
| | | | on other platforms, this applies to at least android as well.
* Update for rustc and gl-rsTomaka172014-10-221-4/+4
|
* Update for gl-rsTomaka172014-10-211-1/+6
|
* Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-101-10/+11
|
* Remove some unused importsTomaka172014-09-131-3/+0
|
* Use gl_generator to generate EGL bindings for AndroidTomaka172014-09-132-170/+47
|
* Add basic support for AndroidTomaka172014-09-112-0/+459