summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
2020-03-31Visibility fixes for detached editor and Show-Sends buttonsBen Loftis
2020-01-22Keep track/bus number visible when disabling trackRobin Gareus
2020-01-20Make it more obvious when a track is InactiveBen Loftis
2019-09-26Rweak selection+color semanticsRobin Gareus
2019-08-24Tweak deletion, emit CatchDeletion() only onceRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-29fixups for rebase of show-region-name optionPaul Davis
2019-05-29add option to show/hide region namesPaul Davis
2019-04-18Follow up f5bc64d00e - add gap to range-selection rect as wellRobin Gareus
2019-04-12Found another one -- does this ever end? :)Robin Gareus
2018-12-04Tab to prev/next name-entry: skip only rec-armed tracksRobin Gareus
2017-11-23Fix size-request callRobin Gareus
2017-10-26switch from std::auto_ptr<> (deprecated) to boost::scoped_ptr<>Paul Davis
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-07-28Allow to rename VCAs in the editorRobin Gareus
2017-07-21Properly propagate TAV TimeSelectionRobin Gareus
2017-07-19Const'ness where const'ness is dueRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-07Fix VCA Automation Lane selectionRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-19Use AxisView::get_gui_property API in TimeAxisView classTim Mayberry
2017-04-19Let AxisView::set_gui_property perform type conversion in TimeAxisView::set_h...Tim Mayberry
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-01-25This turns out to have been a band-aid over a deeper issue in libcanvas, fixedPaul Davis
2017-01-25fix an issue with selection rects not being redrawn correctlyPaul Davis
2016-12-23only update GhostEvents on visible trackviews.nick_m
2016-09-27TimeAxisView::set_selected() needs to call AxisView::set_selected()Paul Davis
2016-08-18don't show empty time axis view context menusPaul Davis
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
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-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2016-06-03NO-OP: add blank line to make comments clearerPaul Davis
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-06-01remove unneeded widget style definitionPaul Davis
2016-05-31stop playing silly games with widget packing when editing a route name in the...Paul Davis
2016-05-31do not accidentally try to select VCA time axis views for context clicks or o...Paul Davis
2016-05-31make selectability of a TimeAxisView be overridablePaul Davis
2016-05-31no-op: move comment to make scope more clearPaul Davis
2016-05-31fix wierd TimeAxisView initial attachment for the name hboxPaul Davis
2016-05-31pre-size TimeAxisView controls_table to something more like the correct rows ...Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis