aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
AgeCommit message (Expand)Author
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-21OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd...Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-07-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.Alejandro Marzini
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-12SDL: Overhaul OSystem_SDL::getSupportedFormatsMax Horn
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-10Added BaseSdlGraphicsManager. Added GLTexture. Alejandro Marzini
2010-07-03Cleanup and documentation.Alejandro Marzini
2010-07-02Cleanup and documentation.Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
2010-06-26Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu...Alejandro Marzini
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so allowing...Alejandro Marzini
2010-06-24Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.Alejandro Marzini
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
2010-06-20Created win32 port from sdl backend.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-13Added SdlEventManager.Alejandro Marzini
2010-06-12Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated...Alejandro Marzini
2010-06-11Fixed compilation error on Mac.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-07Removed code that is now in managers. Added mutex and graphics manager initia...Alejandro Marzini
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-06-01Inline palettes in SDL backend into class OSystem_SDLMax Horn
2010-05-21SDL: Split quit() method into deinit() so error codes could be returned.Eugene Sandulenko
2010-04-04Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)".Johannes Schickel
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-04Prevent SDL backend from eating up keypress events with Ctrl+Alt set.Johannes Schickel
2009-11-30Remove use_scaler defines around enum in order for graphics to compile properly.Lars Persson
2009-11-15Make _mouseKeyColor a uint32 when USE_RGB_COLOR is defined to fix key color w...Matthew Hoops
2009-11-10SDL: cleanupMax Horn
2009-11-10SDL: Remove const from new handle*() method for now, to allow using remapKey ...Max Horn
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-...Max Horn
2009-11-09SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods...Max Horn
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-08-22Give meaningful name to variableEugene Sandulenko
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup