summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2009-07-17Use track colours in the port matrix.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-04Add option to collect a route group, so that its member routes are reordered ...Carl Hetherington
2009-07-03Pull snapshots code out of Editor class.Carl Hetherington
2009-07-03Factor regions list out of Editor.Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-07-01Separate route list code from Editor into its own object, EditorRouteList. H...Carl Hetherington
2009-06-29editor toggle button fix from lincoln; refresh location display when loop ran...Paul Davis
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-26Only resize other selected tracks if the one being dragged is selected.Carl Hetherington
2009-06-26Don't resize selected tracks when dragging an automation view.Carl Hetherington
2009-06-26Fix track selection interaction with route groups.Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-23Make sure group tabs are updated when dragging track heights.Carl Hetherington
2009-06-22Use the same menu for the editor route group list and the editor group tabs.Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-20Remember last normalization value when the dialog is re-opened.Carl Hetherington
2009-06-20Optional tabs down the LHS of the editor window to indicate edit group member...Carl Hetherington
2009-06-18modified patch from lincoln to show/control rec-enable status in track/bus listPaul Davis
2009-06-17Reduce complexity of previous commit slightly.Carl Hetherington
2009-06-17Remove unused resize-line code. When resizing multiple tracks, resize them i...Carl Hetherington
2009-06-17Pack the summarizer in a vpaned instead of the edit_packerSampo Savolainen
2009-06-17pack zoom controls into upper right of editor table/packerPaul Davis
2009-06-17solo models work again (amazing how hard this was); remove crufty debug outpu...Paul Davis
2009-06-17Add a playhead marker to the summary.Carl Hetherington
2009-06-16Add some comments.Carl Hetherington
2009-06-15A few cleanups. Map scroll wheel to movement of the viewport.Carl Hetherington
2009-06-14Make summary display optional.Carl Hetherington
2009-06-13Make the summary widget extend across the whole of the editor window.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-06-10Remove unused variable.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-05-21A different fix for record crash, use pixfufs instead of canvas text in marke...Nick Mainsbridge
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-12Add missing connection to Editor::route_list_reorderedCarl Hetherington
2009-05-05Fix indentation.David Robillard
2009-05-01Set up rulers to prevent access to uninitialized variables later.Carl Hetherington
2009-04-29First cut of option to strip silence from audio regions, as per mantis #1623Carl Hetherington
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-06Make it possible to consolidate/bounce ranges without applying processingSampo Savolainen
2009-03-06combobox width fixes from mtaht, backported from 2.XPaul Davis
2009-02-28Fix #2559; crash when doing end_grab on an already-deleted canvas item.Carl Hetherington
2009-02-27Remove some unused code.Carl Hetherington
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make range selection context menu work again.Carl Hetherington
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington