aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Expand)Author
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
2009-08-22Give meaningful name to variableEugene Sandulenko
2009-08-22Fix OSX buildsAndre Heider
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
2009-08-21Removed redundant checks, the asserts() earlier do exactly the same.Andre Heider
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
2009-08-16Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code m...Jody Northup
2009-08-15Added support for mapping keys to ctrl, alt, shift, or combinations thereof (...Jody Northup
2009-08-15Removed excessive modifier definitions, prevented excessive memory consumptio...Jody Northup
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Fix formattingEugene Sandulenko
2009-08-11Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,...Travis Howell
2009-08-10Remove unused variables.Johannes Schickel
2009-08-10Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backendBertrand Augereau
2009-08-07key remap dialog correctly reads keystrokes again, and can tell modified keys...Jody Northup
2009-08-05Some groundwork for a better implementation of modifier keys. (incomplete, an...Jody Northup
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
2009-07-31GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ...John Willis
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-19Fix 16bit color when using the hardware screen's pixel format. The call was n...Matthew Hoops
2009-07-14changed generic Graphics::PixelFormat constructor to take xBits instead of xL...Jody Northup