summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-08-25Make fade edits and trim possible on stacked regions.Carl Hetherington
2009-08-24Slightly modified patch from lincoln to fix mantis 1636.Carl Hetherington
2009-08-24Patch from lincoln to add track resize buttons to the top-left corner of the ...Carl Hetherington
2009-08-24Don't use the edit position to gather regions to cut, otherwise it can be con...Carl Hetherington
2009-08-24Alter snap modifier so that it turns the grid on when it's off as well as vic...Carl Hetherington
2009-08-24Don't use pointer_frame_offset for playhead cursor drags as it seems more int...Carl Hetherington
2009-08-24Tertiary-modifier click locates the viewbox in the summary.Carl Hetherington
2009-08-24Minor cosmetic tweaks.Carl Hetherington
2009-08-24Reorder initialisation to prevent access to an uninitialised variable.Carl Hetherington
2009-08-24Remove commented out call to reset_dpi hoping to find the true cause of the bug.Carl Hetherington
2009-08-24Small cleanup.Carl Hetherington
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to layered...Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-08-22Fix crash on drag selection.Carl Hetherington
2009-08-22Fix remainder of bug 1605 so that when snapping to region starts / ends, the ...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-08-20Apply patch from mantis 2761 from tinram to add padding and make a string tra...Carl Hetherington
2009-08-20Fix mantis 2804: improve title of recent sessions dialogue and make it transl...Carl Hetherington
2009-08-20Apply patch from mantis 2766 to fix apply sensitivity when editing the meter ...Carl Hetherington
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-20Don't locate summary view box on a click outside it, to be consistent with fa...Carl Hetherington
2009-08-20minor fixes/changes based on comparison with existing bindingsPaul Davis
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-14fix up display of notes when creating/editing a MIDI region with the pencil; ...Paul Davis
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-08-13actually paste MIDI at the right spotPaul Davis
2009-08-13kinda-sorta paste MIDI at the right spotPaul Davis
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-08-10Fix route group collect option.Carl Hetherington
2009-08-10add new filePaul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-08-10region trimming and height patch from lincoln. great workPaul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-08-04Fix sizing of port matrix column labels.Carl Hetherington
2009-08-04Don't add auditioner and click to MIDI connection port matrices.Carl Hetherington
2009-08-04Split up Editor::button_press_handler and fix assert failures on various doub...Carl Hetherington
2009-08-04Assert to check for memory overwrite.Carl Hetherington
2009-08-04Fix uninitialised variable.Carl Hetherington
2009-08-04Modified patch from drmoore to fix mantis 2808 (drag rectangle left behind af...Carl Hetherington
2009-08-03Patch from drmoore to fix mantis 2807 (crash on creating new return)Carl Hetherington
2009-08-02Another similar fix for use of an uninitialized variable.Carl Hetherington
2009-08-02A couple of port matrix cleanups.Carl Hetherington
2009-08-02Fix sync of editor and mixer route ordering.Carl Hetherington
2009-08-02Tweak prompt wording.Carl Hetherington
2009-08-02Fix import dialog so that file number progress gets updated correctly. Stop ...Carl Hetherington
2009-08-02Fix random-crash-inducing use of uninitialized variable.Carl Hetherington
2009-07-30Add missing 0 to author list, to fix mantis 2802. Patch from tinram.Carl Hetherington
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-23Make editor route list rec button respect group settings.Sampo Savolainen