Age | Commit message (Expand) | Author |
2012-10-21 | ANDROID: Fixed tapping touchpad not sending left clicks | Lauri Härsilä |
2012-10-19 | ANDROID: Mouse and stylus support | Lauri Härsilä |
2012-08-15 | ANDROID: Remove unused GL_OES_draw_texture code. | Alyssa Milburn |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel |
2012-06-20 | ANDROID: Fix compilation broken with changes to grabOverlay. | Johannes Schickel |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-04-29 | ANDROID: disable compression for zip-file assets and recompress uncompressed ... | Tobias Gunkel |
2012-02-27 | KEYMAPPER: Rename HardwareKey to HardwareInput | Tarek Soliman |
2012-02-21 | KEYMAPPER: Remove automapping dead code | Tarek Soliman |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman |
2012-02-03 | ANDROID: Add faked input delay. | Alyssa Milburn |
2012-01-07 | KEYMAPPER: Constantify global keymap name | Tarek Soliman |
2011-12-13 | ANDROID: Fix assert in JavaInputStream (thanks clone2727). | Alyssa Milburn |
2011-12-13 | ANDROID: Fix compilation by adapting to latest Archive changes (thanks LordHo... | Alyssa Milburn |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-10-28 | ANDROID: Actually create the savegame directory. | Alyssa Milburn |
2011-10-25 | ANDROID: Match versions when checking for plugins. | Alyssa Milburn |
2011-10-25 | ANDROID: Point the default savepath to external storage. | Alyssa Milburn |
2011-10-25 | ANDROID: Move from org.inodes.gus to org.scummvm. | Alyssa Milburn |
2011-10-22 | ANDROID: Fix plugins on Android 3.1+. | Alyssa Milburn |
2011-10-21 | ANDROID: Delete _timerManager in OSystem_Android's destructor. | Alyssa Milburn |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-23 | ANDROID: Allow use of abort() in JNI class | Littleboy |
2011-06-18 | ANDROID: Fix kFeatureCursorPalette. | Alyssa Milburn |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn |
2011-06-07 | ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory | Max Horn |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn |
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-06-01 | ANDROID: Revert stable-only changes from commit cf41ac0f which I accidentally... | Max Horn |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg |
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg |
2011-05-03 | ANDROID: Fix various forbidden symbol clashes | Max Horn |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn |
2011-05-02 | ANDROID: Style fix | dhewg |
2011-05-01 | ANDROID: Disable the savegame parachute | dhewg |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | ANDROID: Fix compilation some more | dhewg |
2011-04-28 | ANDROID: Another attempt at compilation fix | Ori Avtalion |
2011-04-28 | ANDROID: Fix compilation | Ori Avtalion |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |