aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
AgeCommit message (Expand)Author
2013-08-16GRAPHICS: Add support for Soft Shadows with rounded squaresNarek Mailian
2013-08-16GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)Narek Mailian
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2011-12-10GUI: Move _gradientBytes to VectorRendererSpecEugene Sandulenko
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-02-17Remove VECTOR_RENDERER_FORMAT check and related documentation.Johannes Schickel
2009-02-13Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...Max Horn
2009-01-30Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...Max Horn
2009-01-30Removed unused area convolution code from VectorRendererMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-10-29Typo.Johannes Schickel
2008-10-29Enable gui renderer for all bit depths we support currently.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also fix...Max Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti
2008-08-15Tons of misc. GFX fixes.Vicent Marti
2008-08-14Added Classic Theme - WIP (yes, it's working).Vicent Marti
2008-08-10Bugfix: Selection background too short when scrollbar not present.Vicent Marti
2008-08-10Bugfix: Several text-drawing issues.Vicent Marti
2008-08-09Added support for image loading/blitting.Vicent Marti
2008-08-08SCUMM save/load dialog.Vicent Marti
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Added basic support for inner shadows.Vicent Marti
2008-08-02Screen/dialog dimming.Vicent Marti
2008-08-02Improved looks on the Modern theme in the new GUI.Vicent Marti
2008-08-01Replicating the trunk GUI theme. WIP.Vicent Marti
2008-07-26Convolution filters for the vector renderer. Pretty cool.Vicent Marti
2008-07-25Fixed triangle drawing. A bit.Vicent Marti
2008-07-23Improved text handling.Vicent Marti
2008-07-23Font rendering overhaul. Work in progress.Vicent Marti
2008-07-21Bugfix: Rounded squares at low resolutions were not drawn.Vicent Marti
2008-07-21Valgrind fix: Invalid read/write while restoring backgroundVicent Marti
2008-07-20Rendering pipeline. Broken WIP.Vicent Marti
2008-07-17Finished tabs drawing.Vicent Marti
2008-07-15Tab widget / tab drawing for the renderer. Improved text handling.Vicent Marti
2008-07-15More widgets.Vicent Marti
2008-07-13Improved support for graphics positioning.Vicent Marti
2008-07-12- Better support for relative positions in Vector Renderer. Vicent Marti
2008-07-10Support for Vertical text alignement.Vicent Marti
2008-07-10Bugfix: Delayed loading of fontsVicent Marti