Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-19 | GUI: Fix crash when opening the save name dialog | Bastien Bouclet | |
The changes in 1dce33dd9f909b09a73902b3939b61a81a149b7a introduced a case where the width of widgets would not be set. This commit reverts the offending changes and introduces a different fix for the original issue. Only recompute the width/height of a stack if it is not explicitly set. Fixes #11214. | |||
2019-10-17 | GUI: Fix launcher layout for small widths | Bastien Bouclet | |
* Testing if a widget can be centered was ignoring the padding. * Only resize a layout based on its content if it was not explicitely sized by its parent. Fixes the logo causing incorrect layout computations when the window width is lower than the image width. | |||
2016-06-01 | GRAPHICS: Restore layout debugging capabilities | Eugene Sandulenko | |
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 | |||
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-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-01-14 | Added some comments to ThemeLayoutStacked::reflowLayoutH/V | Max Horn | |
svn-id: r35868 | |||
2009-01-14 | Renamed various ThemeLayout methods for clarity; removed unused setSpacing ↵ | Max Horn | |
method, and moved _spacing to class ThemeLayoutStacked svn-id: r35867 | |||
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 | If more than 8 items have to be resized in a stacked theme layout, abort ↵ | Max Horn | |
with an error (instead of silently trashing the stack) svn-id: r35549 | |||
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-26 | ThemeLayout::getParentW was calling getHeight instead of getWidth by mistake ↵ | Max Horn | |
(though this didn't seem to cause any problems anywhere... ?) svn-id: r35547 | |||
2008-12-26 | Fix for bug #2210082: GUI: Crash in GMM when changing scale factor | Max Horn | |
svn-id: r35546 | |||
2008-12-26 | Some 'cleanup' of Gui::ThemeLayout | Max Horn | |
svn-id: r35545 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-11-03 | Renamed ThemeLayout::buildCopy to buildCopy::makeClone | Max Horn | |
svn-id: r34881 | |||
2008-09-05 | Fixing some compiler warnings | Max Horn | |
svn-id: r34341 | |||
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti | |
svn-id: r34285 |