summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-04-06install and uninstall can now be run as root (ie su -c) although this is not ...Todd Naugle
2011-04-06Fix broken whitespace.David Robillard
2011-04-06Only use .dir-locals.el to set tab indentation (or not, for python).David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-06Update LV2 files extension.David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-06Rename Transpose to Pitch Shift to correspond with its dialogue box.Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-04-06GPL boilerplate.Carl Hetherington
2011-04-06Remove erroneous note about playlists when removing busses.Carl Hetherington
2011-04-06Fix typos (part of #3939).Carl Hetherington
2011-04-05Make Enter give RESPONSE_ACCEPT in the normalize dialogue (#3937).Carl Hetherington
2011-04-05bump version to alpha4Paul Davis
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-04Fix read_raw_internal to use the appropriate audio source for the specified c...Carl Hetherington
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04add some scroll wheel support to the scroomerPaul Davis
2011-04-04update drobilla's fascistic dir-locals.el to force emacs users into whitespac...Paul Davis
2011-04-04minor tweaks to debug output and comments and header orderPaul Davis
2011-04-04when overwriting existing MIDI buffers in a MidiDiskstream be sure to update ...Paul Davis
2011-04-04reimplement MidiRingBuffer::dump()Paul Davis
2011-04-04Add plugins (activating them) after doing any latency_compute_run, as otherwi...Carl Hetherington
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-04remove message about MidiRegionView::redisplay_model() being called without a...Paul Davis
2011-04-04always make log/error window visible when a non-info message is postedPaul Davis
2011-04-04Slightly grubby fix to restore plugin output meters (#3926).Carl Hetherington
2011-04-04do not set icon list *and* default icon list, which results in a GTK warning ...Paul Davis
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2011-04-03Fix center_edit_point action name.Carl Hetherington