Age | Commit message (Expand) | Author |
2012-04-19 | GRAPHICS: Only accept JPEG CompressedQuickTime PICT opcodes | Matthew Hoops |
2012-04-19 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-04-16 | GRAPHICS: Improve the YUV410 conversion code speed some more | Matthew Hoops |
2012-04-14 | GRAPHICS: Make YUV410 conversion code use bilinear interpolation | Matthew Hoops |
2012-04-08 | GRAPHICS: Add comments on which engines use the decoders | Matthew Hoops |
2012-04-08 | GRAPHICS: Add YUV410 to RGB Conversion Functions, required for SVQ1. | D G Turner |
2012-04-03 | GRAPHICS: Fix casting away const | Joel Teichroeb |
2012-03-28 | BASE: Free TTFLibrary singleton on shutdown. | Alyssa Milburn |
2012-03-28 | GRAPHICS: Take ownership of fonts passed to FontManager. | Alyssa Milburn |
2012-03-28 | GRAPHICS: Don't try to delete static BDF data. | Alyssa Milburn |
2012-03-20 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops |
2012-03-19 | GRAPHICS: Fix regression caused by a bad rebase | Matthew Hoops |
2012-03-19 | GRAPHICS: Fix PICT 16bpp | Matthew Hoops |
2012-03-20 | GRAPHICS: Add support for converting surfaces from 24bpp | Matthew Hoops |
2012-03-20 | GRAPHICS: Move PNG to the ImageDecoder interface | Matthew Hoops |
2012-03-20 | GRAPHICS: Make PNG signature more readable | Matthew Hoops |
2012-03-20 | GRAPHICS: Make the JPEG code use the new YUV to RGB converter | Matthew Hoops |
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops |
2012-03-20 | GRAPHICS: Convert PictDecoder to the ImageDecoder API | Matthew Hoops |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops |
2012-03-20 | GRAPHICS: Add a convertTo() function to Surface | Matthew Hoops |
2012-03-19 | GRAPHICS: Render TTF glyphs at the right locations. | Alyssa Milburn |
2012-03-19 | GRAPHICS: Fix TTF glyph drawing at negative Y positions. | Alyssa Milburn |
2012-03-13 | JANITORIAL: Remove unnecessary empty default constructors/destructors. | Christoph Mallon |
2012-02-26 | COMMON: Move Language and Platform functionality into separate files | Max Horn |
2012-02-22 | ALL: Fix some signed/unsigned comparison warnings. | Johannes Schickel |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | GUI: Fix mingw-w64 build errors | Willem Jan Palenstijn |
2012-02-20 | GUI: Implement AAed tabs | Willem Jan Palenstijn |
2012-02-20 | GUI: Add AA dialog corners on alpha overlays | Willem Jan Palenstijn |
2012-02-20 | GUI: Minor cleanup | Willem Jan Palenstijn |
2012-02-20 | GUI: Speed up alpha blending with black for classic dialog backgrounds | Willem Jan Palenstijn |
2012-02-20 | GUI: Keep dst alpha unchanged when blending colours | Willem Jan Palenstijn |
2012-02-20 | GUI: Rewrite AA rounded square renderer | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2012-02-11 | GRAPHICS: Remove unused variable | Willem Jan Palenstijn |
2012-02-09 | GRAPHICS: Switch to integer based JPEG IDCT | Bastien Bouclet |
2012-02-09 | GRAPHICS: Add support for JPEG files using a restart interval | Bastien Bouclet |
2012-02-02 | GRAPHICS: Obtain pointer to dst surface after bounds checks in TTF renderer. | Johannes Schickel |
2012-02-02 | GRAPHICS: Use monochrome font hinter for TTF's monochrome loading. | Johannes Schickel |
2012-01-29 | GRAPHICS/GUI: Implement charset mapping for TTF fonts. | Johannes Schickel |
2012-01-29 | GRAPHICS/GUI: Implement kerning support for Font. | Johannes Schickel |
2012-01-29 | GRAPHICS: Add a TTF font class using FreeType2. | Johannes Schickel |
2012-01-07 | GRAPHICS: Silence a false positive warning in MSVC | Filippos Karapetis |
2012-01-07 | GRAPHICS: Let FontManager::setFont accept an "const BdfFont *". | Johannes Schickel |
2012-01-07 | GUI: Rework how the default localized font is managed. | Johannes Schickel |
2012-01-07 | GRAPHICS: Slight formatting fix. | Johannes Schickel |
2012-01-06 | GRAPHICS: Whops. Fix misformatting introduced with 243de59. | Johannes Schickel |