aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeParser.h
AgeCommit message (Expand)Author
2020-01-04GUI: Add finer control over cross-direction alignment for layout itemsBastien Bouclet
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
2016-08-24GUI: Implemented alphabitmap autoscaleEugene Sandulenko
2016-08-24GUI: Added new alphabitmap image typeEugene Sandulenko
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-01-29GUI: Add support for loading TTF files with ISO-8859-1 charset.Johannes Schickel
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2009-08-10Rename 'font_color' attribute for 'text' draw step to 'text_color'.Johannes Schickel
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-09minor tweaksMax Horn
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-08Thou shalst never use the 'using' keyword in a header file, lest the wrath of...Max Horn
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-08-15Deprecated support for "direction" layout keys.Vicent Marti
2008-08-14Added Classic Theme - WIP (yes, it's working).Vicent Marti
2008-08-13Finished GUI layout in g1x.Vicent Marti
2008-08-10Bugfix: Selection background too short when scrollbar not present.Vicent Marti
2008-08-10Bitmap cursor loading from XML files.Vicent Marti
2008-08-09Added support for image loading/blitting.Vicent Marti
2008-08-09Fixed 1.000.000 Valgrind warnings.Vicent Marti
2008-08-08Resolution-dependence in XML files.Vicent Marti
2008-08-07Misc text drawing improvements.Vicent Marti
2008-08-07Game Options menu parsing.Vicent Marti
2008-08-06Added support for customized background dimming on dialogs.Vicent Marti
2008-08-06Cleanup on default theme.Vicent Marti
2008-08-05Options menu layout parsing, featuring the brand new FATPOPUPS.Vicent Marti
2008-08-05Look, the launcher is rendered with the new layout parser.Vicent Marti
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Added basic support for inner shadows.Vicent Marti
2008-08-01Theme Layout parsing, WIP.Vicent Marti
2008-08-01Support for XML layout with unspecified keys.Vicent Marti
2008-07-31GUI Layout parsing. Work in progress.Vicent Marti
2008-07-30Rewrote most of the XML parser class.Vicent Marti
2008-07-20Rendering pipeline. Broken WIP.Vicent Marti
2008-07-15More widgets.Vicent Marti
2008-07-10Added support for Text Steps in the Vector Renderer.Vicent Marti
2008-07-03Rendering pipeline. WIP.Vicent Marti
2008-07-02GCC compiling fixes.Vicent Marti
2008-07-02InterfaceManager functionality translated into a Theme subclass "ThemeRendere...Vicent Marti
2008-07-01Rendering pipeline. WIP.Vicent Marti
2008-06-28Improved support for parsing integers in the XML parser.Vicent Marti
2008-06-26- MILESTONE: A widget is drawn on screen loaded straight from its XML descrip...Vicent Marti