aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.cpp
AgeCommit message (Expand)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-28fix buggy repaints caused by multiple calls to the overlay togglesKostas Nakos
2008-12-18fix opening of config file + some cleanupKostas Nakos
2008-12-10implement the newer gfx transaction interface. some issues still remainKostas Nakos
2008-12-04Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk compil...Filippos Karapetis
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-08-25patch 1868881: ini option to disable doubletap rmbKostas Nakos
2008-08-18do away with the smush force redraw hackKostas Nakos
2008-08-13fix bug #1910057: FT multifunctionKostas Nakos
2008-08-13fix bug #2038992 by saving and restoring channel volumesKostas Nakos
2008-06-29finish up new mixer changesKostas Nakos
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2008-01-02cannot handle key mods in ce and unicode is dodgy to say the least. fixes bug...Kostas Nakos
2008-01-01fixup to prevent a crash, pending the overlay reworkKostas Nakos
2007-12-30implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games hav...Kostas Nakos
2007-12-16reimplemented the freelook action to be more usable, ultimately targeted towa...Kostas Nakos
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
2007-10-28Rollup commit to improve & bring the port up to speed. More specificallyi for...Kostas Nakos
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-06-23Add a couple of casts from int to (Common:KeyCode) in the WinCE specific code.Robin Watts
2007-06-23Update GUI::Key constructsMax Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-10drop some debugging leftoversKostas Nakos
2007-06-09fix bugs 1734068, 1723144: cursor trails when scrollingKostas Nakos
2007-06-03new functionality for the predictive input dialog for smartphonesKostas Nakos
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27getting screen extents from the sdl backend. Builders must use the newer sdl ...Kostas Nakos
2007-05-12changed some warnings into debug msgsKostas Nakos
2007-05-05some more verbose error reportingKostas Nakos
2007-05-01fix scaler selection for square (non vga) devicesKostas Nakos
2007-05-01fix toolbar redraw for hires games in qvga landscape phonesKostas Nakos
2007-05-01generate stdout/err files in cwd and properly delete them in gcc buildsKostas Nakos
2007-04-30correct place for touche screen size adjustment & one more check in the draw ...Kostas Nakos
2007-04-30better zoomup/down + panel handling for hires, also fixes bug #1593299Kostas Nakos
2007-04-28rewrote drawing loop in a more straightforward fashion, which also kills some...Kostas Nakos
2007-04-28Cumulative update to coincide with newer SDL libraries. Builders *must* updat...Kostas Nakos
2007-04-07Added missing common/events.h include and added a FIXME commentMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-02-26support agi engineKostas Nakos
2007-02-24Add support for touche engine.Kostas Nakos
2007-02-18correctly reinit sound output deviceKostas Nakos
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ago;...Max Horn
2007-02-04permit compilation with hq scalers disabledKostas Nakos
2007-01-11Fix backend timer problems. Also fix wrong sound mix rate in bassKostas Nakos