aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-27PNG: Changed getPalette() to properly return a copy of the image palettemd5
2011-04-27PNG: Improved code readability a bitmd5
2011-04-25PNG: This PNG::getPalette.Johannes Schickel
2011-04-14GRAPHICS: Tidy up 4bpp handling a little.Alyssa Milburn
2011-04-14GRAPHICS: Handle 4bpp paletted PNG files.Alyssa Milburn
2011-04-14GRAPHICS: Replace PNG_HEADER macro with MKTAGAlyssa Milburn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-19GRAPHICS: Silenced a warningmd5
2011-03-07GRAPHICS: Cleanup WinCursorGroup functions a bitMatthew Hoops
2011-03-07GRAPHICS: Add doxygen comments for WinCursorGroupMatthew Hoops
2011-03-07GRAPHICS: Fix a missing 'f'Matthew Hoops
2011-03-07GRAPHICS: Improve support of Windows 8bpp cursorsMatthew Hoops
2011-03-06GRAPHICS: Fix PE cursorsMatthew Hoops
2011-03-05GRAPHICS: Add support for PE cursors in WinCursorGroupMatthew Hoops
2011-03-04GRAPHICS: Split the NE cursor code from the NEResources classMatthew Hoops
2011-02-23GRAPHICS: Add support for PE FON filesMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-02-20GRAPHICS: Let PNG::getPalette take an uint16 for the palette entry count.Johannes Schickel
2011-02-20GRAPHICS: Remove leftover RGBA reference in PaletteManager documentation.Johannes Schickel
2011-02-20GRAPHICS: Switch PICT's palette from RGBA to RGBMatthew Hoops
2011-02-20GRAPHICS: Use the DirectBits size instead of the overall PICT dimensionsMatthew Hoops
2011-02-20GRAPHICS: Fix cursor palette buffering after RGBA->RGB change.Johannes Schickel
2011-02-19GRAPHICS: Remove note about alpha channel removal in PaletteManager.Johannes Schickel
2011-02-14GRAPHICS: Update CursorManager documentation for RGBA->RGB change.Johannes Schickel
2011-02-14GRAPHICS: Adapt thumbnail code to grabPalette RGBA->RGB change.Johannes Schickel
2011-02-14GRAPHICS: Update PaletteManager documentation for RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-06GRAPHICS: Improved JPEG decoder performanceBastien Bouclet
2011-02-02GRAPHICS: Fixed a bug with indexed PNGs in the PNG decoder (a byte can't hold...Filippos Karapetis
2011-02-02GRAPHICS: Updated the copyright information regarding LodePNG. Removed the ob...Filippos Karapetis
2011-02-02GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en...Filippos Karapetis
2011-01-31Silenced some MSVC warningsFilippos Karapetis
2011-01-28GRAPHICS: Make JPEG::getComponent error out if component was not foundMax Horn
2011-01-28GRAPHICS: Turn sqrt(2) and cosine values into constants ;)Max Horn
2011-01-28GRAPHICS: Rename JPEG::_str to _streamMax Horn
2011-01-23JANITORIAL: Remove unnecessary backslashTorbjörn Andersson
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-23VIDEO: Fix createSurface() for the case that there's no videoSven Hesse
2011-01-23VIDEO: Update documentation on which decoder is used by what engineMatthew Hoops
2011-01-22VIDEO: Fix QuickTime audio buffering on the last frameMatthew Hoops
2011-01-22VIDEO: Seek a video seek glitchSven Hesse
2011-01-22VIDEO: Correctly correct the _blitMode 1/2 coordinate differencesSven Hesse
2011-01-20GOB: Implement looping live videosSven Hesse
2011-01-20VIDEO: Don't delete, just finish the audiostream on video endSven Hesse
2011-01-20VIDEO: Add hasVideo()Sven Hesse
2011-01-20VIDEO: The getTimeToNextFrame override is useless nowSven Hesse
2011-01-20GOB: Make Urban Runner's "3D view" work againSven Hesse