aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
AgeCommit message (Collapse)Author
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-21not used in a long timeKostas Nakos
svn-id: r26555
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-07Added missing common/events.h include and added a FIXME commentMax Horn
svn-id: r26411
2007-03-17Moved 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-14ITE save game menu mapping has changed to F5.Lars Persson
svn-id: r26134
2007-02-27properly support saga and cine enginesKostas Nakos
svn-id: r25893
2007-02-26support agi engineKostas Nakos
svn-id: r25880
2007-02-26added gfx and code to support spacebar and escape keys in the virtual ↵Kostas Nakos
keyboard (remember, Jubanka couldn't draw if his life depended on it :-) ). fixed (essentially added) support for the directional keys of the virtual keyboard (no idea why these were not implemented). svn-id: r25879
2007-02-24Add support for touche engine.Kostas Nakos
Also, since QVGA smartphones can run any game, updated the action mappings to account for all of them. svn-id: r25830
2007-02-24temporarily fix automatic detectionKostas Nakos
svn-id: r25817
2007-02-18correctly reinit sound output deviceKostas Nakos
svn-id: r25682
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
svn-id: r25527
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ↵Max Horn
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431
2007-02-04permit compilation with hq scalers disabledKostas Nakos
svn-id: r25390
2007-02-03update to new detectorKostas Nakos
svn-id: r25355
2007-02-03set svn:ignore, sync makefileKostas Nakos
svn-id: r25350
2007-01-11Fix backend timer problems. Also fix wrong sound mix rate in bassKostas Nakos
svn-id: r25067
2006-11-12CleanupKostas Nakos
svn-id: r24702
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
svn-id: r24691
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-10-21Fix multiple simulated mouse key events bug (sync).Kostas Nakos
svn-id: r24403
2006-10-10Merge dirsKostas Nakos
svn-id: r24268
2006-10-10newres.h is not needed anymoreKostas Nakos
svn-id: r24267
2006-10-10Merge ozone headerKostas Nakos
svn-id: r24266
2006-10-09Implement stdout/stderr redirectionKostas Nakos
svn-id: r24252
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
svn-id: r24212
2006-09-23Remove defines, which were only used by checkHeap()Travis Howell
svn-id: r23980
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-09cleanupKostas Nakos
svn-id: r23851
2006-08-25fix update rect when adjusting ratio (backport)Kostas Nakos
svn-id: r23744
2006-08-18fix bugs #1515389 and #1505868 (aka file::exists - dedicated to LordHoto) ↵Kostas Nakos
(backport) svn-id: r23722
2006-08-18fix smartphone cursor hiding when keyboard up, more logical zone function, ↵Kostas Nakos
got rid of higher sound thread priority by default. (backport) svn-id: r23720
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to ↵Max Horn
track screen changes even without getting all EVENT_SCREEN_CHANGED events svn-id: r23661
2006-07-30CinE Engine support (backport)Kostas Nakos
svn-id: r23625
2006-07-26hotfix for bug #1519449 (scaling/crash issue) (backport)Kostas Nakos
svn-id: r23602
2006-07-26fix bug 1521718 (dpad mouse emulation) (backport)Kostas Nakos
svn-id: r23600
2006-07-23Add kyra skip intro key (backport).Kostas Nakos
svn-id: r23577
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366