aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_common.h
AgeCommit message (Expand)Author
2014-02-18IPHOME: Make GPL headers consistent in themselves.Johannes Schickel
2012-04-02IPHONE: Use InternalEvent directly.Johannes Schickel
2012-02-24IPHONE: Move aspect ratio settings to VideoContext.Johannes Schickel
2012-02-24Merge pull request #197 from phoenixtail26/cleanedARCorrection.Johannes Schickel
2012-02-24IPHONE: Add a mouse texture buffer surface to VideoContext.Johannes Schickel
2012-02-23IPHONE: Move screen and overlay texture buffer to VideoContext.Johannes Schickel
2012-02-23IPHONE: Add a constructor to VideoContext.Johannes Schickel
2012-02-23IPHONE: Add aspect ratio correction to iPhoneGavin Hayler
2012-02-23IPHONE: Let iPhoneView and OSystem_IPHONE share the same VideoContext.Johannes Schickel
2012-02-23IPHONE: Silence a few signed/unsigned integer comparison warnings.Johannes Schickel
2012-02-23IPHONE: Move overlay visibility status to VideoContext.Johannes Schickel
2012-02-23IPHONE: Move VideoContext definition to iphone_common.h.Johannes Schickel
2012-02-22IPHONE: Move ObjC code files (.m) to ObjC++ files (.mm).Johannes Schickel
2012-02-22IPHONE: Implement setShakeOffset.Johannes Schickel
2012-02-20IPHONE: Refactor event code a bit.Johannes Schickel
2012-02-20IPHONE: Add support for unfiltered upscaling.Johannes Schickel
2012-02-20IPHONE: Implement cursor palette support.Johannes Schickel
2012-02-20IPHONE: Implement cursor visibility change again.Johannes Schickel
2012-02-20IPHONE: Fix cursor hotspots.Johannes Schickel
2012-02-19IPHONE: Add include guards.Johannes Schickel
2012-02-19IPHONE: Formatting fixes.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
2010-04-03Updated XCode projectOystein Eftevaag
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-09Converted the iPhone backend to use OpenGL ES instead of CoreSurface for grap...Oystein Eftevaag
2009-04-18iPhone: Updated input event system to firmware 2.x standardOystein Eftevaag
2009-02-16Updated the iphone xcode project to include dependency libs, and fixed config...Oystein Eftevaag
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-02(forward-port) Quick swipes across the screen now triggers arrow key events. ...Oystein Eftevaag
2007-12-31Added support for landscape mode in addition to the upside-down landscape mod...Oystein Eftevaag
2007-11-25Suspend ScummVM when the button is hit (or a call is received), putting it in...Oystein Eftevaag
2007-11-24Now always sending a mouse-moved event before a click (some engines don't upd...Oystein Eftevaag
2007-11-18Implemented soft keyboard support, and added a workarond for engines that can...Oystein Eftevaag
2007-11-17Implemented portrait mode, fixed a few issues with the dirty rects handling, ...Oystein Eftevaag
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag