summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
AgeCommit message (Expand)Author
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
2015-04-05add more contexts for SLA.Robin Gareus
2015-03-19add API to select TAV height mode.Robin Gareus
2015-02-11remove use of TimeRectanglePaul Davis
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-19fix double-free/crash at session closeRobin Gareus
2014-12-15next 2 modifiersPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-06Fix crash on quit when in a non-route time axis.David Robillard
2014-12-06Fix crash when resizing a track quickly.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-05various positional fixes for TimeAxisView, including moving the separator lin...Paul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03move start of a time axis view back to 0.0 on the x-axis, not 1.0Paul Davis
2014-11-01retain selection on track-height changeRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-09fix TAV text-entry size.Robin Gareus
2014-09-08Move Scroomer out of Track Selection Box:Robin Gareus
2014-09-07special case track-header buttonsRobin Gareus
2014-09-06gtk style related fixes:Robin Gareus