Age | Commit message (Expand) | Author |
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 |
2009-08-05 | Some groundwork for a better implementation of modifier keys. (incomplete, an... | Jody Northup |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-08-02 | GP2XWiz/SDL: Fix 2 small typos. | John Willis |
2009-07-31 | GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ... | John Willis |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-19 | Fix 16bit color when using the hardware screen's pixel format. The call was n... | Matthew Hoops |
2009-07-14 | changed generic Graphics::PixelFormat constructor to take xBits instead of xL... | Jody Northup |
2009-07-10 | Whoops, and one more. | Jody Northup |