ardour.git
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-31 Carl HetheringtonComment.
2011-10-31 Carl HetheringtonRemove Diskstream member playback_distance that can be
2011-10-31 Carl HetheringtonA few comments and minor coding style adjustments.
2011-10-31 Carl HetheringtonTrim includes.
2011-10-31 Carl HetheringtonRemove unused method.
2011-10-31 Carl HetheringtonRemove unused parameter.
2011-10-31 Carl HetheringtonRemove unused code.
2011-10-31 Paul Daviscompile fixes for OS X
2011-10-31 Paul Davisosx build fix (?)
2011-10-31 Paul Davismo better handling of distinct led clicks in ArdourButt...
2011-10-31 Paul Davisvarious tweaks to get clicks on processor "buttons...
2011-10-29 Carl HetheringtonRestore comments button, but optionally visible.
2011-10-29 Carl HetheringtonRemove debug code.
2011-10-29 Paul Davistweak labels in prefs solo/mute tab
2011-10-29 Paul Davistweak some aspects of the monitor section
2011-10-29 Paul Davistweak text layout on wide buttons
2011-10-29 Paul Davistweak some aspects of the monitor section
2011-10-29 Carl HetheringtonAdd missing files.
2011-10-29 Carl HetheringtonSome limited control of mixer strip component
2011-10-29 Carl HetheringtonUse general VisibilityGroup class to manage visibility
2011-10-29 Paul Davismove some solo/listen related options to correct prefs tab
2011-10-29 Paul Davismake ArdourButtons be MIDI-learnable; tweaks to ArdourB...
2011-10-29 Paul Davismake it possible (hackily) to pick the base color for...
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-29 Paul Davisnext/last missing piece of previous panner UI commit
2011-10-29 Paul Davischange internal API used by native VST support to read...
2011-10-29 Paul Davismissing piece of previous panner UI commit
2011-10-29 Paul Davisfix leak of Panner,Pannable and MonoPanner (UI)
2011-10-29 Carl HetheringtonRemove some unused stuff.
2011-10-29 Carl HetheringtonReload meters in the right place even if they are set to
2011-10-29 Carl HetheringtonPatch from nettings to comment out soundtouch-related
2011-10-28 Carl HetheringtonRestore ardour_jack_error.
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-10-28 Carl HetheringtonImprove audioengine includes slightly.
2011-10-28 Carl HetheringtonRemove unused method.
2011-10-28 Carl HetheringtonRemove unused stuff.
2011-10-28 Carl HetheringtonRevert inadvertantly committed stuff from 10322.
2011-10-27 Carl HetheringtonMinor cleanups to IO.
2011-10-27 Carl HetheringtonRemove unused variable.
2011-10-27 Paul Davisshow address of dangling SessionHandle-derived objects
2011-10-27 Paul Davisno need for DropReferences usage in last commit
2011-10-27 Paul Davisstop leakage of Crossfades caused by CrossfadeView...
2011-10-27 Paul Davisremove offscreen pixmap rendering design from CairoWidg...
2011-10-27 David RobillardEver so slightly less memory and better field alignment...
2011-10-27 Paul Davisprovide control over precisely what aspects of an Ardou...
2011-10-27 Paul Davischange CairoWidget API to be a more logical/intuitive...
2011-10-26 Paul Davisremove silly left-over debugging lines
2011-10-26 Paul Davishack wscript to correctly rebuild ardour3_FOO.rc files...
2011-10-26 Paul Davisnew ArdourButton class, to start to provide more contro...
2011-10-26 Paul Davisprovide C API for rounded rectangle cairo utility
2011-10-26 Paul Davisremove left-over debugging call to sleep(3) (!!!)
2011-10-26 Carl HetheringtonDon't resort routes at every step during a session's
2011-10-26 Carl HetheringtonWait for the butler to be quiescent before starting
2011-10-25 Carl HetheringtonDon't offer the monitor buss to export from (#4393).
2011-10-24 Carl HetheringtonRe-claim double-clicks on pixfaders to re-fix #3470.
2011-10-24 Carl HetheringtonSave and restore _saved_meter_point; fixes #4195.
2011-10-24 Carl HetheringtonMove some code up from {Midi,Audio}Track to Track.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-24 Carl HetheringtonFix awful thinko in previous commit.
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-24 Carl HetheringtonReset source paths on session rename (fixes #4389).
2011-10-24 Carl HetheringtonExpose sources_root() for Session and make everything...
2011-10-24 Carl HetheringtonExpose set_path so that the Session can alter it.
2011-10-23 Carl HetheringtonAllow status bar components to be individually shown...
2011-10-23 Carl HetheringtonFix warning.
2011-10-23 Carl HetheringtonStop status bar jumping about quite so much when values...
2011-10-23 David RobillardEnsure we always have at least 1 MIDI buffer
2011-10-23 Carl HetheringtonFix read of MIDI undo information to use the correct...
2011-10-23 Carl HetheringtonTypo in last commit.
2011-10-23 Carl HetheringtonSpruce up info bar a bit using Chris' suggestions ...
2011-10-22 Carl HetheringtonFix up some comments.
2011-10-22 Carl HetheringtonFix snap of note drags when the region position is...
2011-10-22 Carl HetheringtonFix check on dragging MIDI notes to a point before...
2011-10-22 Carl HetheringtonFix underflow in layer_t with rubber band selection...
2011-10-22 Carl HetheringtonUse correct sources_root even when sessions are loaded...
2011-10-22 Carl HetheringtonAdd function to recover a full path from something...
2011-10-22 Carl HetheringtonCope with drags of selections that include regions...
2011-10-22 Carl HetheringtonImplement reset() in panners, and use it from the GUI...
2011-10-22 Paul Davischange several startup messages to be triggered only...
2011-10-22 Paul Davismore orange
2011-10-22 Paul Davisfix mis-sized middle_button_table in mixer strips
2011-10-22 Paul Davisfix wscript so that gtk rc files are always built prope...
2011-10-21 Paul Davisadd MonitorState enum to enum manager
2011-10-21 Paul Davistweak monitor button colors; move buttons to just below...
2011-10-21 Paul Davisimproved/fixed monitoring_state() logic from chrisg
2011-10-21 Paul Davisnotify about commit change when we slip out of rec...
2011-10-21 Paul Daviscredit where credit is due
2011-10-21 Paul Davisget rid of click when transport changes state and we...
2011-10-21 Paul Davistweak Track::monitoring_state() logic once more
2011-10-21 Paul Davisnew color for monitoring buttons (a kind of steely...
2011-10-21 Paul Davistweak display logic for monitoring state so that explic...
2011-10-21 Paul Davisadd route group support for monitoring choices
2011-10-21 Paul Davistweak monitoring state logic
2011-10-21 Paul Davisfix display (and handling of) monitoring status during...
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-21 Paul Davisstart of tracking monitor state correctly
2011-10-21 Paul Davissave&restore for track monitor state
2011-10-21 David RobillardMore robust plugin I/O mapping.
2011-10-20 Paul Davismake monitor=In work during no-roll conditions without...
next