Age | Commit message (Expand) | Author |
2013-08-22 | GRAPHICS: Simplify VectorRendererSpec::drawString. | Johannes Schickel |
2013-08-19 | GRAPHICS: Add missing "break"s in switch, CID 1063214 | Torbjörn Andersson |
2013-08-16 | GRAPHICS: Gradient blending on borders of rounded squares | Narek Mailian |
2013-08-16 | GRAPHICS: Change soft-shadow calculation to not use doubles | Narek Mailian |
2013-08-16 | GRAPHICS: Shadows on tabs | Narek Mailian |
2013-08-16 | GRAPHICS: Add support for Soft Shadows with rounded squares | Narek Mailian |
2013-08-16 | GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) | Narek Mailian |
2013-08-15 | GRAPHICS: Create copyRectToSurface member function | richiesams |
2013-08-12 | GRAPHICS: Fix warnings about mismatching format arguments. | Johannes Schickel |
2013-08-08 | GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPP | Narek Mailian |
2013-08-08 | GUI: Change name of GUI-renderers to remove "16-bit" | Narek Mailian |
2013-08-08 | GRAPHICS: Fix fonts/bdf.cpp to allow for 32bpp to be used | Narek Mailian |
2013-08-08 | GRAPHICS: Add error-checking in blendPixelPtr for invalid BPPs | Narek Mailian |
2013-08-08 | GRAPHICS: Fix VectorRendererSpec for RGBA8888. | Johannes Schickel |
2013-08-08 | GRAPHICS: Fix incorrect parameter order for getBasePtr. | Torbjörn Andersson |
2013-08-07 | Merge pull request #365 from lordhoto/protected-pixels | Johannes Schickel |
2013-08-06 | GRAPHICS: Make Surface::pixels protected. | Johannes Schickel |
2013-08-04 | GRAPHICS: Fix typo. | Johannes Schickel |
2013-08-03 | GRAPHICS: Add two new methods to change 'pixels' of a Surface. | Johannes Schickel |
2013-08-03 | GRAPHICS: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | GRAPHICS: Add an easy way to query 'pixels' of Surface. | Johannes Schickel |
2013-08-03 | GRAPHICS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-08-03 | GRAPHICS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-08-02 | GRAPHICS: Allow to query a Surface describing a subarea in Surface. | Johannes Schickel |
2013-08-02 | GRAPHICS: Slight formatting fixes in thumbnail_intern.cpp. | Johannes Schickel |
2013-08-02 | GRAPHICS: Silence conversion warnings by using an explicit cast. | Johannes Schickel |
2013-08-01 | GRAPHICS: Make Surface::copyFrom work for any src pitch. | Johannes Schickel |
2013-07-13 | GRAPHICS: Allow arbitrary input sizes for thumbnail scaling. | Johannes Schickel |
2013-07-12 | GRAPHICS: Be more robust with broken/unsupported thumbnail headers. | Johannes Schickel |
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko |
2013-06-30 | GRAPHICS: Cleanup the YUV to RGB usage documentation | Matthew Hoops |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2013-04-16 | GRAPHICS: Fix quantization table id check | Matthew Hoops |
2013-02-01 | GRAPHICS: Let JPEGs pixelformat state 0 alpha bits. | Einar Johan Trøan Sømåen |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2013-01-26 | GRAPHICS: Modify the JFIF version warning | Matthew Hoops |
2013-01-26 | Merge pull request #256 from lordhoto/thumbnail-pixelformat | Johannes Schickel |
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen |
2013-01-24 | GRAPHICS: Fix leak in PNG-decoder. | Einar Johan Trøan Sømåen |
2013-01-06 | GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is handled... | Tomas Jakobsson |
2013-01-06 | GRAPHICS: New IFFDecoder that decodes ILBM and PBM images | Tomas Jakobsson |
2012-12-26 | GRAPHICS: Add ability to override outputPitch to ILBM decoder. | D G Turner |
2012-12-26 | GRAPHICS: Allow ILBM bitmap loading for images with 6 planes. | D G Turner |
2012-12-26 | GRAPHICS: Add support for ILBM files containing uncompressed data. | D G Turner |
2012-10-23 | GRAPHICS: Mark decoders used by Wintermute as such. | Einar Johan Trøan Sømåen |
2012-10-21 | GRAPHICS: Rename NEON_ASPECT_CORRECTOR to USE_ARM_NEON_ASPECT_CORRECTOR | David-John Willis |
2012-10-16 | GRAPHICS: Make failing to find the PICT header return false from loadStream | Matthew Hoops |
2012-10-09 | GRAPHICS: Fix compilation of conversion.cpp on motomagx. | Johannes Schickel |
2012-10-08 | Merge pull request #257 from lordhoto/graphics-conversion | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |