summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2015-11-29fix OSX openFile Application DelegateRobin Gareus
2015-11-25Add more menu entries to the 'Help' menu.André Nusser
2015-11-14fix logic errors in duplicate tracks dialogPaul Davis
2015-11-14move logic of track/bus duplication into DuplicateRouteDialogPaul Davis
2015-11-14tweak duplicate routes dialog appearance depending on whether or not busses/t...Paul Davis
2015-11-14partial dialog to control track duplicationPaul Davis
2015-11-13initial/partial implementation of duplicate track/busPaul Davis
2015-11-04Show info dialog when opening chat via Help -> Chat.André Nusser
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-30suspend timers while flushing the gtk-event queue.Robin Gareus
2015-10-23Amend last commit.nick_m
2015-10-23Center some windows known to be presented by ardour.nick_m
2015-10-21Confirmation on overwrite for track and session templates. -fixes #6587André Nusser
2015-10-18disable follow-edits with external sync #6577Robin Gareus
2015-10-16fix #6640 (snapshot clears "dirty" flag)Robin Gareus
2015-10-16use API to add system-specific volumes - #6643Robin Gareus
2015-10-15re-enable engine sensitive actions..Robin Gareus
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-14Avoid calls to Glib::ustring << operator at all cost.Robin Gareus
2015-10-06cancel-solo always clears all solo-state, just in case.Robin Gareus
2015-10-06Remove unused methods in ARDOUR_UI for starting/stopping engineTim Mayberry
2015-10-06Update sample rate and CPU load in status bar when AudioEngine stoppedTim Mayberry
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-02provide Main/cancel-solo as an action and make rude solo button(s) use itPaul Davis
2015-10-01Add parent window argument to ARDOUR_UI::check_audioengineTim Mayberry
2015-10-01Don't hide Audio Setup dialog when clicking 'OK' if engine fails to startTim Mayberry
2015-10-01Use AudioSetupDialog as parent of the error message popup when failing to sta...Tim Mayberry
2015-10-01Use AudioEngine::get_last_backend_error in message dialog when failing to sta...Tim Mayberry
2015-09-28fix the logic of the GUI "toggle roll" action as it pertains to loop recordingPaul Davis
2015-09-20basic GUI support to auto-align video by LTC.Robin Gareus
2015-09-19fix crash at exit, ctrl+s during quit.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-17deleting pointers to incomplete types may cause undefined behaviorRobin Gareus
2015-09-16Remove tooltips() member from ARDOUR_UI and use Gtk_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-09-16Move util functions into UIConfiguration as they depend on it anywayTim Mayberry
2015-09-16Remove duplicate extern declarationTim Mayberry
2015-09-16unify recent session dialogsRobin Gareus
2015-09-15display active peak-buildsRobin Gareus
2015-09-15GUI part: cleanup peak-filesRobin Gareus
2015-09-12GUI part of memleak fixesRobin Gareus
2015-09-12trick ardour to print main-thead mem-pool stats.Robin Gareus
2015-09-10ditto for the announcement messageRobin Gareus
2015-09-10catch mem-leaks more easily.Robin Gareus
2015-09-09Don't unload session with Session -> Open -> Cancel, Fixes #6568Tim Mayberry
2015-09-08offer up (when possible) MBWF, RF64 and RF64 (WAV) optionsPaul Davis