summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-08-04Split up Editor::button_press_handler and fix assert failures on various doub...Carl Hetherington
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-21Clean up range menu a bit. Make a couple of range actions happen to all trac...Carl Hetherington
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-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-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-25Various adjustments to make more operations respect the Edit property on rout...Carl Hetherington
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-06-22Use the same menu for the editor route group list and the editor group tabs.Carl Hetherington
2009-06-22Option to fit a route group to the editor window.Carl Hetherington
2009-06-22Add some more options to the route group list context menu. Fix a crash bug ...Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-20Mix group tabs in the mixer.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-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-15A few cleanups. Map scroll wheel to movement of the viewport.Carl Hetherington
2009-06-14Make summary display optional.Carl Hetherington
2009-06-14Prevent vertical autoscroll when dragging the playhead.Carl Hetherington
2009-06-14Some cleanups to ruler drags.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-12Hopefully fix assertion failures in gnomecanvas when dragging track heights.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-06-10support scrubbing via new Drag abstraction (probably could be split off 100% ...Paul Davis
2009-06-08Allow Insert Time option to move tempos and time sig changes, as per #1951.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...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-16Remove preferences menu options that have been moved into one or other prefer...Carl Hetherington
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-04-29First cut of option to strip silence from audio regions, as per mantis #1623Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
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