Better method for redrawing gain meter pixmaps upon theme change
[ardour.git] / libs /
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-18 Carl HetheringtonRemove region raise() and lower(). Try to do region...
2007-05-18 Taybin Rutkinfix for compiling with COREAUDIO=yes. Hopefully this...
2007-05-18 Taybin Rutkinfix for linking midi++ on MacOSX.
2007-05-18 Tim MayberryAdd SessionDirectory::export_path and make sure it...
2007-05-18 Tim MayberryRemove Session::create_session_directory as it is no...
2007-05-18 Tim MayberryUse SessionDirectory class in place of Session::create_...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...
2007-05-18 Tim MayberryMove directory names out of Session class and into...
2007-05-18 Tim MayberryRename Session::create to Session::create_session_direc...
2007-05-18 Tim MayberryMove code from Session::create into the Session constru...
2007-05-18 Tim MayberryAdd Session::create_session_file_from_template method
2007-05-18 Tim MayberryAdd Session::create_session_file method
2007-05-18 Tim MayberryAdd a Session::initialize_start_and_end_locations method
2007-05-18 Tim MayberryUse PBD::copy_file in Session::create() to copy the...
2007-05-18 Tim MayberryChange return type of PBD::copy_file to boolean to...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryMove file suffixes out of the Session class and into...
2007-05-17 Tim MayberryRemove bogus assertion from ardour/source.cc as the...
2007-05-16 Paul Davisbaby steps to virtualize AudioRegion
2007-05-16 Paul Davis2nd of tim mayberry's patches to fix middle-click pasti...
2007-05-16 Paul Davisadded L and R as possible audio file suffixes
2007-05-15 Paul Daviscorrectly manage video sync state
2007-05-14 Paul Davisadd new "lock position" feature for regions
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Doug McLainAdd 'delta edit cursor' option to primary and secondary...
2007-05-11 Carl HetheringtonAdd some comments.
2007-05-11 Carl HetheringtonFix compilation with VST=1
2007-05-10 Carl HetheringtonRe-work main right-click context menu to operate on...
2007-05-10 Paul Davisfix use of old .ardour dir for VST presets
2007-05-10 David RobillardGot rid of (possibly?) false assertion (not present...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2007-05-10 David RobillardGain performance improvements (don't waste time applyin...
2007-05-07 Paul Davisfix #1637 (needs merging to 2.0.1 branch); remove debug...
2007-05-07 Paul Davisrequire new JACK API; fix inheritance bug in AudioRegio...
2007-05-07 David RobillardUpdate Jack system port names to reflect new Jack namin...
2007-05-06 David RobillardFixed metering instant-dropoff bug.
2007-05-04 David RobillardUse Jack trunk MIDI. This needs proper fixing..
2007-05-04 David RobillardReal fix for Jack MIDI crash. Maybe!
2007-05-04 David RobillardPossible fix for Jack MIDI crash on jack_get_buffer_siz...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-02 Ben Loftiscontrollers need to be updated when tracks are added...
2007-05-02 David RobillardFixed performance (assert/branching/call overhead)...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-05-02 Paul Davismake session restore work by using explicit data types...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-05-01 David RobillardFixed meter crash bug.
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 Paul Davismerged -r1752:HEAD from trunk
2007-04-29 David RobillardMerged with trunk R1761
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-22 David RobillardMerged with trunk R1736.
2007-04-19 David RobillardMerged with trunk R1729.
2007-04-18 David RobillardMerged with trunk R1725
2007-04-14 David RobillardMerged with trunk R1719.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 John Andersonadd ffwd and rewind, and use frmm_left and frm_right...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisfixes from carl for #1158 and #1554, plus better behavi...
2007-04-09 Sampo SavolainenFix "Remove Last Capture"
2007-04-09 Paul Davismake region opacity work again; fix several other regio...
2007-04-09 Sampo SavolainenCorrect the usage of realpath() in cleanup
2007-04-09 Sampo SavolainenRemove unused configuration parameter. My apologies...
2007-04-09 Jesse Chappellfixed previous fix of initial autoplay issue, autoplay...
2007-04-07 Taybin RutkinUpdated CoreAudioSource to compile again.
2007-04-07 Paul Davisuse i18n-ed version of "master" 2.0rc1
2007-04-07 Jesse Chappellbetter variable name for midi feedback fighter. added...
2007-04-07 Jesse Chappellfixed midi control feedback fighting
2007-04-07 Sampo SavolainenStart bus numbering in new sessions from 1 while making...
2007-04-07 Jesse Chappellreplaced canonicalize_file_name with realpath, which...
2007-04-07 Paul Davisadd new profile object, use it to remove certain horizo...
2007-04-06 Paul Davismodified fix from carl for region copy-moves-original...
2007-04-06 Sampo SavolainenThis one is for Ari Koivunen! Fixed ardour cleaning...
2007-04-06 Paul Davisdon't let auditioning make transport buttons inaccessib...
2007-04-06 Paul Davisadded moved code for shortpath
2007-04-06 Paul Davisfix nasty logic error that leads to crashing bugs when...
2007-04-05 Sampo SavolainenA fix to make MIDI controller state save properly,...
2007-04-04 Taybin RutkinRemoved unused variable (current_user_level) from FastM...
2007-04-03 Paul Davisfix botched apply of torben's zero line patch, remove...
2007-04-02 Taybin RutkinEnabled conditional FLAC importing.
2007-04-01 Sampo SavolainenAdd a color for ghost waves (thanks Torben!) and fix...
2007-03-25 Sampo SavolainenSend MMC/MTC options will stick now, and prevent the...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-20 Paul Davisdo not start transport on first locate if auto-play...
2007-03-19 Paul Davisremove debug output from last commit
2007-03-19 Paul Daviskill glib-induced abort caused by asymmetric lock/unloc...
2007-03-18 Paul Davisnew source files from tim m.
2007-03-18 Paul DavisFINISH fix rect redraw problem(s); make zoom range...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-17 David RobillardFix looping (and other events) at varispeed.
2007-03-17 David RobillardWarning fix.
2007-03-16 Paul Davispre-beta12
2007-03-16 Taybin RutkinAnother fix for building ringbuffer.h with strict-alias...
2007-03-16 Paul Davisfix errors in multi-range export (and possibly other...
next