summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2009-07-23install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-22waf is now the official build system for 3.0 - all/several gtk2_ardour/ar* sc...Paul Davis
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-07-22Various fixups to bundle manager. Add a separator between the benign and mor...Carl Hetherington
2009-07-21Clean up range menu a bit. Make a couple of range actions happen to all trac...Carl Hetherington
2009-07-21fix crash when trying to create a non-template track/bus with >2 channels; pu...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis