aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone
AgeCommit message (Expand)Author
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-06-18Improved the iphone swipe input handlingOystein Eftevaag
2009-05-24Also strip trailing whitespaces in C and Objective-C source files. (Seems I f...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-11Fixed some warningsOystein Eftevaag
2009-05-10iPhone fixes for compiling with the unofficial sdkOystein Eftevaag
2009-05-10Updated xcode project and did some minor iphone optimizationsOystein Eftevaag
2009-05-09Converted the iPhone backend to use OpenGL ES instead of CoreSurface for grap...Oystein Eftevaag
2009-04-18Fixed a crash happening when an engine dirtied the full screen, and called in...Oystein Eftevaag
2009-04-18iPhone: Updated input event system to firmware 2.x standardOystein Eftevaag
2009-04-04Remove the obsolete IPHONE_BACKEND defineJordi Vilalta Prat
2009-03-08The xcode project can now compile a native Mac OS X buildOystein Eftevaag
2009-03-01Cleaned out some unneeded stuff from the C blitting routinesOystein Eftevaag
2009-03-01When built with the xcode project, the file browser will now start browing fo...Oystein Eftevaag
2009-03-01Merged iphone keyboard fix in from branch-0-13-0Oystein Eftevaag
2009-02-16Updated the iphone xcode project to include dependency libs, and fixed config...Oystein Eftevaag
2009-02-15Compatibility fixes for the official iPhone SDKOystein Eftevaag
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP...Oystein Eftevaag
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-09-10Merged up iPhone backend changes from 0.12 to trunkOystein Eftevaag
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port specif...Max Horn
2008-07-27The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0Oystein Eftevaag
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...Oystein Eftevaag
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
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-12-22Fixed mutex handling, and reverted sound callbacks to be from another thread ...Oystein Eftevaag
2007-12-20Do sound callbacks from the main thread instead of a separate one, to avoid s...Oystein Eftevaag
2007-12-07Enabled click-and-drag mouse mode for the right mouse button as well as the l...Oystein Eftevaag
2007-12-07Properly centered the image on screen after aspect ratio correctionOystein Eftevaag
2007-12-05ARM ASM blitting routines from Robin_WattsOystein 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-23Some minor display and mouse cursor optimizationsOystein Eftevaag
2007-11-23Cleaned up some screen drawing offsetting issuesOystein Eftevaag