| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This is to test invisible children are actually resized before they are
made visible (which they currrently are not.
|
|
|
|
|
|
| |
GtkSidebar is too generic and doesn't fully convey what the widget does.
https://bugzilla.gnome.org/show_bug.cgi?id=744094
|
|
|
|
| |
Add separate checkboxes for hhomogeneous and vhomogeneous.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GtkSidebar behaves internally much like GtkStackSwitcher, providing a vertical
sidebar like widget. It is virtually identical in appearance to the widget
currently used in GNOME Tweak Tool.
This widget is connected to a GtkStack, and builds its own contents as a
GtkListBox subclass, using the "title" child property to provide a consistent
navigatable widget.
Being a subclass of GtkListBox it benefits immediately from strong keyboard
navigation, and minimal changes are required for theming.
https://bugzilla.gnome.org/show_bug.cgi?id=735293
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
|
|
|
|
| |
Thats what introspection is for.
|
|
|
|
|
|
|
| |
The GtkStackTransitionType enum now has OVER_DOWN_UP, OVER_LEFT_RIGHT,
and OVER_RIGHT_LEFT values to complement OVER_UP_DOWN.
https://bugzilla.gnome.org/show_bug.cgi?id=726676
|
|
|
|
|
|
|
| |
We should make teststack pick up new transitions automatically.
For now, we have to add them manually.
https://bugzilla.gnome.org/show_bug.cgi?id=707187
|
|
|
|
|
|
|
|
|
| |
The child property is watched by the StackSwicther which in turns sets a
needs-attention css class on the corresponding button, so that the theme
can for instance show a throbbing animation if one of the hidden pages
needs the user attention.
https://bugzilla.gnome.org/show_bug.cgi?id=707153
|
|
|
|
|
| |
These go left/right or up/down depending on the relative
order of the children being switched between.
|
|
|
|
| |
We allow transitions that slide up or down.
|
|
|
|
|
| |
Add a gtk_stack_set_visible_child_full that takes a
transition type.
|
|
Add separate GtkStack and GtkStackSwitcher widgets that are an
alternative to GtkNotebook. Additionally, GtkStack supports
animated transitions when changing pages.
These widgets were initially developed in libgd.
|