summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-10-28Remove unused method.Carl Hetherington
2011-10-28Remove unused stuff.Carl Hetherington
2011-10-28Revert inadvertantly committed stuff from 10322.Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-27Remove unused variable.Carl Hetherington
2011-10-27show address of dangling SessionHandle-derived objectsPaul Davis
2011-10-27no need for DropReferences usage in last commitPaul Davis
2011-10-27stop leakage of Crossfades caused by CrossfadeView's being left dangling when...Paul Davis
2011-10-27remove offscreen pixmap rendering design from CairoWidget: this helps only wh...Paul Davis
2011-10-27Ever so slightly less memory and better field alignment per CairoWidget.David Robillard
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-27change CairoWidget API to be a more logical/intuitive for setting widget stat...Paul Davis
2011-10-26remove silly left-over debugging linesPaul Davis
2011-10-26hack wscript to correctly rebuild ardour3_FOO.rc files after changes to files...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-26provide C API for rounded rectangle cairo utilityPaul Davis
2011-10-26remove left-over debugging call to sleep(3) (!!!)Paul Davis
2011-10-26Don't resort routes at every step during a session'sCarl Hetherington
2011-10-26Wait for the butler to be quiescent before startingCarl Hetherington
2011-10-25Don't offer the monitor buss to export from (#4393).Carl Hetherington
2011-10-24Re-claim double-clicks on pixfaders to re-fix #3470.Carl Hetherington
2011-10-24Save and restore _saved_meter_point; fixes #4195.Carl Hetherington
2011-10-24Move some code up from {Midi,Audio}Track to Track.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-24Fix awful thinko in previous commit.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-24Reset source paths on session rename (fixes #4389).Carl Hetherington
2011-10-24Expose sources_root() for Session and make everything else private rather tha...Carl Hetherington
2011-10-24Expose set_path so that the Session can alter it.Carl Hetherington
2011-10-23Allow status bar components to be individually shown / hidden.Carl Hetherington
2011-10-23Fix warning.Carl Hetherington
2011-10-23Stop status bar jumping about quite so much when values change.Carl Hetherington
2011-10-23Ensure we always have at least 1 MIDI bufferDavid Robillard
2011-10-23Fix read of MIDI undo information to use the correct time type. Fixes #4387.Carl Hetherington
2011-10-23Typo in last commit.Carl Hetherington
2011-10-23Spruce up info bar a bit using Chris' suggestions (#4238).Carl Hetherington
2011-10-22Fix up some comments.Carl Hetherington
2011-10-22Fix snap of note drags when the region position is not itself snapped to the ...Carl Hetherington
2011-10-22Fix check on dragging MIDI notes to a point before the region position.Carl Hetherington
2011-10-22Fix underflow in layer_t with rubber band selection on multiple tracks with s...Carl Hetherington
2011-10-22Use correct sources_root even when sessions are loaded from inside a session ...Carl Hetherington
2011-10-22Add function to recover a full path from something like '.'Carl Hetherington
2011-10-22Cope with drags of selections that include regions on hidden tracks (#3493).Carl Hetherington
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-22more orangePaul Davis
2011-10-22fix mis-sized middle_button_table in mixer stripsPaul Davis
2011-10-22fix wscript so that gtk rc files are always built properly (not sure why this...Paul Davis
2011-10-21add MonitorState enum to enum managerPaul Davis