aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
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
2009-11-15Make _mouseKeyColor a uint32 when USE_RGB_COLOR is defined to fix key color w...Matthew Hoops
2009-11-15Made Alt-s (screenshot) work again.Torbjörn Andersson
2009-11-14samsungtv: continue reduction of code duplicationPaweł Kołodziejski
2009-11-11added more cases for samsungtv to allow reuse main sdl codePaweł Kołodziejski
2009-11-11Remove (now) obsolete HACK for WIN32.Johannes Schickel
2009-11-11samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplic...Paweł Kołodziejski
2009-11-10SDL: cleanupMax Horn
2009-11-10Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
2009-11-10Fix for bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
2009-11-10Move Symbian main implementation from main.cpp to SymbianOS.cppLars Persson
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: Separate Symbian specific main() from standard SDL main() -- to be moved...Max Horn
2009-11-09IndentionMax 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-31Fixed Valgrind warning caused by always reading four bytes at a time from theTorbjörn Andersson
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-25Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
2009-09-18Update game screen after changing the active scaler via hotkeys. This fixes b...Johannes Schickel