Age | Commit message (Expand) | Author |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ... | Max Horn |
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-25 | Fix sample buffer calculation. Now it really asks for a buffer of 2048 sample... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the max... | Johannes Schickel |
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops |
2009-12-04 | Prevent SDL backend from eating up keypress events with Ctrl+Alt set. | Johannes Schickel |
2009-11-30 | Remove use_scaler defines around enum in order for graphics to compile properly. | Lars Persson |
2009-11-18 | samsungtv: no need make surface conversion here any more, sdl do that with in... | Paweł Kołodziejski |
2009-11-15 | samsungtv: no need anymore exception for broken SDL_ShowCursor | Paweł Kołodziejski |
2009-11-15 | Make _mouseKeyColor a uint32 when USE_RGB_COLOR is defined to fix key color w... | Matthew Hoops |
2009-11-15 | Made Alt-s (screenshot) work again. | Torbjörn Andersson |
2009-11-14 | samsungtv: continue reduction of code duplication | Paweł Kołodziejski |
2009-11-11 | added more cases for samsungtv to allow reuse main sdl code | Paweł Kołodziejski |
2009-11-11 | Remove (now) obsolete HACK for WIN32. | Johannes Schickel |
2009-11-11 | samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplic... | Paweł Kołodziejski |
2009-11-10 | SDL: cleanup | Max Horn |
2009-11-10 | Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595". | Johannes Schickel |
2009-11-10 | Fix for bug #2895217 "MSVC compilation broken with r47595". | Johannes Schickel |
2009-11-10 | Move Symbian main implementation from main.cpp to SymbianOS.cpp | Lars Persson |
2009-11-10 | SDL: Remove const from new handle*() method for now, to allow using remapKey ... | Max Horn |
2009-11-09 | Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-... | Max Horn |
2009-11-09 | SDL: Separate Symbian specific main() from standard SDL main() -- to be moved... | Max Horn |
2009-11-09 | Indention | Max Horn |
2009-11-09 | SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods... | Max Horn |
2009-11-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-31 | Fixed Valgrind warning caused by always reading four bytes at a time from the | Torbjörn Andersson |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-25 | Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform | Max Horn |
2009-09-18 | Update game screen after changing the active scaler via hotkeys. This fixes b... | Johannes Schickel |
2009-08-22 | Give meaningful name to variable | Eugene Sandulenko |
2009-08-22 | Fix OSX builds | Andre Heider |
2009-08-22 | Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch" | Eugene Sandulenko |
2009-08-21 | Removed redundant checks, the asserts() earlier do exactly the same. | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-16 | Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code m... | Jody Northup |
2009-08-15 | Added support for mapping keys to ctrl, alt, shift, or combinations thereof (... | Jody Northup |
2009-08-15 | Removed excessive modifier definitions, prevented excessive memory consumptio... | Jody Northup |
2009-08-13 | Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-... | Travis Howell |
2009-08-12 | Fix formatting | Eugene Sandulenko |
2009-08-11 | Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,... | Travis Howell |
2009-08-10 | Remove unused variables. | Johannes Schickel |
2009-08-10 | Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backend | Bertrand Augereau |
2009-08-07 | key remap dialog correctly reads keystrokes again, and can tell modified keys... | Jody Northup |