summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dialogs.cc
AgeCommit message (Expand)Author
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-08-08Add method to show/hide VCA (and Mixbus) Mixer paneRobin Gareus
2018-02-20Use standard Labels again.Robin Gareus
2018-02-14Shrink the peak_display button to avoid blowing-up the vertical spacing of th...Ben Loftis
2018-02-14If the gauges arent clickable, perhaps they look best with hard edges, matchi...Ben Loftis
2018-02-14Re-pack the master meters (in the toolbar) so the editor_meter_peak_display b...Ben Loftis
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus
2017-08-07some structure/code for managing menu sensitivity now that VCAs are selectablePaul Davis
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-04-22Close all dialogs when closing a session (not only at exit).Robin Gareus
2017-02-24Allow to switch master-meter type in the toolbar-meterRobin Gareus
2017-02-19Allow to un/load Lua Session Scripts in the Script ManagerRobin Gareus
2017-02-16Properly update main window-title.Robin Gareus
2017-01-28mark loop button insensitive when there's no loop-rangeRobin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-20Don't dynamically allocate ShuttleCtrlRobin Gareus
2016-12-17Prepare mini-timeline widget for toolbarRobin Gareus
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12when using toggle-editor-and-mixer, if current tab is neither, go to mixer fi...Paul Davis
2016-06-07take a rather different approach toggling editor+mixerPaul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
2016-05-10use main window visibility when toggling between editor + mixerPaul Davis
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-03-21Fix unused variable warningDavid Robillard
2016-03-15change the way the key editor gets populated; drop binding sets with no actionsPaul Davis
2016-03-15do the safety dancePaul Davis
2016-03-15show processor box bindings in key binding editorPaul Davis
2016-03-15add new API to ARDOUR_UI to allow dynamic add/remove of keyboard bindings to ...Paul Davis
2016-03-15fix segfaults/crashes when quitting under valgrindPaul Davis
2016-02-28Rewrite commit 68e81a6, prefer forward declaration and includes in cc.Robin Gareus
2016-02-27Move our #inclusions for "lua_script_manager.h"John Emmas
2016-02-25add previous-tab and next-tab actions and bind to PRIMARY-page-up/down by def...Paul Davis
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-22fix crash caused by missing check on editor->own_window()Paul Davis
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ...Paul Davis
2016-02-22use Tabbable::change_visibility to make tab/window control buttons do the rig...Paul Davis
2016-02-22allow pixbuf_from_string() to return the full size pixbuf, with optional paddingPaul Davis
2016-02-22prevent dragging the last tab from the notebookPaul Davis
2016-02-22remove tab-related code for tabbed notebook, add tooltips to new buttonsPaul Davis
2016-02-22tab-free tabbed display, part 1.2Paul Davis
2016-02-22try using top-menu-bar buttons and not notebook tabs to control window visibi...Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis