Age | Commit message (Expand) | Author |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-16 | Simplified cursor related 16-bit code. | Jody Northup |
2009-06-15 | Fix compilation when 16BIT code is disabled. | Eugene Sandulenko |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Code formatting | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-06 | Streamlined the cursor blitting changes introduced in revision 41412 | Jody Northup |
2009-06-06 | Corrected 16-bit cursor blit errors on GFX mode change. | Jody Northup |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-05 | Converted cursor code to use 16-bit. | Jody Northup |
2009-06-03 | Applying the temporary 16-bit SDL hack. | Jody Northup |
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ... | Bertrand Augereau |
2009-03-19 | COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ... | Max Horn |
2009-02-27 | Changing the visibility of the mouse means it has to be redrawn. At least, this | Torbjörn Andersson |
2009-02-26 | Fix regression introduced with r38890, where the mouse cursor was redrawn eve... | Johannes Schickel |
2009-02-26 | - Fix cursor drawing bug on (cursor) palette change | Johannes Schickel |
2009-02-24 | SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra... | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-02 | Fixed the way how screen changes are tracked. This should fix a crash when do... | Johannes Schickel |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-19 | Allow changing the scaler using hotkeys again. I hope this is the correct way | Torbjörn Andersson |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-09-22 | Fixed full screen toggling via alt+enter. | Johannes Schickel |
2008-09-20 | Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertion | Max Horn |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson |
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi... | Max Horn |
2007-08-11 | SDL backend cleanup (minor) | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-15 | Fix for bug #1690813: BASS: Crash when changing scalers during intro | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2006-11-13 | Implement FR #1595534: "Touche: Aspect Ratio Correction" | Eugene Sandulenko |
2006-07-23 | Warn if copyRectToScreen() is called before _screen is created, since it's | Torbjörn Andersson |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-06-24 | Started to move 'monolithic' parts of our ports to the new 'background/platfo... | Max Horn |