Age | Commit message (Expand) | Author |
2014-01-15 | ALL: Remove optimization unstable code on checking for null after new. | D G Turner |
2014-01-10 | GRAPHICS: Fix dest alpha formula in blendPixelPtr | Marcus Comstedt |
2014-01-10 | GRAPHICS: Fix computation of addA in darkenFill() | Marcus Comstedt |
2013-12-13 | GRAPHICS: Minor readability fixes to drawBevelSquareAlg method. | D G Turner |
2013-12-08 | GRAPHICS: Document loadTTFFont a bit. | Johannes Schickel |
2013-12-01 | GRAPHICS: Initialize variable. CID 1133708 | Eugene Sandulenko |
2013-11-27 | GRAPHICS: Fix SharedPtrSurfaceDeleter for nullptr inputs. | Johannes Schickel |
2013-11-23 | GRAPHICS: Allow Font to accept U32String as strings. | Johannes Schickel |
2013-11-23 | GRAPHICS: Allow TTFFont to cache glyphs when required. | Johannes Schickel |
2013-11-23 | GRAPHICS: Get rid of _glyphSlots in TTFFont. | Johannes Schickel |
2013-11-23 | GRAPHICS: Let Font take uint32 as character codes. | Johannes Schickel |
2013-11-12 | GRAPHICS: Set PNG alpha bits to 0 if there's no alpha present. | Alyssa Milburn |
2013-10-26 | ALL: Mark off common code used by ZVision | Matthew Hoops |
2013-10-26 | GRAPHICS: do not reset the extra parameters of IFFDecoder on destroy(). | peres |
2013-10-26 | Revert "GRAPHICS: do not clear the internal state of IFFDecoder on loadStream... | peres |
2013-10-26 | GRAPHICS: Have TGA's loadStream() call destroy() | Matthew Hoops |
2013-10-26 | GRAPHICS: Clarify implicit destroy() usage | Matthew Hoops |
2013-10-26 | GRAPHICS: do not clear the internal state of IFFDecoder on loadStream(). | peres |
2013-10-17 | Merge branch 'zvision' | Willem Jan Palenstijn |
2013-09-30 | GRAPHICS: Fix uninitialised field in PNG decoder. CID 1002280. | D G Turner |
2013-09-30 | GRAPHICS: Fix uninitialized cursor visibility variable. CID 1002283. | D G Turner |
2013-09-29 | Merge branch 'master' into zvision | RichieSams |
2013-09-22 | GRAPHICS: Remove variable shadowing | RichieSams |
2013-09-16 | Merge pull request #376 from lordhoto/libjpeg | Johannes Schickel |
2013-09-16 | GRAPHICS: Add some paranoia asserts in JPEGDecoder. | Johannes Schickel |
2013-09-16 | GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default. | Johannes Schickel |
2013-09-16 | GRAPHICS: Implement JPEGDecoder based on libjpeg. | Johannes Schickel |
2013-09-12 | ZVISION: Add wrapper function for copyRectToSurface | RichieSams |
2013-09-24 | Merge branch 'master' into zvision | Willem Jan Palenstijn |
2013-08-22 | Merge pull request #361 from rundfunk47/guiimprovements | Eugene Sandulenko |
2013-08-22 | GRAPHICS: Increase robustness of VectorRendererSpec::drawString. | Johannes Schickel |
2013-08-22 | GRAPHICS: Unify drawing paths in VectorRendererSpec::drawString. | Johannes Schickel |
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 |