aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.cpp
AgeCommit message (Expand)Author
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
2019-10-07GRAPHICS: Vector renderer clipping rect related cleanupsBastien Bouclet
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-07-03GUI: Prepare button to be clippedAlexander Tkachev
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
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
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...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-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
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: Several text-drawing issues.Vicent Marti
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Added basic support for inner shadows.Vicent Marti
2008-08-01Massive changes to the renderer in order to replicate the current GUI theme, ...Vicent Marti
2008-07-30Bugfix: Pixel init in Conolution mappingsVicent Marti
2008-07-26Convolution filters for the vector renderer. Pretty cool.Vicent Marti
2008-07-25More triangle workVicent Marti
2008-07-25Fixed warning: kTriangleAuto not handled in switchVicent 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-21Fixed several segfaults and graphical glitches when drawing at low resolution...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-21Valgrind fix: Invalid write in rounded square shadowsVicent Marti
2008-07-20Rendering pipeline. Broken WIP.Vicent Marti
2008-07-17Rendering pipeline (almost) fixed. This time for real.Vicent Marti
2008-07-17Finished tabs drawing.Vicent Marti
2008-07-16Stroking on tab widgets. Basic support for backcaching.Vicent Marti
2008-07-15Tab widget / tab drawing for the renderer. Improved text handling.Vicent Marti
2008-07-13Bugfix: Triangle AA at low resolutions.Vicent Marti
2008-07-13Bugfix of the bugfix. Rounded squares work now on all resolutions.Vicent Marti
2008-07-13Bugfix: Strange behaviour in rounded square corners.Vicent Marti
2008-07-13Improved support for graphics positioning.Vicent Marti
2008-07-10Support for Vertical text alignement.Vicent Marti
2008-07-10Bugfix: Delayed loading of fontsVicent Marti
2008-07-10Added support for Text Steps in the Vector Renderer.Vicent Marti
2008-07-02InterfaceManager functionality translated into a Theme subclass "ThemeRendere...Vicent Marti
2008-06-18Expanded parser.Vicent Marti
2008-06-16Added massive parser documentation.Vicent Marti
2008-06-13Formating conventions.Vicent Marti
2008-06-10Another redesign on the Draw Steps. This time it's for real.Vicent Marti