summaryrefslogtreecommitdiff
path: root/frontends/gtk/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* ensure gtk scaffolding destruction does not create memory errorsVincent Sanders2019-10-131-2/+0
|
* ensure menu resources are releasedVincent Sanders2019-10-101-3/+72
| | | | | | this ensures all the menu resources are freed when the containing window receives the destroy signal. Previously these resources were leaked.
* make toolbar and menubar hiding work appropriatelyVincent Sanders2019-09-211-23/+35
|
* add toolbar customize to main and burger menuVincent Sanders2019-09-211-6/+9
|
* split burger menu from popup context menuVincent Sanders2019-09-211-47/+35
|
* implement more toolbar item handlers and make menus call themVincent Sanders2019-09-211-5/+6
|
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-221-17/+27
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+585