aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeParser.cpp
AgeCommit message (Expand)Author
2020-01-04GUI: Add finer control over cross-direction alignment for layout itemsBastien Bouclet
2020-01-04GUI: Introduce dynamic layoutsBastien Bouclet
2019-11-24GUI: Add DropdownButtonWidget and use it in the launcher for mass addBastien Bouclet
2019-08-17GUI: Fix GCC Compiler Warnings in GUI Theme Parser CodeD G Turner
2019-05-05GUI: Use a truetype font for the debug consoleBastien Bouclet
2017-11-10ALL: Fix misuse of comma operatorColin Snover
2016-08-24GUI: Implemented centering of dialog backgroundEugene Sandulenko
2016-08-24GUI: Added possibility to specify scale mode for AlphaBitmapsEugene Sandulenko
2016-08-24GUI: Plug NinePatch bitmaps into parserEugene Sandulenko
2016-08-24GUI: Implemented more modes to autoscaleEugene Sandulenko
2016-08-24GUI: Implemented alphabitmap autoscaleEugene Sandulenko
2016-08-24GUI: Added new alphabitmap image typeEugene Sandulenko
2013-04-24GUI: Plug memory leak. CID 1003572Eugene Sandulenko
2013-04-21GUI: Fix previous commitEugene Sandulenko
2013-04-21GUI: Add sanity check to config format. CID 1004153Eugene 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-11-14COMMON: Remove some double-underscore defines (reserved)Willem Jan Palenstijn
2011-06-17GUI: fix uninitialized varathrxx
2011-06-17COMMON: Make use of Common::parseBoolMax Horn
2011-06-06COMMON: Remove vfprintf call from XML parserMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-24GUI: Make the ThemeParser less dumbdhewg
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-07-16Cleanup.Torbjörn Andersson
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max 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 FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2009-04-03GUI: Commited fix for bug in ThemeParser::parserCallback_defaults (at least I...Max Horn
2009-01-18GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T...Max Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
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-09minor tweaksMax Horn
2008-11-09Got rid of some more 'using' usagesMax Horn
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-08Pushing down some header depsMax Horn
2008-10-14Fixed: Parser crash when adding an XML layout with an unhandled type.Vicent Marti
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn