aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-05-01Updated project fileChris Apers
svn-id: r26707
2007-05-01Test Cruise engineChris Apers
svn-id: r26706
2007-05-01Added basic rotation detectorChris Apers
svn-id: r26705
2007-05-01Help debuggingChris Apers
svn-id: r26704
2007-05-01Create new Themes folder for ScummVM themes...Chris Apers
svn-id: r26703
2007-05-01Prevent crashChris Apers
svn-id: r26702
2007-05-01CleanupChris Apers
svn-id: r26701
2007-05-01Enable true timer codeChris Apers
svn-id: r26700
2007-05-01- Prevent lose of eventsChris Apers
- Added hard arrow keys support - Revamped mouse code to prevent duplication and get rid of fixed size mouse buffer - Reviewed event code (more work needed for OS5 and keyup emulation) - Cleanup svn-id: r26699
2007-05-01Fixed compilationChris Apers
svn-id: r26698
2007-05-01Fixed sysEx functionChris Apers
svn-id: r26696
2007-05-01CleanupChris Apers
svn-id: r26695
2007-05-01Added support for Parallaction and Cruise enginesChris Apers
svn-id: r26694
2007-05-01Prefix files cleanupChris Apers
Added support for Parallaction and Cruise engines Added ZLIB support svn-id: r26693
2007-05-01Cleanup, prevent change between 68k and ARM codeChris Apers
Added two more required functions for T3 svn-id: r26692
2007-05-01Cleanup, use my new PalmOS Porting SDKChris Apers
svn-id: r26691
2007-05-01Cleanup, now part of an external libraryChris Apers
svn-id: r26689
2007-05-01This file is now part of an external PalmOS SDKChris Apers
svn-id: r26688
2007-05-01Those files are now part of an external PalmOS SDKChris Apers
svn-id: r26687
2007-05-01Code will be updated to get rid of this fileChris Apers
svn-id: r26686
2007-04-30correct place for touche screen size adjustment & one more check in the draw ↵Kostas Nakos
loop svn-id: r26685
2007-04-30add zoom up/down actions for toucheKostas Nakos
svn-id: r26684
2007-04-30better zoomup/down + panel handling for hires, also fixes bug #1593299Kostas Nakos
svn-id: r26683
2007-04-30formattingKostas Nakos
svn-id: r26682
2007-04-28rewrote drawing loop in a more straightforward fashion, which also kills ↵Kostas Nakos
some bugs svn-id: r26668
2007-04-28bugfix aspect scalerKostas Nakos
svn-id: r26667
2007-04-28Cumulative update to coincide with newer SDL libraries. Builders *must* ↵Kostas Nakos
update their libraries/fetch newest library pack. o Overwrite with default key mappings when action_mapping version changes o Added support for handling scummvm losing focus (e.g. a call) o Enable rotating for all devices/resolutions o Update sdl video startup to follow current sdl o Generally update code to work with new sdl lib svn-id: r26663
2007-04-28add focus flagKostas Nakos
svn-id: r26662
2007-04-28update for cruise engine, fix a little oops LordHoto pointed outKostas Nakos
svn-id: r26661
2007-04-28more logical formatting for scaler code, at least for me :-)Kostas Nakos
svn-id: r26660
2007-04-28bump action mapping versionKostas Nakos
svn-id: r26659
2007-04-28cleanup, more meaningful names for actions, fix quit dialog looks, bump ↵Kostas Nakos
action mapping version svn-id: r26658
2007-04-28cleanup, implement new default action mappings, bump action version, enable ↵Kostas Nakos
keybinding at launcher, fix quit dialog looks svn-id: r26657
2007-04-28cleanupKostas Nakos
svn-id: r26656
2007-04-28cleanup & completely map wm device's keysKostas Nakos
svn-id: r26655
2007-04-28insert key up events for synthetic eventsKostas Nakos
svn-id: r26654
2007-04-26Removing more semicolaMax Horn
svn-id: r26597
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on ↵Max Horn
scummvm-devel) svn-id: r26594
2007-04-21not used in a long timeKostas Nakos
svn-id: r26555
2007-04-16NDS : Compile fixBertrand Augereau
svn-id: r26536
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
svn-id: r26535
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
svn-id: r26534
2007-04-16NDS : Trunk fix for latest libndsBertrand Augereau
svn-id: r26529
2007-04-15fix compilation of null backendJoost Peters
svn-id: r26507
2007-04-09these belong here and not to the precompiled lib packKostas Nakos
svn-id: r26443
2007-04-09applied patch 1696852: ARM 4/1 scaler by Robin WattsKostas Nakos
svn-id: r26442
2007-04-09initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ↵Joost Peters
before an actual palette has been set up. (fixes "[ 1670882 ] PSP: Missing cursor on Main Menu") svn-id: r26434
2007-04-07Added missing common/events.h include and added a FIXME commentMax Horn
svn-id: r26411
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-03-27Fixed yet another DC compile errorMax Horn
svn-id: r26309