aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-05Fixed off-by-one error in horizontal text centering codeMax Horn
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-11-03Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr...Johannes Schickel
2008-11-03Oops actually it seems I forgot to remove mask entries of PixelFormat before ...Johannes Schickel
2008-11-03Simplified Graphics::createPixelFormatFromMask helper.Johannes Schickel
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-10-29Typo.Johannes Schickel
2008-10-29Enable gui renderer for all bit depths we support currently.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-18Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.hMax Horn
2008-10-18Need a differentiating zlib.h filename for SymbianOS.Lars Persson
2008-10-18ImageManager: Added support for generic archives (zips and folders).Vicent Marti
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also fix...Max Horn
2008-10-09Fixed small graphical glitch in Classic theme tabs.Vicent Marti
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...Max Horn
2008-09-23ImageManager: renamed remArchive() to removeArchive(); switched to using a Se...Max Horn
2008-09-20Bugfix: Graphical glitch when drawing beveled squares (classic theme).Vicent Marti
2008-09-20- Reverted circle drawing algorithm.Vicent Marti
2008-09-20Fixed warnings.Johannes Schickel
2008-09-20Fixed build.Johannes Schickel
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-19Unrolled a loop.Vicent Marti
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-10Fixed bottleneck: Screen dimming.Vicent Marti
2008-09-07Misc performance fixes.Vicent Marti
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-05Fixing a typo :)Max Horn
2008-09-05Fixing some compiler warningsMax Horn
2008-09-03TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_...Max Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-09-01Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is hand-...Max Horn
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compilin...Kari Salminen
2008-08-20- Committed Max' compressed save backseeking support from patch #2050337 "KYR...Johannes Schickel
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Withou...Johannes Schickel
2008-08-16Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,...Vicent Marti
2008-08-15Tons of misc. GFX fixes.Vicent Marti
2008-08-14Added Classic Theme - WIP (yes, it's working).Vicent Marti
2008-08-10Bugfix: Selection background too short when scrollbar not present.Vicent Marti
2008-08-10Bugfix: Several text-drawing issues.Vicent Marti
2008-08-09Added support for image loading/blitting.Vicent Marti
2008-08-08SCUMM save/load dialog.Vicent Marti
2008-08-05Patch #2014663: Do not mark stack as executable in HQx scalerMax Horn
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Added basic support for inner shadows.Vicent Marti