aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-12Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate...Max Horn
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-22Removed backends/intern.hMax Horn
2007-12-29Fixed warning when DISABLE_SCALERS is defined.Torbjörn Andersson
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
2007-12-26Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi...Max Horn
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ...Nicola Mettifogo
2007-11-24Symbian build system does not cope with include file with the same name, spec...Lars Persson
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-08-11Fixed compilation.Torbjörn Andersson
2007-08-11windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZEFilippos Karapetis
2007-08-11SDL backend cleanup (minor)Max Horn
2007-06-30whitespacesMax Horn
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22fix compile (thanks salty-horse!)Matthew Hoops
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-15Fix for bug #1690813: BASS: Crash when changing scalers during introMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-03-27Fixed indentation.Torbjörn Andersson
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ago;...Max Horn
2007-02-08Removed build.rules (hasn't been used by our build system for ages now)Max Horn
2006-12-03Patch #1605290: Change quit shortcut for Amiga to match style guideMax Horn
2006-11-13Implement FR #1595534: "Touche: Aspect Ratio Correction"Eugene Sandulenko
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
2006-11-01Added Audio::Mixer::setReady method to work around bug #1588848Max Horn
2006-10-22SDL backend: got rid of setTimerCallback and clearSoundCallbackMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-07Instantiate and hook up the plugin providers in the main() function of the co...Max Horn
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to t...Max Horn
2006-07-23Warn if copyRectToScreen() is called before _screen is created, since it'sTorbjörn Andersson
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-24Started to move 'monolithic' parts of our ports to the new 'background/platfo...Max Horn