aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/graphics.cpp
AgeCommit message (Expand)Author
2010-09-28SDL: Fix for 32 bit mode support (untested; might be good for backporting, no...Max Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-06SDL: Add masks to the SDL backend to support the OpenPandora backend.John Willis
2010-08-31SCI: still set game cursor, when mouse outsideMartin Kiewitz
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-19DINGOO: new port. Patch #3039277Eugene Sandulenko
2010-07-23SDL: Fix bug #3025258Eugene Sandulenko
2010-07-12SDL: Tweak OSystem_SDL::detectSupportedFormats a bitMax Horn
2010-07-12SDL: Overhaul OSystem_SDL::getSupportedFormatsMax Horn
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-15SDL: only change mouse cursor, when mouse is currently within our window, als...Martin Kiewitz
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-10Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config...Andre Heider
2010-05-09Since configure allows HQ scalers without the normal onces, allow this combin...Andre Heider
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-04-20abort() when calling setPalette() or grabPalette() in non CLUT8 modes.Andre Heider
2010-04-04Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)".Johannes Schickel
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-18samsungtv: no need make surface conversion here any more, sdl do that with in...Paweł Kołodziejski
2009-11-14samsungtv: continue reduction of code duplicationPaweł Kołodziejski
2009-11-10SDL: cleanupMax 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-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-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-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-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-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
2009-07-10Whoops, and one more.Jody Northup
2009-07-10Fixed a couple of errors in the new getSupportedFormats implementation.Jody Northup
2009-07-10Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h...Jody Northup
2009-07-09fix compileMatthew Hoops
2009-07-09corrected creation of one Graphics::PixelFormat to reflect the resurrection o...Jody Northup