Age | Commit message (Collapse) | Author |
|
|
|
Previously it was only possible to specify whether items where aligned
to the start or centered in the cross direction of the layouts. It is
now additionally possible to align the items to the far end of the cross
direction or to resize them to match the size of the layout.
Terminology and behavior are loosely based on CSS's flexbox containers.
|
|
Prior to this change, a GUI layout was only affected by the screen size.
Now, a layout can additionally be influenced by the GUI dialog and widgets
that uses it. This capability is leveraged to implement the following
features:
* Layout elements that are not bound to a GUI widget do not take space.
This means that dialogs where the widgets shown depend on for example
a feature being enabled at configure time no longer have blank spaces.
* Widgets can define a minimal required size for their contents not to be
cut. For now this is only used for buttons so their width is always
sufficient for their caption not to be cut. This mechanism could be
applied to other widget types in the future.
|
|
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.
|
|
* 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.
|
|
|
|
|
|
Some backends may break as I only compiled SDL
|
|
- 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
|
|
svn-id: r40867
|
|
svn-id: r35868
|
|
method, and moved _spacing to class ThemeLayoutStacked
svn-id: r35867
|
|
getParentW & getParentH to class ThemeLayoutStacked
svn-id: r35571
|
|
with an error (instead of silently trashing the stack)
svn-id: r35549
|
|
ThemeLayoutStacked (suggestions for a better name are welcome); stored padding data in a Common::Rect
svn-id: r35548
|
|
(though this didn't seem to cause any problems anywhere... ?)
svn-id: r35547
|
|
svn-id: r35546
|
|
svn-id: r35545
|
|
svn-id: r35481
|
|
svn-id: r34881
|
|
svn-id: r34341
|
|
svn-id: r34285
|