ardour.git
2010-09-15 Paul Davis(optionally) play note(s) as they are moved around...
2010-09-15 Paul Davislincoln's patch to stop a3 from nuking bounced files...
2010-09-15 Paul Davisfix crash on first-run of ardour3, caused by trying...
2010-09-15 Paul Davisfix crash caused when deleting a region without a playl...
2010-09-15 Carl HetheringtonCopy-edit.
2010-09-14 Carl HetheringtonFix bug introduced in one of my previous commits when...
2010-09-14 Carl HetheringtonTidy up PeaksReady locking slightly and emit it during...
2010-09-14 Paul Davisput a gray line above the region view name highlight...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-14 Paul Davisuse isspace() and not isgraph() to identify whitespace...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-14 Carl HetheringtonFix restoration of MementoCommand<Crossfade>. Fixes...
2010-09-14 Carl HetheringtonJust flush processors on stop (when plugins-stop-on...
2010-09-14 Carl HetheringtonFix another assertion failure if a saved selection...
2010-09-13 Paul Davisrestore "add MIDI region on click in MIDI track" functi...
2010-09-13 Paul Davispossible fix (by rearrangement) for #3424
2010-09-10 Carl HetheringtonAdd missing files.
2010-09-09 Carl HetheringtonAllow drags of automation in time ranges where the...
2010-09-09 Carl HetheringtonFix crash when clicking on an AutomationRegionView...
2010-09-09 Carl HetheringtonAdd some debugging code for mouse drags.
2010-09-09 Carl HetheringtonPatch from Lincoln to fix placement of plugins in 2...
2010-09-09 Carl HetheringtonCopy-edit.
2010-09-09 Carl HetheringtonFix assertion failure when turning plugins off.
2010-09-09 Carl Hetheringtonnframes64_t -> frame{pos,cnt}_t
2010-09-09 Carl HetheringtonFix confusion with _pointer_frame_offset and snapping...
2010-09-09 Carl HetheringtonFix crossfade visibility on startup so that it respects...
2010-09-09 Carl HetheringtonUpdate coverage frames when the playlist changes; impro...
2010-09-07 Carl HetheringtonFurther fix to #3437 from Lincoln.
2010-09-07 Carl HetheringtonFix restore of fader automation from 2.X sessions.
2010-09-07 David RobillardFix missing virtual destructors.
2010-09-07 David RobillardUpgrade to latest autowaf.
2010-09-07 David RobillardUpgrade to waf 1.5.18.
2010-09-07 Carl HetheringtonSet up session range location correctly from 2.X sessio...
2010-09-07 Carl HetheringtonTrim some debug output.
2010-09-07 Carl HetheringtonLincoln's patch to tidy up region fade visuals. Fixes...
2010-09-06 Carl HetheringtonAnother hacky fix for deadlocks when updating the port...
2010-09-06 Carl HetheringtonFix comment.
2010-09-06 Carl HetheringtonDon't create a feedback loop by auto-connecting a maste...
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-09-05 Carl HetheringtonFix GCC warning.
2010-09-05 Carl HetheringtonDesensitize edit menu item in the processor box menu...
2010-09-03 Carl HetheringtonRemoved unused code.
2010-09-03 Carl HetheringtonDon't add standard processors twice to routes from...
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-09-03 Carl HetheringtonRename debug -> dump
2010-09-03 Carl HetheringtonSmall HIG-ification.
2010-09-02 Carl HetheringtonActivate plugins that are added to a PluginInsert after...
2010-09-02 Carl HetheringtonUnbind 1 key from cycle to next edit mode to prevent...
2010-09-02 Carl HetheringtonCall TimeAxisViewItem constructor properly after my...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-09-02 Paul Davisbump required versions of gtkmm etc
2010-09-02 Paul Davisfix thinko-bug in string specialization of Property<T>
2010-09-02 Carl HetheringtonMake it easier to move the summary rectangle around...
2010-09-02 Carl HetheringtonPaste to the source of a copy if there are no selected...
2010-09-01 Carl HetheringtonDefault to play mode for MIDI controllers. Fixes ...
2010-09-01 Carl HetheringtonDon't give automation region views left/right trim...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-09-01 Carl HetheringtonFix error in diskstream fill calculations. Fixes ...
2010-09-01 Carl HetheringtonFix uninitialised value.
2010-08-31 Paul Davisdon't set jack transport position frame (violates JACK...
2010-08-31 Paul Davisfix up the port insert I/O GUI
2010-08-31 Paul Davismostly fix 3409 by making it impossible to sync to...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-30 Carl HetheringtonAllow crossfades from the undo record to be recreated...
2010-08-30 Carl HetheringtonMissing return.
2010-08-30 Paul Davisdon't display range selection when track selection...
2010-08-30 Paul Davisminor tweaks
2010-08-30 Paul Davisforce AIFF and WAV exports to Big and Little endianness...
2010-08-30 Paul Davismore improvements for range drag/track selection logic...
2010-08-30 Paul Davistweak track selection during range drag; "all group...
2010-08-30 Carl HetheringtonFix another crash on session creation if the stored...
2010-08-30 Carl HetheringtonRespect link of region and track selection when setting...
2010-08-30 Carl HetheringtonReset the available import dialogue menu options when...
2010-08-29 Carl HetheringtonGive new sessions the default GUI state. Fixes #3423.
2010-08-29 Carl Hetherington(Hopefully) clarify operator= and copy construction...
2010-08-29 Carl HetheringtonFix up some inconsistencies in handling of region sync...
2010-08-29 Carl HetheringtonDon't call reset_zoom with the default frames_per_unit...
2010-08-28 Carl HetheringtonRespect ignore_state_request in all cases on set_automa...
2010-08-28 Carl HetheringtonShrink the minimum size of the plugin analyser a bit...
2010-08-28 Carl HetheringtonUse weak_ptr for IOs in the bundle list to avoid holdin...
2010-08-28 Carl HetheringtonTidy up config text and add PHONE_HOME and JACK_SESSION...
2010-08-28 Carl HetheringtonOnly rebuild the existing session box once, but show...
2010-08-27 Carl HetheringtonRemove what I'm pretty sure was a hack to work around...
2010-08-27 Carl HetheringtonRemove existing widgets when setting up the existing...
2010-08-27 Carl HetheringtonFix sense of OS X check for menu items. Fixes #3420.
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-26 Carl HetheringtonCopy-edit.
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-26 Carl HetheringtonRemove no-longer used file.
2010-08-25 Paul Davischeck dependents in Playlist after moving a region...
2010-08-25 Carl HetheringtonFix test.
2010-08-25 Paul Davisadded new files
2010-08-25 Paul Davismajor chunk of the region layering editor from 2.X...
2010-08-25 Paul Davisstrip no-longer used code related to plugin parameter...
2010-08-25 Paul Davismake sure that Crossfades increment source use counts
2010-08-25 Carl HetheringtonSmall cleanups.
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-25 Carl HetheringtonModify StatefulDiffCommand undo record to only contain...
2010-08-25 Carl HetheringtonSmall cleanups.
2010-08-25 Carl HetheringtonMove various code up the Property / Stateful hierarchies.
next