summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-28Tweak checkbutton size in the processor box.Carl Hetherington
2009-11-28Remove what I believe are erroneous set_size_request calls in the panner UI. ...Carl Hetherington
2009-11-28All plugin activate() method when required for copy & paste operations. Fixe...Carl Hetherington
2009-11-28add ctrl-click behaviour to DndVBox, though not generalized to use primary/se...Paul Davis
2009-11-28add ctrl-a to select all processors in a processor boxPaul Davis
2009-11-28fully remove per-processor activate/deactivate from processor box (sorry carl :)Paul Davis
2009-11-28restore editor with leftmost frame preservedPaul Davis
2009-11-28fix silly unending window dialog logic bug if you fail to open the first sessionPaul Davis
2009-11-28add back activate/deactivate menu options for processor boxPaul Davis
2009-11-28don't be using engine->jack() unconditionally in Port methodsPaul Davis
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-11-28another fix for binding shared_ptr's into signalsPaul Davis
2009-11-28add MMC/MIDI feedback options to rc prefs dialogPaul Davis
2009-11-28MMC related fixesPaul Davis
2009-11-27get closer to carl's original boost shared_ptr debug idea by just tracking ac...Paul Davis
2009-11-27switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Rout...Paul Davis
2009-11-27use older gtkmm API to give key focus ability to the processor boxPaul Davis
2009-11-26Allow processor box to get a vertical scrollbar. Make processor name text a ...Carl Hetherington
2009-11-26Fix various crashes on session close.Carl Hetherington
2009-11-26Fix #2926 and #2927; presence and behaviour of solo/mute icons in the editor ...Carl Hetherington
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-11-26Fix #2932; arrange the view more carefully when going to start / end / wallcl...Carl Hetherington
2009-11-26Fix typo to fix #2936.Carl Hetherington
2009-11-26Rename internal sends when their send-to bus changes.Carl Hetherington
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-11-25Seconds out, the people vs. the port matrix, round 7.Carl Hetherington
2009-11-25Fix crash on opening return UI.Carl Hetherington
2009-11-25Fix hotkeys in the processor box.Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-25don't resort routelists during session destruction (mixer)Paul Davis
2009-11-25don't resort routelists during session destructionPaul Davis
2009-11-25debug flag for session destruction and waf option for boost SP debugPaul Davis
2009-11-25Make the editor summary extend a little way beyond the start and end markers ...Carl Hetherington
2009-11-25Fix problems with summary when the session start marker is not at zero (#2924)Carl Hetherington
2009-11-25Make marker etc. rulers opaque to fix #2921Carl Hetherington
2009-11-25Fix #2922.Carl Hetherington
2009-11-24Fix for routes being renamed if you start editing their names but then change...Carl Hetherington
2009-11-24Fix #2923.Carl Hetherington
2009-11-24Unify terminology for markers within the window. Align loop / punch labels t...Carl Hetherington
2009-11-24tweaks and tuneups of the boost debug stuff - still not done, need to track "...Paul Davis
2009-11-24Bodge around visual glitch where the ranges & markers list would overlap the ...Carl Hetherington
2009-11-23Make meter falloff rate default to a value that is one of the configuration o...Carl Hetherington
2009-11-23Prevent Send::set_state being called twice when constructing InternalSends, t...Carl Hetherington
2009-11-23Patch from colinf to fix #2919.Carl Hetherington
2009-11-23Fix incorrect call of Send constructor with Delivery::Role passed to state ve...Carl Hetherington
2009-11-23Don't offer to make an internal send to ourselves or to a route that we alrea...Carl Hetherington
2009-11-23support for MMC track mute register, in addition to existing track record sta...Paul Davis
2009-11-23boost shared pointer debugging, from an idea by carl hetheringtonPaul Davis
2009-11-23Prettify rename processor dialogue slightly.Carl Hetherington
2009-11-23Fix crash on opening session options.Carl Hetherington