summaryrefslogtreecommitdiff
path: root/gtk2_ardour/visibility_group.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-03-08Fix some more Gtk::Menu memory leaksRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
A Gtk::manage()d widget will be deleted when its parent container is destroyed. Top-level context menus are not inside a container and hence need to be manually deallocated. The solution here is to use a shared Gtk::Menu pointer that is centrally de/re-allocated. This works because the GUI is single-threaded and at most one context menu is visible at a time.
2016-05-31show/hide VCA assign buttons depending on VCA existencePaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2012-06-06Small cleanup.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12576 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-03Allow overrides of the user-set visibility stuff and use it to make sure the ↵Carl Hetherington
master bus doesn't get solo isolate etc. (#4431). git-svn-id: svn://localhost/ardour2/branches/3.0@10407 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-10-29Add missing files.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10342 d708f5d6-7413-0410-9779-e7cbd77b26cf