aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2012-08-26Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-21GPRAHICS: Slight cleanup in png.cpp.Johannes Schickel
2012-08-20Merge pull request #262 from somaen/pngwithlibpngJohannes Schickel
2012-08-20GRAPHICS: Reimplement the PNG-decoder using libpngEinar Johan Trøan Sømåen
2012-08-13GRAPHICS: Add support for 32bpp BMPsEinar Johan Trøan Sømåen
2012-08-12GRAPHICS: Clarify format of the palette in ImageDecoderMatthew Hoops
2012-08-09GRAPHICS: Add a DPI parameter to loadTTFFont.Johannes Schickel
2012-07-25GRAPHICS: Small formatting fixes in iff.cpp.Johannes Schickel
2012-07-14GRAPHICS: Serialize PixelFormat for thumbnails and allow 4Bpp surfaces.Johannes Schickel
2012-06-24Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-20Merge pull request #247 from clone2727/pixelformat-argb-fixJohannes Schickel
2012-06-16Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-15GRAPHICS: Fix colorToARGB's alpha value when no alpha channel is presentMatthew Hoops
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16GRAPHICS: Let CursorMan's cursor functions take "const void *" buffers.Johannes Schickel
2012-06-12GRAPHICS: Replace OverlayColor with uint16 in scaler code.Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-05-25Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-14GRAPHICS: Hide the WinCursor implementationMatthew Hoops
2012-05-14GRAPHICS: Add palette start index and color count functions to ImageDecoderMatthew Hoops
2012-05-04Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-04GRAPHICS: Fix 32-bit DirectBits imagesMatthew Hoops
2012-05-03GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp.Johannes Schickel
2012-05-03Merge pull request #213 from fuzzie/leak-fixesJohannes Schickel
2012-04-22GRAPHICS: Fix BMP getPalette function definition.D G Turner
2012-04-19GRAPHICS: Only accept JPEG CompressedQuickTime PICT opcodesMatthew Hoops
2012-04-19Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-04-16GRAPHICS: Improve the YUV410 conversion code speed some moreMatthew Hoops
2012-04-14GRAPHICS: Make YUV410 conversion code use bilinear interpolationMatthew Hoops
2012-04-08GRAPHICS: Add comments on which engines use the decodersMatthew Hoops
2012-04-08GRAPHICS: Add YUV410 to RGB Conversion Functions, required for SVQ1.D G Turner
2012-04-03GRAPHICS: Fix casting away constJoel Teichroeb
2012-03-28BASE: Free TTFLibrary singleton on shutdown.Alyssa Milburn
2012-03-28GRAPHICS: Take ownership of fonts passed to FontManager.Alyssa Milburn
2012-03-28GRAPHICS: Don't try to delete static BDF data.Alyssa Milburn
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-03-19GRAPHICS: Fix regression caused by a bad rebaseMatthew Hoops
2012-03-19GRAPHICS: Fix PICT 16bppMatthew Hoops
2012-03-20GRAPHICS: Add support for converting surfaces from 24bppMatthew Hoops
2012-03-20GRAPHICS: Move PNG to the ImageDecoder interfaceMatthew Hoops
2012-03-20GRAPHICS: Make PNG signature more readableMatthew Hoops
2012-03-20GRAPHICS: Make the JPEG code use the new YUV to RGB converterMatthew Hoops
2012-03-20GRAPHICS: Convert JPEG to the ImageDecoder APIMatthew Hoops
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-03-20GRAPHICS: Add a convertTo() function to SurfaceMatthew Hoops
2012-03-19GRAPHICS: Render TTF glyphs at the right locations.Alyssa Milburn
2012-03-19GRAPHICS: Fix TTF glyph drawing at negative Y positions.Alyssa Milburn
2012-03-13JANITORIAL: Remove unnecessary empty default constructors/destructors.Christoph Mallon
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn