Age | Commit message (Expand) | Author |
2010-07-23 | SDL: Fix bug #3025258 | Eugene Sandulenko |
2010-07-12 | Get rid of yet another global object with constructor | Max Horn |
2010-07-12 | SDL: Tweak OSystem_SDL::detectSupportedFormats a bit | Max Horn |
2010-07-12 | SDL: Overhaul OSystem_SDL::getSupportedFormats | Max Horn |
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel |
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat |
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive... | David Turner |
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, als... | Martin Kiewitz |
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn |
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn |
2010-06-01 | Inline palettes in SDL backend into class OSystem_SDL | Max Horn |
2010-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson |
2010-05-21 | SDL: Split quit() method into deinit() so error codes could be returned. | Eugene Sandulenko |
2010-05-21 | Fix spelling | Eugene Sandulenko |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider |
2010-04-04 | Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)". | Johannes Schickel |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
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 |