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
/
ios7
Age
Commit message (
Expand
)
Author
2016-02-26
IOS: Fixes savegame deletion on sandboxed iOS devices
Vincent Bénony
2016-01-11
IOS: Updates the compilation instructions
Vincent Bénony
2016-01-07
IOS7: Make includes match our style.
Johannes Schickel
2016-01-07
IOS7: Make filename style consistent in itself.
Johannes Schickel
2016-01-07
IOS7: Use #include instead of #import.
Johannes Schickel
2016-01-07
IOS7: Use standard include guard names.
Johannes Schickel
2016-01-07
IOS7: Use our standard GPL headers.
Johannes Schickel
2016-01-07
COMMON: Make FSNode(AbstractFSNode *) private again.
Johannes Schickel
2016-01-07
IOS: Renames a macro
Vincent Bénony
2016-01-06
IOS: Disable scalers
Vincent Bénony
2016-01-06
IOS: Removes a useless variable
Vincent Bénony
2016-01-06
IOS: Better emulation of the right mouse button
Vincent Bénony
2016-01-06
IOS: Update compilation instructions for FluidSynth
Vincent Bénony
2016-01-06
IOS: Fixes an issue with the mouse pointer when returning from Sam&Max
Vincent Bénony
2016-01-06
IOS: Brings support for FluidSynth
Vincent Bénony
2016-01-06
IOS: Updates compilation instructions
Vincent Bénony
2016-01-06
IOS: Info on Linux toolchain, and compilation instructions
Vincent Bénony
2016-01-06
IOS: Adds iPhone 6/6+ launch screens
Vincent Bénony
2016-01-06
IOS: Switches to OpenGL ES 2.0 to ease debugging with Xcode
Vincent Bénony
2016-01-06
IOS: Typo
Vincent Bénony
2016-01-06
IOS: Updates compilation instructions
Vincent Bénony
2016-01-06
IOS: Implements scalers
Vincent Bénony
2016-01-06
IOS: Scales the GUI for the iPad Pro
Vincent Bénony
2016-01-06
IOS: Better resolution handling
Vincent Bénony
2016-01-06
IOS: Removes a global variable
Vincent Bénony
2016-01-06
IOS: Fixes memory leak
Vincent Bénony
2016-01-06
IOS: Move declarations in the common header file
Vincent Bénony
2016-01-06
IOS: Avoid subclassing UIApplication, and handle multitasking
Vincent Bénony
2016-01-06
IOS: Wrong deallocator called
Vincent Bénony
2016-01-06
IOS: Renames iOS7 classes to avoid confusion
Vincent Bénony
2016-01-06
IOS: Removes new generic syntax to be able to compile with older clang toolchain
Vincent Bénony
2016-01-06
IOS: Updates compilation instructions
Vincent Bénony
2016-01-06
IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
Vincent Bénony