| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit is porting GtkPaned to be derived
from GtkWidget instead of GtkContainer, while adding
start-child and end-child properties. The existing
properties are renamed to follow the start/end naming
scheme, and we add proper getters and setters.
Update all users.
See #2719
|
| |
|
|
|
|
| |
This allows getting rid of popup windows.
|
|
|
|
|
| |
Run the UI files through `gtk-builder-tool simplify --3to4` to update
the layout properties.
|
|
|
|
| |
Run gtk4-builder-tool simplify --3to4 over all ui files.
|
|
|
|
|
|
|
|
| |
The position child property is problematic, since it
requires us to emit notification for all children when
inserting a child early in the list of children.
Remove the property from all ui files.
|
|
|
|
| |
GtkWidget:halign and GtkWidget:valign are sufficient
|
| |
|
|
|