use insert at specification when duplicating tracks/busses
[ardour.git] / gtk2_ardour / ardour_ui.h
2016-08-22 Paul Davisuse insert at specification when duplicating tracks...
2016-08-22 Paul Davisfactor out "new route insertion point" enums so they...
2016-07-13 Paul Davisfix save/restore of preferences torn-off-window state
2016-06-12 Paul Davisstop AddRouteDialog from being modal and from using...
2016-06-06 Paul Davisadd pre-release warning dialog. It wil not be shown...
2016-05-31 Paul Davismake Escape (cancel drag or selection) work in mixer...
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davischange API for ARDOUR_UI::add_route() to no longer...
2016-05-31 Paul Davisinitial part of vca assignment via context menu
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul Davisremove the entire idea of a tabbable for VCA master...
2016-05-31 Paul Davismost of the changes required to add a new master faders...
2016-05-10 Paul Davisadd visibility tracking for main window
2016-05-06 Robin GareusCreate new track by dragging an instrument from the...
2016-05-06 Robin Gareususe WindowManager toggle API for script-manager
2016-05-06 Robin GareusNO-OP whitespace
2016-05-06 Robin Gareusre-introduce "add track/bus" from mixer window
2016-04-25 Paul Davisremove unused code
2016-04-24 Robin Gareusadd optional buttons to trigger lua scripted actions.
2016-04-18 Robin GareusGUI samplerate Mismatch notification
2016-03-28 Robin Gareusadd option to create new routes with strict-i/o enabled.
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-15 Paul Davischange the way the key editor gets populated; drop...
2016-03-15 Paul Davisadd new API to ARDOUR_UI to allow dynamic add/remove...
2016-02-28 Robin GareusRewrite commit 68e81a6, prefer forward declaration...
2016-02-25 Paul Davisadd previous-tab and next-tab actions and bind to PRIMA...
2016-02-23 Robin GareusLua Script Console Window
2016-02-22 Paul Davisfix inheritance/class design to get both SessionOptionE...
2016-02-22 Paul Davisadd context menus for tabbable visibility buttons
2016-02-22 Paul Davisa bunch of stuff to make tab/window switching work...
2016-02-22 Paul Davisuse Tabbable::change_visibility to make tab/window...
2016-02-22 Paul Davisprevent dragging the last tab from the notebook
2016-02-22 Paul Davisremove tab-related code for tabbed notebook, add toolti...
2016-02-22 Paul Davistab-free tabbed display, part 1.2
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Daviscleanup various merge conflict resolution errors/omissions
2016-02-22 Paul Davisaction maps now have names
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davischanges to support new key bindings editor design
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisremove all tearoffs except the monitor section.
2016-02-22 Paul Davishandle main window delete events sensibly
2016-02-22 Paul Davishandle button events on main window notebook so that...
2016-02-22 Paul Davisdynamically update menus/actions controlling tabbable...
2016-02-22 Paul Davisbreak out window ops for Tabbables into show/hide/attac...
2016-02-22 Paul Davisremove "toggle-foo" style actions related to editor...
2016-02-22 Paul Davisrefactor key press handling to include a hack that...
2016-02-22 Paul Davissave & restore the main window geometry
2016-02-22 Paul Davisupdate main window title appropriately
2016-02-22 Paul Davishide tabs in main window when there's only 1 tab left.
2016-02-22 Paul Davisget normal GTK accelerators working again
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Davisthe basics of tabbed
2016-02-22 Paul Davisos x: an initial attempt at fixing loss of keyboard...
2016-01-18 Ben Loftisadd more remote transport toggles for touchOSC: midi_p...
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-19 Robin Gareusallow to show/hide Monitor Section
2015-12-10 Ben Loftisallow hiding and showing the mixer list
2015-11-29 Robin Gareusfix OSX openFile Application Delegate
2015-11-14 Paul Davisremove leftover declarations
2015-11-14 Paul Davispartial dialog to control track duplication
2015-11-13 Paul Davisinitial/partial implementation of duplicate track/bus
2015-11-04 Paul DavisMerge branch 'chaot4-f_overwrite_dialog_improvement'
2015-11-04 André NusserImprove behavior of overwrite_file_dialog.
2015-10-06 Tim MayberryRemove unused methods in ARDOUR_UI for starting/stoppin...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-02 Paul Davisprovide Main/cancel-solo as an action and make rude...
2015-09-30 Tim MayberryAdd parent window argument to ARDOUR_UI::check_audioengine
2015-09-30 Tim MayberryDisplay warning when closing Audio Setup dialog with...
2015-09-16 Tim MayberryRemove tooltips() member from ARDOUR_UI and use Gtk_UI...
2015-09-16 Tim MayberryUse Forward declaration for non-MSVC compilers in ardou...
2015-09-16 Tim MayberryForward declare Meterbridge class in ardour_ui.h
2015-09-16 Tim MayberryRemove ui_config.h inclusion from ardour_ui.h
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-16 Robin Gareusunify recent session dialogs
2015-09-15 Robin Gareusdisplay active peak-builds
2015-09-15 Robin GareusGUI part: cleanup peak-files
2015-09-06 Robin GareusDon't keep gtk-file-chooser around.
2015-07-16 Ben Loftismerge fix
2015-07-16 Robin Gareusoffer to scan for plugins at first start.
2015-06-29 Paul DavisRevert "start work on auto return target dropdown rathe...
2015-06-29 Paul Davisstart work on auto return target dropdown rather than...
2015-06-29 YPozdnyakov[Summary]: add keybindings Cmd-h (hide application...
2015-06-17 Robin Gareusfix 1024px width layout (remove nudge clock special...
2015-05-28 Paul Davisrearrange and redesign UIConfiguration/ARDOUR_UI APIs...
2015-04-29 Robin Gareusx-run counter reset & typo
2015-04-29 Robin Gareusadd xrun counter to status-bar (currently no reset)
2015-04-22 Paul Davismake save-as dialog be persistent, to retain settings...
2015-04-22 Robin Gareusadd central API to calculate UI scaling
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-05 Paul Davisshow dialog when audioengine becomes silent
2015-03-22 Robin Gareusreplace LinkButton
2015-03-16 Robin Gareususe tri-state text-less LED for error-log button.
next