aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone
AgeCommit message (Expand)Author
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-19IPHONE: Implement horizontal shakesluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2016-01-07IPHONE: Make includes match our style.Johannes Schickel
2016-01-07IOS: Renames a macroVincent Bénony
2016-01-06IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)Vincent Bénony
2016-01-06IOS: Remove extra commaVincent Bénony
2016-01-06IOS: Fixes a typoVincent Bénony
2016-01-06ISO: Updates instructions for command line compilationVincent Bénony
2016-01-06IOS: Clean the path of the Savegames directoryVincent Bénony
2016-01-06IOS: Fixes a crash on startup on iOS 7Vincent Bénony
2016-01-06IOS: Replaces spaces with tabsVincent Bénony
2016-01-06IOS: Updates the compilation instructionsVincent Bénony
2016-01-06IOS: Moves the compilation instructions in the platform directoryVincent Bénony
2016-01-06IOS: Fixes tabsVincent Bénony
2016-01-06IOS: Fixes rotation and event handlingVincent Bénony
2016-01-06IOS: Uses the chroot filesystemVincent Bénony
2016-01-06IOS: Adds a getter for the touchpad modeVincent Bénony
2016-01-06IOS: Fixes the virtual keyboardVincent Bénony
2014-06-05IPHONE: Scale input according to content scale factor.Johannes Schickel
2014-06-04IPHONE: Remove superflous semicolon.Johannes Schickel
2014-02-18IPHOME: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-07IPHONE: Fix accidental double free.Johannes Schickel
2013-08-06IPHONE: Do not access Surface::pixels directly.Johannes Schickel
2013-08-03IPHONE: Take advantage of Surface::getPixels.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-01-14IPHONE: Initialize the palettes on startup.Johannes Schickel
2013-01-14IPHONE: Recreate mouse texture on palette changes when needed.Johannes Schickel
2012-10-12IPHONE: Add support for "retina" displays.Johannes Schickel
2012-10-10IPHONE: Fix cursor artifacts when linear filterting is used.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-20IPHONE: Replace OverlayColor uses with uint16.Johannes Schickel
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
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-09COMMON: Add tm_wday to our TimeDate structMatthew Hoops
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-04-02IPHONE: Use InternalEvent directly.Johannes Schickel
2012-04-02IPHONE: Move event fetching implementation to iPhoneView.Johannes Schickel
2012-04-02IPHONE: Protect access to the event list via a mutex.Johannes Schickel
2012-04-02IPHONE: Use Common::List to store the event queue.Johannes Schickel
2012-03-29IPHONE: Add some more debug printfs to graphics related OSystem functionality.Johannes Schickel
2012-03-05IPHONE: Send dealloc message to iPhoneView's superclass at the end of dealloc.Johannes Schickel
2012-03-05IPOHNE: Move touch related global variables to iPhoneView.Johannes Schickel
2012-03-05IPHONE: Prefix all global variables with "g_".Johannes Schickel
2012-02-29IPHONE: Fall back to CLUT8 in case a non-supported screen mode is set up.Johannes Schickel
2012-02-26IPHONE: Let hi-color games directly draw onto the screen texture buffer.Johannes Schickel
2012-02-26IPHONE: Implement 16bpp color support.Johannes Schickel