aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_video.m
AgeCommit message (Expand)Author
2012-02-22IPHONE: Move ObjC code files (.m) to ObjC++ files (.mm).Johannes Schickel
2012-02-22IPHONE: Implement setShakeOffset.Johannes Schickel
2012-02-21IPHONE: Rewrite video screen rotation.Johannes Schickel
2012-02-21IPHONE: Move _overlayPortraitRatio from global scope to local scope.Johannes Schickel
2012-02-21IPHONE: Add _overlayRect, which describes the overlay screen rect.Johannes Schickel
2012-02-20IPHONE: Default to portrait mode in case the orientation could not be determi...Johannes Schickel
2012-02-20IPHONE: Move OpenGL ES context generation to its own method.Johannes Schickel
2012-02-20IPHONE: Precalculate vertex/tex coordinates for game screen/overlay.Johannes Schickel
2012-02-20IPHONE: Use render buffer size instead of application frame size for video si...Johannes Schickel
2012-02-20IPHONE: Rename _screenRect to _gameScreenRect.Johannes Schickel
2012-02-20IPHONE: Rename _backing[Width,Height] to _renderBuffer[Width,Height].Johannes Schickel
2012-02-20IPHONE: Don't overwrite orientation when the OpenGL ES context is created.Johannes Schickel
2012-02-20IPHONE: Refactor event code a bit.Johannes Schickel
2012-02-20IPHONE: Slight game screen texture related variable renaming.Johannes Schickel
2012-02-20IPHONE: Slight cleanup.Johannes Schickel
2012-02-20IPHONE: Remove some unused variables.Johannes Schickel
2012-02-20IPHONE: More formatting fixes.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-20IPHONE: Always use the mouse texture.Johannes Schickel
2012-02-19IPHONE: Formatting fixes.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-05IPHONE: Fixed a COMI crash and some minor gfx glitchesOystein Eftevaag
2011-05-15IPHONE: Fixed mouse position when the overlay is visibleOystein Eftevaag
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
2010-08-01iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per foru...Yotam Barnoy
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-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-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-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
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
2008-09-10Merged up iPhone backend changes from 0.12 to trunkOystein Eftevaag
2008-07-27The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0Oystein Eftevaag
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
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-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