aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
AgeCommit message (Collapse)Author
2009-08-04got rid of superfluous semicolonsKostas Nakos
svn-id: r43043
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵Kostas Nakos
the master build system svn-id: r43041
2009-08-04update readme (draft)Kostas Nakos
svn-id: r43039
2009-08-04update MakefileKostas Nakos
svn-id: r43037
2009-08-04support made engineKostas Nakos
svn-id: r43035
2009-08-04add bindings for cruise engineKostas Nakos
svn-id: r43033
2009-08-02clean up and fix vga aspect scaler routinesKostas Nakos
svn-id: r43008
2009-08-02rework mixer (re)init. fixes bug #2694722Kostas Nakos
svn-id: r43003
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
Add ARM only aspect ratio correcting version of Normal2x scaler. Make WinCE port use Normal2x by default if the screen is large enough. Make WinCE port use aspect ratio correcting version if panel is hidden. svn-id: r42843
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
port. svn-id: r42645
2009-07-19whoops, fix non-arm build (why? :-) )Kostas Nakos
svn-id: r42619
2009-07-19remove dead code leftoverKostas Nakos
svn-id: r42615
2009-07-15New ARM code blending Smartphone landscale scaler for WinCE port. Seems to workRobin Watts
in my mockup - I don't have a smartphone resolution device to test it. svn-id: r42516
2009-07-12oops, fix propsKostas Nakos
svn-id: r42421
2009-07-12Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hackKostas Nakos
svn-id: r42419
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-16Fix bug #2790461: "WINCE: Compilation broken"Eugene Sandulenko
svn-id: r40624
2009-05-12Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this ↵Filippos Karapetis
will fix bug #2790461 - "WINCE: Compilation broken" svn-id: r40475
2009-03-01add support for tinsel engine (off by default for the time being)Kostas Nakos
svn-id: r39061
2009-03-01better detection of aspect-scalable resolutionsKostas Nakos
svn-id: r39059
2009-03-01slight correctionKostas Nakos
svn-id: r39044
2009-03-01modified patch in bug #2644574: fix buildKostas Nakos
svn-id: r39043
2009-02-21update readme for release 0.13.0Kostas Nakos
svn-id: r38731
2009-02-21proper fix for random crashes with vga devicesKostas Nakos
svn-id: r38726
2009-02-16fix random crashes on vga devices when using exotic scalersKostas Nakos
svn-id: r38352
2009-02-15add support for groovieKostas Nakos
svn-id: r38288
2009-02-15enable tucker and groovie enginesKostas Nakos
svn-id: r38275
2009-02-15add support for tuckerKostas Nakos
svn-id: r38273
2009-02-14apply patch by Fingolfin to optimize scalers + moreKostas Nakos
svn-id: r36338
2009-02-14update to newer overlay interfaceKostas Nakos
svn-id: r36336
2009-02-11cleanupMax Horn
svn-id: r36270
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵Max Horn
potential errors in WinCE & GP2x, too) svn-id: r36146
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵Max Horn
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013
2009-01-04had forgotten the case of a rect being partially off the top of the screen ↵Kostas Nakos
(and not the bottom at the same time). fixes bug #2470228 svn-id: r35733
2009-01-04fix bug #2480870: crash when shaking (not stirring)Kostas Nakos
svn-id: r35731
2009-01-04follow new SAGA engine definesKostas Nakos
svn-id: r35729
2009-01-04Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by ↵Kostas Nakos
CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes svn-id: r35728
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵Johannes Schickel
gui/GuiManager.h svn-id: r35668
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-28workaround for ce's limitation of cwd in _access tooKostas Nakos
svn-id: r35594
2008-12-28fix buggy repaints caused by multiple calls to the overlay togglesKostas Nakos
svn-id: r35593
2008-12-18fix opening of config file + some cleanupKostas Nakos
svn-id: r35421
2008-12-10implement the newer gfx transaction interface. some issues still remainKostas Nakos
svn-id: r35297
2008-12-04Added missing include.Johannes Schickel
svn-id: r35236
2008-12-04Fix for GUI compile error described in bug #2387217 "WINCE: SVN trunk ↵Johannes Schickel
compilation broken". svn-id: r35235
2008-12-04Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk ↵Filippos Karapetis
compilation broken". I've done the changes based on the corresponding SDL backend functions. Please verify that everything is working correctly, as I don't have a WinCE device to test this svn-id: r35232
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716