aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
AgeCommit message (Collapse)Author
2009-09-28Fixed whitespace failAndre Heider
svn-id: r44442
2009-09-28Fix WinCE build errorAndre Heider
svn-id: r44441
2009-09-28revert previous fixKostas Nakos
svn-id: r44438
2009-09-28overload newer incarnation of setmousecursorKostas Nakos
svn-id: r44437
2009-09-281) fix scaler selection for vga games on vga (or higher) devices. 2) fix a ↵Kostas Nakos
crash during startup svn-id: r44435
2009-08-22Remove more warnings from wince build.Robin Watts
svn-id: r43663
2009-08-22Eliminate more warnings for buildbot.Robin Watts
svn-id: r43662
2009-08-22Attempt to remove some warnings in the wince build that occur on the buildbot'sRobin Watts
version of gcc (5.1) but don't occur on my local copy (4.1.0). svn-id: r43661
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts
bitdepth argument that was missing in ARM builds previously. Also fix a few warnings. Also fix the WinCE build which fails in the SDL init call with a missing bitdepth field. Untested at this point (build certainly gets further than before). Committing this seems reasonable, as it can't make it any worse :) svn-id: r43614
2009-08-09update news files for 1.0.0rc1 releaseKostas Nakos
svn-id: r43179
2009-08-09removing support for flac (good riddance) and mpeg2Kostas Nakos
svn-id: r43178
2009-08-08forward port of wince 3.0 fix for paths from branch 0.13.0, r39978Kostas Nakos
svn-id: r43114
2009-08-07mouse up events need the same lovin' as mouse down events do. don't ↵Kostas Nakos
underestimate 'em. fixes bug #2833549 svn-id: r43102
2009-08-06overload showMouse to kill mouse shadows in kyraKostas Nakos
svn-id: r43088
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