Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel | |
svn-id: r48310 | |||
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko | |
- Split out label from PopUp widget - Aligned every widget on all layouts so GUI becomes to look nice again - Moved textHAlign to layout properties svn-id: r41266 | |||
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko | |
svn-id: r41265 | |||
2008-12-27 | Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved ↵ | Max Horn | |
getParentW & getParentH to class ThemeLayoutStacked svn-id: r35571 | |||
2008-12-26 | Merged ThemeLayoutHorizontal and ThemeLayoutVertical into a new class ↵ | Max Horn | |
ThemeLayoutStacked (suggestions for a better name are welcome); stored padding data in a Common::Rect svn-id: r35548 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-11-12 | GUI: Got rid of the WidgetSize stuff | Max Horn | |
svn-id: r35022 | |||
2008-11-12 | GUI: Got rid of most 'built-in' variables | Max Horn | |
svn-id: r35018 | |||
2008-11-09 | Removed many unnecessary #includes | Max Horn | |
svn-id: r34959 | |||
2008-11-08 | Pushing down some header deps | Max Horn | |
svn-id: r34936 | |||
2008-10-14 | Fixed: Parser crash when adding an XML layout with an unhandled type. | Vicent Marti | |
svn-id: r34801 | |||
2008-10-12 | Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a ↵ | Max Horn | |
single getEvaluator() method svn-id: r34789 | |||
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti | |
svn-id: r34285 | |||
2008-08-15 | Added support for automatically resizing more than one widget in a flowing ↵ | Vicent Marti | |
layout. Classic theme launcher now looks ok in g3x. svn-id: r33906 | |||
2008-08-15 | Deprecated support for "direction" layout keys. | Vicent Marti | |
svn-id: r33904 | |||
2008-08-14 | Added 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-13 | Finished GUI layout in g1x. | Vicent Marti | |
svn-id: r33818 | |||
2008-08-10 | Bugfix: Inverse layout reflowing. | Vicent Marti | |
Bugfix: Glitches with several layouts when using Aspect Ratio Correction. svn-id: r33764 | |||
2008-08-09 | Fixed 1.000.000 Valgrind warnings. | Vicent Marti | |
svn-id: r33711 | |||
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti | |
G1X scaler GUI now loads. Added layout for the launcher menu. MILESTONE: All core GUI dialogs/widgets working on G2x/G3x MILESTONE: Completely removed old Evaluator/Parser. Improved layout expanding again. Improved XML parser. Several bugfixes. svn-id: r33704 | |||
2008-08-08 | Browser dialog. | Vicent Marti | |
Improved layout expansion in the layout parser. Fixed serious coordinates initialization bug. svn-id: r33702 | |||
2008-08-08 | SCUMM save/load dialog. | Vicent Marti | |
Expanded documentation. Added support for sub-blitting in the vector renderer. svn-id: r33697 | |||
2008-08-07 | SCUMM general and options dialog. | Vicent Marti | |
Misc fixes. svn-id: r33692 | |||
2008-08-07 | Game Options menu parsing. | Vicent Marti | |
Added support for importing layouts inside other layouts. Misc bugfixes. svn-id: r33676 | |||
2008-08-06 | Cleanup on default theme. | Vicent Marti | |
Added support for Widget Type Declaration (makes XML much cleaner). svn-id: r33661 | |||
2008-08-06 | Options menu fully parsed. Needs tweaking. | Vicent Marti | |
svn-id: r33657 | |||
2008-08-05 | Options menu layout parsing, featuring the brand new FATPOPUPS. | Vicent Marti | |
svn-id: r33651 | |||
2008-08-05 | Look, the launcher is rendered with the new layout parser. | Vicent Marti | |
svn-id: r33641 | |||
2008-08-05 | Missing file in last commit. | Vicent Marti | |
svn-id: r33631 |