summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-20Fix an assertion failure when stopping the transport with an active controlla...Carl Hetherington
2011-04-20Fix hang on session close that I introduced with the route group changes.Carl Hetherington
2011-04-20A few comments.Carl Hetherington
2011-04-20Remove unused NascentInfo::is_touch member.Carl Hetherington
2011-04-20Add assert.Carl Hetherington
2011-04-20Fix assertion failure when merging a set of nascent events which start at the...Carl Hetherington
2011-04-19remove debugging output from audioengine/port codePaul Davis
2011-04-19crude but apparently working fix for issues with JACK port deletion at sessio...Paul Davis
2011-04-19remove some debugging outputPaul Davis
2011-04-19remove some debugging outputPaul Davis
2011-04-19allow invalidation-of-UI-request-by-object-deletion to work more often by set...Paul Davis
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-19Remove delete menu item which does the same as cut (#3930).Carl Hetherington
2011-04-19Reverse the scroll wheel behaviour of the scroomer so that it feels the same ...Carl Hetherington
2011-04-19Cleanup some more gint -> bools.Carl Hetherington
2011-04-19Remove duplicate call of compute_current_bbt_points which looks like a mis-me...Carl Hetherington
2011-04-19Add missing ellipsis on Edit menu item.Carl Hetherington
2011-04-19Fix the return type for the edit_controls_button_release signal handler. Mak...Carl Hetherington
2011-04-19Sort track selections before cut/copying their playlists, so that the list of...Carl Hetherington
2011-04-18Initialise aux send gain to -inf dB (#3990).Carl Hetherington
2011-04-18Extend the y range of the simplerect redraw request in one case to prevent bi...Carl Hetherington
2011-04-18Fix radio action registration thinko of my doing. Fixes #3986.Carl Hetherington
2011-04-18Remove unused signal.Carl Hetherington
2011-04-17Remove some unused stuff from SVN (#3985).Carl Hetherington
2011-04-17Fix further typo.Carl Hetherington
2011-04-17Extend range selections using the selected tracks, rather than all tracks.Carl Hetherington
2011-04-17Fix typo in bindings file.Carl Hetherington
2011-04-17Remove extend-range-to-{start,end}-of-region and replace with move-range-{sta...Carl Hetherington
2011-04-16Fix erroneous masking when loading bank changes (part of #3916).Carl Hetherington
2011-04-16Fix step editor note lengths and default to crotchet / mf in the dialogue (#3...Carl Hetherington
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-04-16Fix crash on bouncing a range selection that includes a buss (#3962).Carl Hetherington
2011-04-16Put relief on all toolbar buttons for consistency (#3967).Carl Hetherington
2011-04-15Fix 'make new plugins active' configure option (#3975).Carl Hetherington
2011-04-13Tolerate LV2 plugins that call persist/file state functions early.David Robillard
2011-04-11Move check for a new session directory being writable to after it has been cr...Carl Hetherington
2011-04-11Prevent unnecessary recomputation of horizontal zoom parameters after a summa...Carl Hetherington
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-04-09fix mismatching use of operator new() when allocating buffer to passed into l...Paul Davis
2011-04-09add PBD::sys::path::exists_and_writable() method to help replace access(2)Paul Davis
2011-04-09remove another instance of access(2)Paul Davis
2011-04-09part two of: correctly reset capture alignment at session loadPaul Davis
2011-04-09formatting cleanupPaul Davis
2011-04-09correctly reset capture alignment at session load; for MIDI diskstreams, don'...Paul Davis
2011-04-08rename only the main outs of a route when its name changes, not inserts or se...Paul Davis
2011-04-07Fix crash due to _over_region_trim_target not being updated when a RegionView...Carl Hetherington
2011-04-07don't assume that there is an AutomationControl for every signalled controlPaul Davis
2011-04-06Hopefully allow compilation against gtkmm 2.24.0 (#3946 and #3934).Carl Hetherington
2011-04-06Fix prevention of region drags before time 0 (#3947).Carl Hetherington