aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/thumbnail_intern.cpp
AgeCommit message (Expand)Author
2016-03-27GRAPHICS: Allow saving thumbnails of 32 bits screensBastien Bouclet
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-08GRAPHICS: Fix incorrect parameter order for getBasePtr.Torbjörn Andersson
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-02GRAPHICS: Slight formatting fixes in thumbnail_intern.cpp.Johannes Schickel
2013-08-02GRAPHICS: Silence conversion warnings by using an explicit cast.Johannes Schickel
2013-07-13GRAPHICS: Allow arbitrary input sizes for thumbnail scaling.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-17GRAPHICS: Prefer Surface::create taking a PixelFormat over the one taking a b...Johannes Schickel
2011-02-14GRAPHICS: Adapt thumbnail code to grabPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-07-02Fix long standing regression (introduced with r34053) in thumbnail scaling co...Johannes Schickel
2010-07-02Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ...Filippos Karapetis
2010-07-02Added a special case for KQ6 hires in the thumbnail creation code, which runs...Filippos Karapetis
2010-04-19Document that the current Hercules mode thumbnail scaler code is pretty much ...Johannes Schickel
2010-04-19Cleanup.Johannes Schickel
2010-04-19Do not call OSystem::grabPalette() for 16bit modes, when the result is not us...Andre Heider
2010-03-08Code formattingMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-08-29Fix bug for non 8bpp indexed game screens in grabScreen565.Johannes Schickel
2009-08-29changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m...Jody Northup
2009-06-03Revert last change, better to wait for 16bit backend support.Travis Howell
2009-06-03Update thumbnail code to capture RGB565 screen.Travis Howell
2009-01-27Added new interpolate16_1_1_1_1 func, got rid of interpolate32_1_1_1_1Max Horn
2009-01-22Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the...Max Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compilin...Kari Salminen