aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-14GRAPHICS: Comment unused variablesEugene Sandulenko
2011-11-14COMMON: Remove some double-underscore defines (reserved)Willem Jan Palenstijn
2011-10-23GUI: Add support for PNG images in themesEugene Sandulenko
2011-10-07GRAPHICS: Fix PICT buffer overflowMatthew Hoops
2011-10-07GRAPHICS: Add support for true 32bpp DirectBits imagesMatthew Hoops
2011-10-07GRAPHICS: Add support for multiple CompressedQuickTime callsMatthew Hoops
2011-10-07GRAPHICS: Properly parse the CompressQuickTime headerMatthew Hoops
2011-10-07GRAPHICS: Rewrite PictDecoder's opcode handlingMatthew Hoops
2011-09-06GRAPHICS: Remove dithering code.Johannes Schickel
2011-08-23GRAPHICS: Formatting.Johannes Schickel
2011-08-23GRAPHICS: Display warning in case the SJIS.FNT version does not match.Johannes Schickel
2011-08-22GRAPHICS: Fix indentationSven Hesse
2011-08-21BADA: Fixup indentation using tabs in lieu of space charsChris Warren-Smith
2011-08-21BADA: Code formatting and style changes following reviewChris Warren-Smith
2011-08-21BADA: Prevent assertion failure when allocating zero bytesChris Warren-Smith
2011-08-21BADA: Updated code formatting in assignFontToUsage()Chris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-08-16GRAPHICS: Add a default Windows cursorMatthew Hoops
2011-08-16GRAPHICS: Add cursor palette start/count functionsMatthew Hoops
2011-08-16GRAPHICS: Create base Cursor class for Mac/Win cursorsMatthew Hoops
2011-08-07GRAPHICS: Slight formatting fix.Johannes Schickel
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-07-18Merge pull request #50 from clone2727/binkclone2727
2011-07-10GRAPHICS: remove char/line spacing handling from sjis codeathrxx
2011-07-09SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawingathrxx
2011-07-02GRAPHICS: Note that SCUMM now uses the YUV to RGB codeMatthew Hoops
2011-07-01GRAPHICS: Fix possible memory leak in BdfFont code.Johannes Schickel
2011-07-01GRAPHICS: Rename NewFont to BdfFont.Johannes Schickel
2011-07-01GRAPHICS: Format NewFont code with astyle.Johannes Schickel
2011-07-01GRAPHICS: Move NewFont code to a separate file.Johannes Schickel
2011-07-01GRAPHICS: Fix SJIS PCE font loading.Johannes Schickel
2011-07-01GRAPHICS: More default parameter remove in SJIS code.Johannes Schickel
2011-07-01GRAPHICS: Remove default values from FontSJIS::drawChar.Johannes Schickel
2011-07-01GRAPHICS: Offer support for PCE font data of SJIS.FNT.Johannes Schickel
2011-07-01GRAPHICS: Cleanup SJIS font code a bit.Johannes Schickel
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-26GRAPHICS: Generalized arbitrary bit depth images processing in PNG decoder.Eugene Sandulenko
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-23BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings by...Julien
2011-06-23GRAPHICS: Allocate Common::PEResources on the heap in WinFont::loadFromPE()Julien
2011-06-23AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with mallocJulien
2011-06-20GRAPHICS: Cleanup and simplification of some PNG decoder codeFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17GRAPHICS: Fix Valgrind warningeriktorbjorn
2011-06-16GRAPHICS: Fix decoding of 4bpp PNGsEugene Sandulenko
2011-06-14SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709CeRiAl
2011-06-10ARM: Fix normal2x scaler for width % 4 != 0Willem Jan Palenstijn