Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-01 | Those files are now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26687 | |||
2007-05-01 | Code will be updated to get rid of this file | Chris Apers | |
svn-id: r26686 | |||
2007-04-30 | correct place for touche screen size adjustment & one more check in the draw ↵ | Kostas Nakos | |
loop svn-id: r26685 | |||
2007-04-30 | add zoom up/down actions for touche | Kostas Nakos | |
svn-id: r26684 | |||
2007-04-30 | better zoomup/down + panel handling for hires, also fixes bug #1593299 | Kostas Nakos | |
svn-id: r26683 | |||
2007-04-30 | formatting | Kostas Nakos | |
svn-id: r26682 | |||
2007-04-28 | rewrote drawing loop in a more straightforward fashion, which also kills ↵ | Kostas Nakos | |
some bugs svn-id: r26668 | |||
2007-04-28 | bugfix aspect scaler | Kostas Nakos | |
svn-id: r26667 | |||
2007-04-28 | Cumulative 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-28 | add focus flag | Kostas Nakos | |
svn-id: r26662 | |||
2007-04-28 | update for cruise engine, fix a little oops LordHoto pointed out | Kostas Nakos | |
svn-id: r26661 | |||
2007-04-28 | more logical formatting for scaler code, at least for me :-) | Kostas Nakos | |
svn-id: r26660 | |||
2007-04-28 | bump action mapping version | Kostas Nakos | |
svn-id: r26659 | |||
2007-04-28 | cleanup, more meaningful names for actions, fix quit dialog looks, bump ↵ | Kostas Nakos | |
action mapping version svn-id: r26658 | |||
2007-04-28 | cleanup, implement new default action mappings, bump action version, enable ↵ | Kostas Nakos | |
keybinding at launcher, fix quit dialog looks svn-id: r26657 | |||
2007-04-28 | cleanup | Kostas Nakos | |
svn-id: r26656 | |||
2007-04-28 | cleanup & completely map wm device's keys | Kostas Nakos | |
svn-id: r26655 | |||
2007-04-28 | insert key up events for synthetic events | Kostas Nakos | |
svn-id: r26654 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-04-21 | not used in a long time | Kostas Nakos | |
svn-id: r26555 | |||
2007-04-16 | NDS : Compile fix | Bertrand Augereau | |
svn-id: r26536 | |||
2007-04-16 | NDS : Potentially faster, less precise, CPU-scaler plugged | Bertrand Augereau | |
svn-id: r26535 | |||
2007-04-16 | NDS : #define to experiment with a faster, less precise, CPU-scaler | Bertrand Augereau | |
svn-id: r26534 | |||
2007-04-16 | NDS : Trunk fix for latest libnds | Bertrand Augereau | |
svn-id: r26529 | |||
2007-04-15 | fix compilation of null backend | Joost Peters | |
svn-id: r26507 | |||
2007-04-09 | these belong here and not to the precompiled lib pack | Kostas Nakos | |
svn-id: r26443 | |||
2007-04-09 | applied patch 1696852: ARM 4/1 scaler by Robin Watts | Kostas Nakos | |
svn-id: r26442 | |||
2007-04-09 | initialize _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-07 | Added missing common/events.h include and added a FIXME comment | Max Horn | |
svn-id: r26411 | |||
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm ↵ | Neil Millstone | |
r20 and latest libnds. svn-id: r26394 | |||
2007-03-27 | Fixed yet another DC compile error | Max Horn | |
svn-id: r26309 | |||
2007-03-27 | Fixed indentation. | Torbjörn Andersson | |
svn-id: r26308 | |||
2007-03-26 | Fix compile error in the DC port | Max Horn | |
svn-id: r26306 | |||
2007-03-20 | Added default-events.cpp to Symbian makefile | Lars Persson | |
svn-id: r26261 | |||
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn | |
svn-id: r26233 | |||
2007-03-18 | Fix for bug #1683111 (PSP: unable to build latest svn version 26210) | Max Horn | |
svn-id: r26225 | |||
2007-03-18 | adding key scanning functions compatible with ScummVM's IPC | Neil Millstone | |
svn-id: r26188 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define | Robert Göffringmann | |
svn-id: r26171 | |||
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson | |
Fingolfin's blessings. Keyboard repeat is now handled by the event manager, rather than by individual engines. Since this can cause problems with some engines (see the AGI engine), the extra "key down" events are marked as "synthetic", so that they can be ignored if necessary. svn-id: r26170 | |||
2007-03-17 | cleanup | Max Horn | |
svn-id: r26169 | |||
2007-03-17 | oops | Max Horn | |
svn-id: r26157 | |||
2007-03-17 | Implemented a simple EventManager class | Max Horn | |
svn-id: r26154 | |||
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for ↵ | Max Horn | |
backends which want to use our Makefile build system but don't want the default saveman) svn-id: r26152 | |||
2007-03-14 | Code cleanup in the actions handling. | Lars Persson | |
svn-id: r26135 | |||
2007-03-14 | ITE save game menu mapping has changed to F5. | Lars Persson | |
svn-id: r26134 | |||
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson | |
svn-id: r26133 | |||
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson | |
svn-id: r26125 | |||
2007-03-12 | Added mapping from '/' to '\' since Symbian OS does n't support mixed mode ↵ | Lars Persson | |
(\ and / in the same filename). svn-id: r26109 |