aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
AgeCommit message (Collapse)Author
2018-06-03WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDLCameron Cawley
2014-02-18WINCE: Make GPL headers consistent in themselves.Johannes Schickel
2011-07-20WINCE: Move initialization of TimerManager to overloaded init() method.CeRiAl
2011-06-14WINCE: Add support for language auto-detection in WinCECeRiAl
2011-06-07WINCE: Use OSystem's _fsFactory slotMax Horn
2011-06-07WINCE: Remove dead codeMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-09WINCE: Run astyle over WinCE source files.Johannes Schickel
2011-03-08WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337)Max Horn
2010-11-28WINCE: Remove obsolete openCD methodMax Horn
svn-id: r54543
2010-11-28WINCE: Fix main(), update config file handling, update module.mkMax Horn
The WinCE backend will require many more changes to work again after the changes made to SDL backend. This is just a tiny first step towards this goal. svn-id: r54525
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
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-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-09-28overload newer incarnation of setmousecursorKostas Nakos
svn-id: r44437
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-06overload showMouse to kill mouse shadows in kyraKostas Nakos
svn-id: r43088
2009-07-12Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hackKostas Nakos
svn-id: r42419
2009-03-01better detection of aspect-scalable resolutionsKostas Nakos
svn-id: r39059
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-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-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-18fix opening of config file + some cleanupKostas Nakos
svn-id: r35421
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-08-25patch 1868881: ini option to disable doubletap rmbKostas Nakos
svn-id: r34141
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
svn-id: r32828
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-12-30implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵Kostas Nakos
have incorrect time & date svn-id: r30083
2007-12-16reimplemented the freelook action to be more usable, ultimately targeted ↵Kostas Nakos
towards lure but all engines benefit svn-id: r29886
2007-11-13got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495)Kostas Nakos
svn-id: r29498
2007-10-28cleanup after framebuffer api changesKostas Nakos
svn-id: r29307
2007-09-26Compile fixes for WinCE buildRobin Watts
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-06-09fix bugs 1734068, 1723144: cursor trails when scrollingKostas Nakos
svn-id: r27250
2007-06-03new functionality for the predictive input dialog for smartphonesKostas Nakos
svn-id: r27071
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-28rewrote drawing loop in a more straightforward fashion, which also kills ↵Kostas Nakos
some bugs svn-id: r26668
2007-04-28add focus flagKostas Nakos
svn-id: r26662
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-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
svn-id: r25527
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-10Merge ozone headerKostas Nakos
svn-id: r24266
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
svn-id: r24212
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366