Age | Commit message (Expand) | Author |
2010-08-19 | DINGOO: new port. Patch #3039277 | Eugene Sandulenko |
2010-07-23 | SDL: Fix bug #3025258 | Eugene Sandulenko |
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 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat |
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-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson |
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-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
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-18 | samsungtv: no need make surface conversion here any more, sdl do that with in... | Paweł Kołodziejski |
2009-11-14 | samsungtv: continue reduction of code duplication | Paweł Kołodziejski |
2009-11-10 | SDL: cleanup | 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-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-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-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-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-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 |
2009-07-10 | Fixed a couple of errors in the new getSupportedFormats implementation. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |
2009-07-09 | fix compile | Matthew Hoops |
2009-07-09 | corrected creation of one Graphics::PixelFormat to reflect the resurrection o... | Jody Northup |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |