aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.cpp
AgeCommit message (Collapse)Author
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
DropdownButtonWidget is a button split in two parts vertically. Clicking the left part triggers a default action. Clicking the right part shows a list of other actions the user can choose from. Using this widget on the launcher lets 'Mass add' be a secondary action of the 'Add' button, removing the necessity of pressing the shift key to access the feature.
2019-10-07GRAPHICS: Vector renderer clipping rect related cleanupsBastien Bouclet
Selecting whether a clipping variant of a draw call needs to be used is no longer the responsibility to the caller. The clipping rect is now part of the state of the renderer. Also fix some of the draw calls to better apply the clipping rect.
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-07-03GUI: Prepare button to be clippedAlexander Tkachev
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
Previous triangle drawing was all wrong, rewrote it from the scratch. Added padding to drawsteps in stx files
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-01-30Removed unused area convolution code from VectorRendererMax Horn
svn-id: r36148
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
svn-id: r35481
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to ↵Johannes Schickel
strip functionallity in theme renderer uneeded by small devices. svn-id: r34864
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
svn-id: r34285
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti
svn-id: r34226
2008-08-15Tons of misc. GFX fixes.Vicent Marti
svn-id: r33911
2008-08-14Added Classic Theme - WIP (yes, it's working).Vicent Marti
Added Builtin theme back. Added Python script to automatically build themes. svn-id: r33868
2008-08-10Bugfix: Several text-drawing issues.Vicent Marti
Bugfix: Overlapping text in text edit dialogs. svn-id: r33768
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
svn-id: r33613
2008-08-02Added basic support for inner shadows.Vicent Marti
Made sliders look pretty much like the current GUI. svn-id: r33548
2008-08-01Massive changes to the renderer in order to replicate the current GUI theme, ↵Vicent Marti
as requested by Eugene svn-id: r33507
2008-07-30Bugfix: Pixel init in Conolution mappingsVicent Marti
svn-id: r33460
2008-07-26Convolution filters for the vector renderer. Pretty cool.Vicent Marti
svn-id: r33319
2008-07-25More triangle workVicent Marti
svn-id: r33286
2008-07-25Fixed warning: kTriangleAuto not handled in switchVicent Marti
svn-id: r33269
2008-07-25Fixed triangle drawing. A bit.Vicent Marti
svn-id: r33268
2008-07-23Improved text handling.Vicent Marti
Fixed About dialog scroll-out text. svn-id: r33257
2008-07-23Font rendering overhaul. Work in progress.Vicent Marti
svn-id: r33247
2008-07-21Fixed several segfaults and graphical glitches when drawing at low ↵Vicent Marti
resolutions. Fixed dialog stack redrawing. svn-id: r33182
2008-07-21Bugfix: Rounded squares at low resolutions were not drawn.Vicent Marti
Cleanup. svn-id: r33179
2008-07-21Valgrind fix: Invalid read/write while restoring backgroundVicent Marti
svn-id: r33166
2008-07-21Valgrind fix: Invalid write in rounded square shadowsVicent Marti
svn-id: r33164
2008-07-20Rendering pipeline. Broken WIP.Vicent Marti
svn-id: r33152
2008-07-17Rendering pipeline (almost) fixed. This time for real.Vicent Marti
svn-id: r33092
2008-07-17Finished tabs drawing.Vicent Marti
Added support for dynamic parameters in the Vector Renderer. svn-id: r33088
2008-07-16Stroking on tab widgets. Basic support for backcaching.Vicent Marti
svn-id: r33084
2008-07-15Tab widget / tab drawing for the renderer. Improved text handling.Vicent Marti
svn-id: r33076
2008-07-13Bugfix: Triangle AA at low resolutions.Vicent Marti
svn-id: r33047
2008-07-13Bugfix of the bugfix. Rounded squares work now on all resolutions.Vicent Marti
svn-id: r33040
2008-07-13Bugfix: Strange behaviour in rounded square corners.Vicent Marti
svn-id: r33039
2008-07-13Improved support for graphics positioning.Vicent Marti
More widgets. New triangle drawing function. svn-id: r33027
2008-07-10Support for Vertical text alignement.Vicent Marti
svn-id: r32995
2008-07-10Bugfix: Delayed loading of fontsVicent Marti
svn-id: r32993
2008-07-10Added support for Text Steps in the Vector Renderer.Vicent Marti
svn-id: r32991
2008-07-02InterfaceManager functionality translated into a Theme subclass ↵Vicent Marti
"ThemeRenderer" to easen integration with the current GUI. svn-id: r32876
2008-06-18Expanded parser.Vicent Marti
Added regex support for Common::String Changed drawstep state saving. svn-id: r32729
2008-06-16Added massive parser documentation.Vicent Marti
Some parser changes. svn-id: r32726
2008-06-13Formating conventions.Vicent Marti
Function parameter fixes. Parser fixes. svn-id: r32696
2008-06-10Another redesign on the Draw Steps. This time it's for real.Vicent Marti
svn-id: r32647