aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
AgeCommit message (Expand)Author
2019-04-20ANDROID: Add a pthreads-based mutex managerCameron Cawley
2019-04-12ANDROID: Factor event pushing into pushEventCameron Cawley
2018-10-05ANDROID: Implement clipboard supportCameron Cawley
2018-07-29ANDROID: Replace getPixelFormatName function with PixelFormat::toStringCameron Cawley
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2016-09-10CLOUD: Move openUrl to OSystemThierry Crozat
2015-01-05ANDROID: Remove unpacker and fix support for non armJoel Teichroeb
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-08ANDROID: Add support for joystick motionMarcus Comstedt
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-10-19ANDROID: Mouse and stylus supportLauri Härsilä
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-02-03ANDROID: Add faked input delay.Alyssa Milburn
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactoryMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-06ANDROID: Add multitouch supportdhewg
2011-04-06Revert "ANDROID: Temporarily enable GL error checks"dhewg
2011-04-05ANDROID: Use a faked paletted texture for CLUT cursorsdhewg
2011-04-05ANDROID: Temporarily enable GL error checksdhewg
2011-04-03ANDROID: Helper define to debug hanging GLES callsdhewg
2011-04-02ANDROID: Attempt at working around some HTC faildhewg
2011-03-19ANDROID: Implement OSystem::getSystemLanguage()dhewg
2011-03-19ANDROID: Log some system propertiesdhewg
2011-03-17ANDROID: Ignore the slop area on all touch scrollsdhewg
2011-03-16ANDROID: Input system overhauldhewg
2011-03-15ANDROID: Cleanupdhewg
2011-03-14ANDROID: Extend clearScreen to take care of all casesdhewg
2011-03-13ANDROID: Add graphics mode for linear filteringdhewg
2011-03-13ANDROID: Add support for video feature flagsdhewg
2011-03-13ANDROID: Buffer 16bit texture contentsdhewg
2011-03-12ANDROID: Use 16bit pixel formats on CLUT8 texturesdhewg
2011-03-12ANDROID: Cleanupdhewg
2011-03-07ANDROID: Move the overlay initializationdhewg
2011-03-05ANDROID: Fix 16bit cursorsdhewg
2011-03-05ANDROID: Rename function for less confusiondhewg
2011-03-05ANDROID: Add initial 16bit gfx supportdhewg
2011-03-05ANDROID: Remove some vtable overhead on texturesdhewg
2011-03-03ANDROID: Implement surface resizesdhewg
2011-03-03ANDROID: Formatting/whitespacesdhewg
2011-03-02ANDROID: Untangle JNI interweavingdhewg
2011-02-27ANDROID: Rework audio systemdhewg
2011-02-24ANDROID: Check thread origin when debugging GLdhewg
2011-02-24ANDROID: Move rest of everything JNIdhewg