summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
AgeCommit message (Expand)Author
2020-04-15Prefer parameter_is_midi() API, fixes PolyKeyPressureRobin Gareus
2020-04-15Update labels in MIDI Automation Lanes when MIDNAM changesRobin Gareus
2020-04-03remove border around ATAV controls table (looks better with new theme)Paul Davis
2020-04-03a better solution for automation axis name labelsPaul Davis
2020-04-03set size request for automation lane name label, to prevent it from changing ...Paul Davis
2019-12-12Fix automation dropdown menu-item active stateRobin Gareus
2019-08-24Fix crash when selected automation-lane is removedRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18GUI support for LatchRobin Gareus
2017-09-18Revert "Temporary session-format compatibility (revert before release)"Robin Gareus
2017-08-12expose automation state controls in AutomationTimeAxisView when used for MIDI CCPaul Davis
2017-08-12do not set automation to off/manual for MIDI CC data when clearing such dataPaul Davis
2017-08-01Fix ATAV GUI property cleanupRobin Gareus
2017-07-27Fix ATAV hide button for VCA lanesRobin Gareus
2017-07-21Properly propagate TAV TimeSelectionRobin Gareus
2017-07-21Amend c242cbc31806 (VCA automation button)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-06-21Temporary session-format compatibility (revert before release)Robin Gareus
2017-06-21Add interpolation-mode menu to ATAV.Robin Gareus
2017-06-18Add option add automation-lane points on the line -- #7397Robin Gareus
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
2017-06-09Update GUI, drop Automatable::value_as_string() APIRobin Gareus
2017-06-09Prepare AutomationTimeAxisView for non-route (VCA) automationRobin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-26AutomationLine time-unit conversion and paste API updateRobin Gareus
2017-04-19Use PBD::to_string in AutomationTimeAxis instead of boost::lexical_cast and s...Tim Mayberry
2017-04-19Use AxisView::get_gui_property API in AutomationTimeAxis classTim Mayberry
2017-04-19Use XMLNode::get_property API in AutomationTimeAxis classTim Mayberry
2017-02-04rework snapnick_m
2017-01-09use reduced height for automation lines when firrst added, not just after a r...Paul Davis
2016-08-20Avoid jitter of track headers width when changing automation statesJulien "_FrnchFrgg_" RIVAUD
2016-08-17Use a real dropdown for AutoState in automation lanesJulien "_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-05highlight area below automation lanesRobin Gareus
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-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-30Use automation line's frame of reference for y position.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus