summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2015-04-13now that there is only 1 effective selection, adjust add-new-track-or-bus opt...Paul Davis
2015-04-05cleanup, tweak, reorganize gone-silent dialogPaul Davis
2015-04-05show dialog when audioengine becomes silentPaul Davis
2015-04-03fix hard-coded version in config copy dialog; use yes/no buttons, and default...4.0-rc2Paul Davis
2015-04-02remove hard-coded program namePaul Davis
2015-04-02wording tweak.Paul Davis
2015-04-02[Summary] Adding option to avoid sorting the routs in Session::foreach method...Valeriy Kamyshniy
2015-04-02Window focus handling fixes.nick_m
2015-03-31remove linux specific menu reference (sorry translators)Robin Gareus
2015-03-29don’t apply selection to new sessionsRobin Gareus
2015-03-23rework check for old configuration filesRobin Gareus
2015-03-23replace LinkButtonRobin Gareus
2015-03-17change the error-log button to toggle the log windowRobin Gareus
2015-03-16fix typoBen Loftis
2015-03-16use tri-state text-less LED for error-log button.Robin Gareus
2015-03-16add a warning when using a free/demo versionPaul Davis
2015-03-16Add route dialog order hint changes.nick_m
2015-03-14note to self.Robin Gareus
2015-03-14automatic error log window popup be gone.Robin Gareus
2015-03-15Remove the use of Window::set_keep_above() throughout startup.nick_m
2015-03-12check for old configuration files and copy if user requests it.Paul Davis
2015-03-12Metadata windows are no longer transient windows.nick_m
2015-03-12Add route dialog is never a transient window.nick_m
2015-03-10dramatically reduce ShuttleControl CPU usageRobin Gareus
2015-03-09fix ‘pure virtual’ crash at exit.Robin Gareus
2015-02-28prepare saving video-export settings.Robin Gareus
2015-01-27fix printf format-security warning.Robin Gareus
2015-01-26remove unnecessary commented-out line.Paul Davis
2015-01-26rename ARDOUR_UI::idle_load() to ARDOUR_UI::load_from_application_api() to co...Paul Davis
2015-01-25fix incorrect logic when loading session via NextStep document APIPaul Davis
2015-01-24add handler for, and connect to, Session::SaveSessionRequestedPaul Davis
2015-01-17consistent display of period-size.Robin Gareus
2015-01-07Alow tabbing between fields in metadata editor.David Robillard
2015-01-06Fix Session file filter so session files are displayed in file browserTim Mayberry
2015-01-05un-hardcode "*.ardour" file filtersRobin Gareus
2015-01-02Fix for Clock updatesTim Mayberry
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-24proper default setup and fallbacks for video on windowsRobin Gareus
2014-12-22reorder members and constructors to ensure null pointers for ARDOUR_UI::{edit...Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18expand help menu with various useful entries.Paul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-12-09more DEBUG::Butler output, formatting corrections, and a warning on cerr if c...Paul Davis
2014-12-08another metric ton of color workPaul Davis
2014-12-07revert UIConfiguration back to a normal member of ARDOUR_UIPaul Davis
2014-11-26move creation of UIConfiguration object to precede creation of ArdourUI.Paul Davis
2014-11-26With printf() / snprintf() etc "%f" actually requests a double, not a floatJohn Emmas
2014-11-17add some assert() messages.Robin Gareus
2014-11-17fix logic (and possible segfault if !editor)Robin Gareus
2014-11-12add popup message and error log for AU crash reportsRobin Gareus