summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-02debug stracktrace addedPaul Davis
2011-03-02make per-track port matrix dialog into a real dialog, complete with ctrl-w ha...Paul Davis
2011-03-02revert to using our own icons for zoom in/out/full, but rescale them to be a ...Paul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-02Remove action-driven keyboard brush, which is the same as paste as far as I c...Carl Hetherington
2011-03-02No-op: coding style.Carl Hetherington
2011-03-02Comments.Carl Hetherington
2011-03-02Fix up undo/redo of MIDI note paste (#3815).Carl Hetherington
2011-03-02Number CC automation tracks from 0 rather than 1 (#3814)Carl Hetherington
2011-03-02lincoln's patch to use QM onset detection in RFerret, and other tweaksPaul Davis
2011-03-02upgrade VAMP SDK to latest (or newer) versionPaul Davis
2011-03-02add queen mary DSP libraryPaul Davis
2011-03-02Less subtle attempt to prevent crashes on removing sources during session del...Carl Hetherington
2011-03-02use entered track for fit-tracks if in internal edit mode and no tracks or re...Paul Davis
2011-03-02make fit-selected-tracks operate on tracks with selected regions IF no tracks...Paul Davis
2011-03-02Clean up Misc. Shortcuts menu.Carl Hetherington
2011-03-02(a) require JACK 0.120.1 to compile (but NOT to run) (b) fix up illegal retri...Paul Davis
2011-03-02Add missing snap-to actions to the main menu so that their keyboard accelerat...Carl Hetherington
2011-03-02Remove some unused code, and Editor::get_prefix() which wasn't doing anything.Carl Hetherington
2011-03-02Put some up/down buttons to the right of the summary. Might help with #3786.Carl Hetherington
2011-03-01Missing files.Carl Hetherington
2011-03-01Use PBD debugging code for keyboard debugging.Carl Hetherington
2011-03-01Remove unused code.Carl Hetherington
2011-03-01Make track shrink / expand bindable actions (#3695).Carl Hetherington
2011-03-01s/processormenu/ProcessorMenu/g to make the key bindings editor a bit prettier.Carl Hetherington
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-03-01comment fixPaul Davis
2011-03-01fix width handling in vbap pannerPaul Davis
2011-03-01slightly improve text of cleanup results dialogPaul Davis
2011-03-01rationalizations and so forth for panner2d drawing (math is hard)Paul Davis
2011-03-01Set session dirty when pans change (#3807).Carl Hetherington
2011-03-01assert to show up #3812 more clearly.Carl Hetherington
2011-03-01Fix previous.Carl Hetherington
2011-03-01Make sure CapturingProcessors write a type to their state node so that they c...Carl Hetherington
2011-03-01Fix crash on session close.Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-03-01Fix crash on drag-n-drop of port inserts (#3809).Carl Hetherington
2011-03-01Cleanup stub files after setup_raid_path has prepared the paths for it to use.Carl Hetherington
2011-03-01Desensitize playlist menu with >1 selected tracks.Carl Hetherington
2011-03-01Make track mode menu apply to the selection.Carl Hetherington
2011-03-01Make an aborted MIDI capture due to no data being received behave the same as...Carl Hetherington
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
2011-03-01Don't create the MidiDiskstream twice (in both _set_state and set_state_part_...Carl Hetherington
2011-03-01Make sure that the MidiSource constructor doesn't set the wrong _flags.Carl Hetherington
2011-03-01Add assert to make sure that we succeed in making a writable SMFSource.Carl Hetherington
2011-03-01Add virtual destructor.Carl Hetherington
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2011-02-28Restore fade option to strip silence.Carl Hetherington
2011-02-28Fix up strip silence.Carl Hetherington
2011-02-28remove hard-coded use of '/' in pathscanner code as dir separator (use glib i...Paul Davis