summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18use new Track APIPaul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-09Migrate PC dialog to RouteUI, midnam handing to RTAV.Robin Gareus
2017-08-18Remove old destructive API (non layered is a dynamic mode) 1/2Robin Gareus
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-07-20Select the clicked route in the current mixer strip (fixes #7429)Johannes Mueller
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-07Fix VCA Automation Lane selectionRobin Gareus
2017-06-23NO-OP: whitespaceRobin Gareus
2017-06-23Mixbus GUI updates (VCA layout, no panners)Robin Gareus
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
2017-04-19Use PBD::to_string from pbd/string_convert.h in RouteTimeAxisTim Mayberry
2017-04-19Use PBD::string_to<bool> in RouteTimeAxisView classTim Mayberry
2017-04-19Remove conditional checks that are always true in RouteTimeAxisView classTim Mayberry
2017-04-19Use AxisView::get/set_gui_property API in RouteTimeAxisView classTim Mayberry
2017-03-08Don't show Group UI for the master-busRobin Gareus
2017-02-02Remove redundant MIDI submenu. The items are now in the main menu.Ben Loftis
2017-01-29prevent suggestion that MIDI tracks can be set to stacked viewPaul Davis
2016-12-17remove channel filter status and button from MIDI track header, access via co...Paul Davis
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-11-28Fix reversed behaviour of Playlist -> New and New CopyTim Mayberry
2016-11-25cont'd work to prevent duplicate playlist namesRobin Gareus
2016-11-24Don't allow duplicate playlist namesRobin Gareus
2016-08-18Add missing returnJulien "_FrnchFrgg_" RIVAUD
2016-08-18Make buttons in track headers behave more like Gtk::MenuToolButtonJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05RouteUI connects to Route's PropertyChange signal; derived types implement ro...Paul Davis
2016-06-05use new RouteGroup property namesPaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-05make AxisView::marked_for_display() be virtual so we can use the a Stripable'...Paul Davis
2016-06-04show existing automation lanes regardless if they were visible before.Robin Gareus
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02there is no explicit "Remote Control ID" control anymore - all done by orderi...Paul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-05-31stop playing silly games with widget packing when editing a route name in the...Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-24centralize rec-en sensitivity & prepare for rec-safeRobin Gareus