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.
|
|
|
|
|
|
|
|
|
|
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
|
|
method, and moved _spacing to class ThemeLayoutStacked
svn-id: r35867
|
|
getParentW & getParentH to class ThemeLayoutStacked
svn-id: r35571
|
|
ThemeLayoutStacked (suggestions for a better name are welcome); stored padding data in a Common::Rect
svn-id: r35548
|
|
svn-id: r35546
|
|
svn-id: r35545
|
|
svn-id: r35481
|
|
svn-id: r34892
|
|
svn-id: r34881
|
|
svn-id: r34341
|
|
svn-id: r34285
|