summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
AgeCommit message (Expand)Author
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
2014-08-11shuffle packing order to accomodate midi controlsBen Loftis
2014-08-11New track header layout.Ben Loftis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-02-25add ::covered_by_y_range() to TimeAxisViewPaul Davis
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-21return to the old way of editing track names, but hopefully better than it wa...Paul Davis
2013-01-19completely revisit how track name editing works in the editorPaul Davis
2013-01-14more substantive reworkings of TimeAxisView::name_(entry|label) and name edit...Paul Davis
2013-01-12various tweaks to get 80% Of the way to proper use of TimeAxisView::name_labe...Paul Davis