summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
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
2016-05-03mark initial TAV as hidden to speed up initial display.Robin Gareus
2016-02-13Fix 6609: Right-click in active track name box crashesJulien ROGER
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-05-27prevent crash when using WM close button on "new route name contains bad char...Paul Davis
2015-04-22clean up GUI scalingRobin Gareus