aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
2010-06-25Fix linking on Mac OS X.Matthew Hoops
2010-06-25Fix link error with duplicated name files.Alejandro Marzini
2010-06-24Fix compile on Mac OS X (and probably *nix systems).Matthew Hoops
2010-06-24Added missing header.Alejandro Marzini
2010-06-24Created macosx port from sdl backend.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 Posix port problem with destructor and configure.Alejandro Marzini
2010-06-23Relocated Win32 and Posix ports. (Part 2)Alejandro Marzini
2010-06-23Relocated Win32 and Posix ports. (Part 1)Alejandro Marzini
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
2010-06-22Created posix port subclassed from sdl backend. Removed unnecessary #include ...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-15Improved ModularBackend and OSystem_SDL destructors.Alejandro Marzini
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-13Updated makefiles.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-10Made creation of SdlMutexManager earlier than other modules.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-07Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix l...Alejandro Marzini
2010-06-07Removed old subsystems design files. Removed graphics.cppAlejandro Marzini
2010-06-07Removed code that is now in managers. Added mutex and graphics manager initia...Alejandro Marzini
2010-06-01Removed OSystem pointer. Added left initialization code to file subsystem.Alejandro Marzini
2010-06-01SDL audio subsystem created.Alejandro Marzini
2010-05-29Added again base-backend. Started sdl backend refatoring, file, mutex and tim...Alejandro Marzini
2010-05-21SDL: Split quit() method into deinit() so error codes could be returned.Eugene Sandulenko
2010-05-21Fix spellingEugene Sandulenko
2010-05-10Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config...Andre Heider
2010-05-09Since configure allows HQ scalers without the normal onces, allow this combin...Andre Heider
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-04-20abort() when calling setPalette() or grabPalette() in non CLUT8 modes.Andre Heider
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-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
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-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-25Fix sample buffer calculation. Now it really asks for a buffer of 2048 sample...Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-07- Adapt documentation, that keycolor in setMouseCursor may not exceed the max...Johannes Schickel
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
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-18samsungtv: no need make surface conversion here any more, sdl do that with in...Paweł Kołodziejski
2009-11-15samsungtv: no need anymore exception for broken SDL_ShowCursorPaweł Kołodziejski