aboutsummaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
* fix for rust nightlyAndrew Kelley2015-01-281-1/+1
* Fix a use-after-free in Android get_proc_address.Ms2ger2015-01-231-1/+2
* Fix android APIGlenn Watson2015-01-191-1/+1
* Add missing get_api stubs.Glenn Watson2015-01-191-0/+8
* android: Fixed depth bufferAndrey Lesnikov2015-01-151-0/+1
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-13/+13
* Fixed android: Added 'MouseCursor' importAndrey Lesnikov2015-01-131-1/+1
* Add mouse cursor supportBryan Bell2015-01-121-0/+3
* android: Updated for Rust ea6f65c5f 2015-01-06Andrey Lesnikov2015-01-081-5/+3
* android: Updated for rust fc2ba1393 2015-01-03Andrey Lesnikov2015-01-041-2/+3
* Update for RustcPierre Krieger2015-01-031-1/+1
* Change the way that events are represented.Ty Overby2015-01-011-8/+12
* Unify WindowBuilder and HeadlessRendererBuilder for easier implementationsPierre Krieger2014-12-311-4/+3
* Update for changes in Send/Sync traitsPierre Krieger2014-12-301-0/+8
* 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
* 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
* Add accessor for underlying display handle on Linux. Although unimplemented o...Glenn Watson2014-10-241-0/+4
* 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