ardour.git
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-05-05 Paul Davishalf-fix logic issue with solo-isolate controls
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-05-05 Paul Davisless debugging
2010-05-05 Paul Davismake "exclusive solo" apply to listen as well as SiP
2010-05-05 Paul Davisremove some debug output
2010-05-05 Paul Davislight theme needs monitor section style info
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
2010-05-05 Paul Davisadd DEBUG::Solo for conditional debugging of solo stuff...
2010-05-05 Paul Davisremove solo debugging output for now
2010-05-05 Paul Davisthis might just be it for solo
2010-05-05 Carl HetheringtonFix SNAFU on region trimming with grid enabled caused...
2010-05-05 Paul Davisbetter handling of the inverse-push of solo-by-upstream...
2010-05-04 Paul Davisfix inverse solo push to work properly in both exclusiv...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-04 Paul Daviswhen soloed by upstream (e.g. a track in a group solos...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-02 Carl HetheringtonA little copy-editing.
2010-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-05-02 Carl HetheringtonSmall cleanup: add constructor to InterThreadInfo.
2010-05-02 Paul Davis3.0 version of patch for #2997 from carl, fix handling...
2010-05-02 Carl HetheringtonSet mixer strip widths when the configuration option...
2010-05-02 Carl HetheringtonFix toggling behaviour of glue region to bars & beats...
2010-05-02 Carl HetheringtonClarify labels in export dialog to explain how options...
2010-05-02 Carl HetheringtonFix crash on export.
2010-05-02 Carl HetheringtonVarious fixes to multiple-2D panner signal handling...
2010-05-01 Carl HetheringtonRemove unnecessary snap in Editor::single_*_trim, as...
2010-05-01 Carl HetheringtonRemove some unused variables.
2010-05-01 Carl HetheringtonFix snap to bars to account for the fact that the beats...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-30 Carl HetheringtonImprove normalize dialogue spacing slightly.
2010-04-30 Carl HetheringtonUse rectified log waveform in strip silence dialogue...
2010-04-30 Carl HetheringtonTidy up rhythm ferret dialogue a bit and move its menu...
2010-04-30 Carl HetheringtonMore copy-edit tweaks.
2010-04-30 Carl HetheringtonSome more copy-editing. Make 'make mono regions' optio...
2010-04-30 Carl HetheringtonA little gentle copy-editing of dialogue titles.
2010-04-29 Carl HetheringtonMake primary-modifier+scroll wheel zoom respect zoom...
2010-04-29 Carl HetheringtonDelete cross-thread pools when the thread terminates...
2010-04-28 Carl HetheringtonPartial fix for #3092; make time FX still work if inter...
2010-04-28 Paul Davisremove "ardourBuffering" file creation (it was useless...
2010-04-28 Paul Davisadd proper conditional-header creation and inclusion...
2010-04-28 Paul Davisremove some silent-buffer-detecting debugging code
2010-04-28 Paul Davisnotify about changes to solo-isolated state
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Carl HetheringtonDon't report an error when the user cancels a time...
2010-04-27 Carl HetheringtonSome dead code removal and const fixes. Also fix ...
2010-04-27 Carl HetheringtonDon't close the plugin manager when an incompatible...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-27 Carl HetheringtonRemove some debug code.
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-26 Carl HetheringtonFix #3077 properly.
2010-04-26 Carl HetheringtonReword gain-reduce-during-fast-wind option.
2010-04-26 Carl HetheringtonDisplay region gain automation if it is 'interesting...
2010-04-26 Carl HetheringtonTruncate / expand gain envelope when region length...
2010-04-26 Carl HetheringtonPreserve gain envelopes across filtering operations...
2010-04-26 Carl HetheringtonSome comments and minor cleanup.
2010-04-25 Carl HetheringtonSome menu and dialogue polishing.
2010-04-25 Carl HetheringtonFix slider appearance for solo mute cut.
2010-04-25 Carl HetheringtonMake attenutation during fast forward/rewind configurab...
2010-04-25 Carl HetheringtonFix setting of location start position. Fixes #3090.
2010-04-24 Carl HetheringtonTidy up region properties editor a bit. Fixes #3085.
2010-04-23 Carl HetheringtonWhen a track context menu is opened, select the track...
2010-04-23 Carl HetheringtonCopy-edit menu item.
2010-04-23 Carl HetheringtonAdd missing string to disposition_map. Fixes #3077.
2010-04-22 Torben Hohnfix session loading
2010-04-22 Carl HetheringtonGah! Typo in previous commit.
2010-04-22 Carl Hetheringtontorbenh's buffer manager fixes from 3.0P
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-22 Carl HetheringtonFix compile warning.
2010-04-22 Carl HetheringtonClean up some location handling bits; should fix update...
2010-04-21 Carl HetheringtonFix loading of MIDI tracks.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-20 Paul Davisno solo button for master bus; add alternate solo butto...
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-04-19 Carl HetheringtonFix menu item text corrupted by search & replace.
2010-04-18 Carl HetheringtonLoad 2.X sessions correctly with newly-arranged session...
2010-04-18 Carl HetheringtonSmall cleanup.
2010-04-18 Carl HetheringtonDisplay shuttle speed in percentage rather than fractio...
2010-04-18 Carl HetheringtonLet the selection handle selecting tracks (or not)...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-18 Carl HetheringtonFix some i18n bugs; hopefully most if not all of #2999.
2010-04-17 Carl HetheringtonDisallow rename for plugin inserts. Fixes #3048.
2010-04-17 Carl HetheringtonRename panner member to twod_panner to avoid having...
2010-04-17 Carl HetheringtonNo-op: Formatting tweak.
2010-04-16 Paul Davisput mixer strip track name button context menu back...
2010-04-16 Paul Davismake sure that meters are configured to handle the...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-15 Carl HetheringtonAdd a couple of bits of documentation.
2010-04-15 Carl HetheringtonIgnore ebrowse files.
2010-04-15 Carl HetheringtonRemove out-of-date members of freeze_record which are...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
next