summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
AgeCommit message (Expand)Author
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
2012-12-27do not start editing track/bus names on a single click in the name entry of t...Paul Davis
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-12Make TimeAxisView::remove_child virtual so that RouteTimeAxis can override it...Carl Hetherington
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-08-31Fix editor track heights (m/s/etc. buttons being cut off at Normal height).David Robillard
2011-07-11Change the cursor back from the track resize handle whenCarl Hetherington
2011-07-07remove track resize handle and allow resize of tracks from the lower 25% of t...Paul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis