aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.cpp
AgeCommit message (Expand)Author
2019-04-15WINCE: Fix compilationCameron Cawley
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system in...Thierry Crozat
2018-06-03WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDLCameron Cawley
2016-02-15I18N: Fix language code for SwedishJakub Wilk
2016-02-15I18N: Fix country code for DenmarkJakub Wilk
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2014-02-18WINCE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-24WINCE: Attempt to fix WinCE compilation.Johannes Schickel
2013-10-23SDL: Reduce code duplication a bit.Johannes Schickel
2013-10-23SDL: Always initialize video subsystem in initSDL.Johannes Schickel
2012-06-09COMMON: Add tm_wday to our TimeDate structMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-10-18WINCE: Add workaround for memory management problem on Windows CE < 6.0CeRiAl
2011-07-20WINCE: Move initialization of TimerManager to overloaded init() method.CeRiAl
2011-06-26WINCE: Fix timer managerCeRiAl
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14WINCE: Add support for language auto-detection in WinCECeRiAl
2011-06-11WINCE: Some cleanup (public vs. private scopes), fix freelookCeRiAl
2011-06-07WINCE: Use OSystem's _fsFactory slotMax Horn
2011-06-07WINCE: Remove dead codeMax Horn
2011-06-07WINCE: Add FIXME for timer code (maintainer notified)Max Horn
2011-05-18WINCE: Enable building of plugins with normal configure/makeCeRiAl
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
2011-03-09WINCE: Run astyle over WinCE source files.Johannes Schickel
2011-03-09WINCE: Cleanup WinCE event source a bit.Johannes Schickel
2011-03-08WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337)Max Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-28WINCE: Remove obsolete openCD methodMax Horn
2010-11-28WINCE: Fix main(), update config file handling, update module.mkMax Horn
2010-10-31WINCE: Enable use of forbidden symbols, cleanupMax Horn
2010-09-30I18N: Add translation for wince specific titles for key mapping dialogThierry Crozat
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-16Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive...David Turner
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-03-08Add missing include that caused build failures with Normal1xAspect andRobin Watts
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
2010-03-08Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,Max Horn
2009-11-18Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscale...Max Horn
2009-11-09WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRateMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-28revert previous fixKostas Nakos
2009-09-28overload newer incarnation of setmousecursorKostas Nakos
2009-09-281) fix scaler selection for vga games on vga (or higher) devices. 2) fix a cr...Kostas Nakos
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts