Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | popovermenu: Allow custom items | Matthias Clasen | 2020-10-26 | 1 | -0/+7 |
| | | | | | | | | | | | | | | Add a way to add children at certain places in the generated menu for both GtkPopoverMenu and GtkPopoverMenuBar. New apis: gtk_popover_menu_add_child gtk_popover_menu_remove_child gtk_popover_menu_bar_add_child gtk_popover_menu_bar_remove_child Fixes: #3260 | ||||
* | Add nesting popover menus | Matthias Clasen | 2019-09-08 | 1 | -2/+3 |
| | | | | | | Add a variant of popover menus that are nesting like traditional menus. This is a better fit for replacing traditional main menus. | ||||
* | Rename a bunch of private headers | Matthias Clasen | 2019-06-10 | 1 | -0/+49 |
We want to follow the convention that all private headers have names ending in private.h |