index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
iphone
Age
Commit message (
Expand
)
Author
2014-06-05
IPHONE: Scale input according to content scale factor.
Johannes Schickel
2014-06-04
IPHONE: Remove superflous semicolon.
Johannes Schickel
2014-02-18
IPHOME: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-07
IPHONE: Fix accidental double free.
Johannes Schickel
2013-08-06
IPHONE: Do not access Surface::pixels directly.
Johannes Schickel
2013-08-03
IPHONE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2013-01-14
IPHONE: Initialize the palettes on startup.
Johannes Schickel
2013-01-14
IPHONE: Recreate mouse texture on palette changes when needed.
Johannes Schickel
2012-10-12
IPHONE: Add support for "retina" displays.
Johannes Schickel
2012-10-10
IPHONE: Fix cursor artifacts when linear filterting is used.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-06-20
IPHONE: Replace OverlayColor uses with uint16.
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-02
IPHONE: Use InternalEvent directly.
Johannes Schickel
2012-04-02
IPHONE: Move event fetching implementation to iPhoneView.
Johannes Schickel
2012-04-02
IPHONE: Protect access to the event list via a mutex.
Johannes Schickel
2012-04-02
IPHONE: Use Common::List to store the event queue.
Johannes Schickel
2012-03-29
IPHONE: Add some more debug printfs to graphics related OSystem functionality.
Johannes Schickel
2012-03-05
IPHONE: Send dealloc message to iPhoneView's superclass at the end of dealloc.
Johannes Schickel
2012-03-05
IPOHNE: Move touch related global variables to iPhoneView.
Johannes Schickel
2012-03-05
IPHONE: Prefix all global variables with "g_".
Johannes Schickel
2012-02-29
IPHONE: Fall back to CLUT8 in case a non-supported screen mode is set up.
Johannes Schickel
2012-02-26
IPHONE: Let hi-color games directly draw onto the screen texture buffer.
Johannes Schickel
2012-02-26
IPHONE: Implement 16bpp color support.
Johannes Schickel
2012-02-25
IPHONE: Get rid of _gameScreenRaw, instead use _framebuffer internally.
Johannes Schickel
2012-02-25
IPHONE: Implement very basic GFX transaction support.
Johannes Schickel
2012-02-24
IPHONE: Move aspect ratio settings to VideoContext.
Johannes Schickel
2012-02-24
Merge pull request #197 from phoenixtail26/cleanedARCorrection.
Johannes Schickel
2012-02-24
IPHONE: Only update on screen mouse coordinates when it's needed.
Johannes Schickel
2012-02-24
IPHONE: Cleanup mouse cursor handling slightly.
Johannes Schickel
2012-02-24
IPHONE: Clean up mouse texture coordinate handling.
Johannes Schickel
2012-02-24
IPHONE: Move some global variables to iPhoneView.
Johannes Schickel
2012-02-24
IPHONE: Add a mouse texture buffer surface to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Fix mouse coordinates for hi res games.
Johannes Schickel
2012-02-23
IPHONE: Directly use the game screen's texture buffer.
Johannes Schickel
2012-02-23
IPHONE: Directly use the overlay's texture buffer instead of another intermed...
Johannes Schickel
2012-02-23
IPHONE: Move screen and overlay texture buffer to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Add a constructor to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Add aspect ratio correction to iPhone
Gavin Hayler
2012-02-23
IPHONE: Let iPhoneView and OSystem_IPHONE share the same VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Silence a few signed/unsigned integer comparison warnings.
Johannes Schickel
2012-02-23
IPHONE: Use VideoContext in OSystem_IPHONE.
Johannes Schickel
2012-02-23
IPHONE: Move overlay visibility status to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Move VideoContext definition to iphone_common.h.
Johannes Schickel
[next]