aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2009-05-12Make data that is only locally used staticMax Horn
2009-05-12Give hints for better automappingEugene Sandulenko
2009-05-11Fix compilationEugene Sandulenko
2009-05-11Define hardware keys for 101 keyboard in SDL backend.Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-05-09Fix GUI keymap.Eugene Sandulenko
2009-05-08SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars (thi...Max Horn
2009-05-01Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ...Bertrand Augereau
2009-03-19COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ...Max Horn
2009-02-27Changing the visibility of the mouse means it has to be redrawn. At least, thisTorbjörn Andersson
2009-02-26Fix regression introduced with r38890, where the mouse cursor was redrawn eve...Johannes Schickel
2009-02-26- Fix cursor drawing bug on (cursor) palette changeJohannes Schickel
2009-02-24SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra...Max Horn
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP...Oystein Eftevaag
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-24pollCD() should only return true, if CD audio is actually playing.Travis Howell
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-21Yet more cleanupMax Horn
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-04Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by C...Kostas Nakos
2009-01-02Fixed the way how screen changes are tracked. This should fix a crash when do...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Slight simplificationFilippos Karapetis
2008-12-19Allow changing the scaler using hotkeys again. I hope this is the correct wayTorbjörn Andersson
2008-11-14Init _oldVideoMode, _videoMode and _transactioDetails properly.Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-07Reverted my earlier commit r34926.Nicola Mettifogo
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the 'autoFre...Nicola Mettifogo
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06cleanupMax Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-11-03* turned DefaultSaveFileManager::checkPath into a virtual methodMax Horn
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-03Merged revisions 34656-34661,34663-34664,34671-34672,34674-34676,34678-34686,...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...Stephen Kennedy
2008-09-27Modified Common::SearchSet to take signed integer priorities, for convenience...Max Horn
2008-09-26Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,...Stephen Kennedy
2008-09-22Fixed full screen toggling via alt+enter.Johannes Schickel
2008-09-20Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertionMax Horn
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-09-03Some cleanup by peresMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIconMax Horn
2008-08-22Remove warning about change of config file location under Windows, since it i...Travis Howell
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; adapted...Max Horn