summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
AgeCommit message (Expand)Author
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-09-30No more doxygen warnings for gtk2_arodur/*Robin 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-08NO-OP: whitespace, alignmentRobin 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-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-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-07Fix VCA Automation Lane selectionRobin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
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-05remove duplicate name_label widget from TimeAxisView (AxisView provides it)Paul 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-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-31make selectability of a TimeAxisView be overridablePaul Davis
2016-02-13Fix 6609: Right-click in active track name box crashesJulien ROGER
2015-05-27prevent crash when using WM close button on "new route name contains bad char...Paul Davis
2015-03-19add API to select TAV height mode.Robin Gareus
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-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-06Fix crash when resizing a track quickly.David Robillard
2014-12-06Support paste between automation lanes.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-01retain selection on track-height changeRobin Gareus
2014-09-08Move Scroomer out of Track Selection Box:Robin Gareus
2014-09-06gtk style related fixes:Robin Gareus
2014-09-06Revert "use a gloabl size group for track-header ctrl buttons"Robin Gareus
2014-09-04use a gloabl size group for track-header ctrl buttonsRobin Gareus
2014-09-04further tweaks pertaining the track-number heightRobin Gareus
2014-09-04dedicated TAV separator lineRobin Gareus
2014-09-03quick mockup of indented automation-track headersRobin Gareus
2014-09-02static global definition for track-header widthRobin Gareus
2014-08-31the return of the time_axis_vboxRobin Gareus
2014-08-31right side track-header control buttons (for non mixbus profile)Robin Gareus
2014-08-31simplify time-axis packing: consistent table layoutRobin Gareus
2014-08-30NOOP, re-indent, fix whitespaceRobin Gareus
2014-08-29red-border selection for tracks, regions, and processors. requesting commentsBen Loftis