aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince
AgeCommit message (Collapse)Author
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
svn-id: r49388
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵Andre Heider
configure. svn-id: r48977
2010-04-19Add note about fix for 1.1.1 to README-WinCE.txtRobin Watts
svn-id: r48739
2010-04-03Updated README-WinCE.txt with release details.Robin Watts
svn-id: r48484
2010-03-31Tweak WinCE port readme file to correct version numbers.Robin Watts
svn-id: r48451
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
2010-03-08Add missing include that caused build failures with Normal1xAspect andRobin Watts
Normal2xAspect being undefined. svn-id: r48206
2010-03-08Move gBitFormat definition so it works in both sizes of an ifdef.Robin Watts
svn-id: r48205
2010-03-08WINCE: Rewrote SmartphoneLandscape scaler C version to match what the ARM ↵Max Horn
assembler version does (untested) svn-id: r48198
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
graphics/scaler/aspect.cpp svn-id: r48192
2010-03-08Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,Max Horn
and move it to graphics/scaler. svn-id: r48191
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
svn-id: r48189
2010-03-08SCALERS: Change 'bitformat' template params to 'colormasks';Max Horn
get rid of some #defines svn-id: r48187
2010-01-25Strip trailing whitespaces/tabs in documentation files too.Johannes Schickel
svn-id: r47543
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-23Header modifications. Add standard header parts and properties.Arnaud Boutonné
svn-id: r47488
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
I figure it the changes are harmless at worst, and making them will make it easier to find real errors in the (still quite long) list of warnings. svn-id: r47443
2010-01-19Fixed some cppcheck warnings.Torbjörn Andersson
svn-id: r47393
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
svn-id: r46951
2009-11-18WINCE: Use correct include pathsMax Horn
svn-id: r45977
2009-11-18cleanupMax Horn
svn-id: r45976
2009-11-18Modify WinCE, LinuxMoto and GP2xWiz backends to use ↵Max Horn
graphics/scaler/downscaler* code (untested as of now) svn-id: r45975
2009-11-14Remove Igor engineMax Horn
svn-id: r45898
2009-11-10WINCE: List each object in MODULE_OBJS on its own line, for readabilityMax Horn
svn-id: r45798
2009-11-09WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRateMax Horn
svn-id: r45788
2009-11-06update readme for releaseKostas Nakos
svn-id: r45691
2009-10-16Update the WinCE panel image with the new styleJordi Vilalta Prat
svn-id: r45155
2009-10-13Update the WinCE bar and the XPM imagesJordi Vilalta Prat
svn-id: r45017
2009-10-13Update some more icons (motomagx, gp2x, gp2xwiz and wince)Jordi Vilalta Prat
svn-id: r45011
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May ↵Max Horn
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793
2009-10-04Add some doxygen comments to WinCE scalers. Somebody should verify those. ↵Max Horn
Also note how SmartphoneLandscape's ARM asm version seems to do something different compared to the C version svn-id: r44642
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
svn-id: r44444
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