ardour.git
2012-01-29 Carl HetheringtonUse Region::last_frame() rather than position + length...
2012-01-29 Sakari BergenShow an example filename in the main export dialog
2012-01-29 Paul Davisremove apparently vestigial code from RouteUI::update_s...
2012-01-29 Sakari BergenAdd timespan name to export status text
2012-01-28 Sakari BergenFix issue with export channel splitting getting stuck...
2012-01-28 Sakari BergenMove export progress text to progress bar from separate...
2012-01-28 David RobillardFix compilation with older Glib.
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-28 Sakari BergenFix compilation with older lilv (0.5.0)
2012-01-28 Sakari BergenImplement simple separate progress bar for export norma...
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-27 Paul Davistweak appearance of a FaderOption in the option editor(s)
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davispatch for CUE file formatting from Andreas Ruge
2012-01-27 Paul Davisfix inconsistent display on selection clocks when in...
2012-01-27 Paul Davisfix #4663, partly by more efficiently generating the...
2012-01-27 Paul Davisfix #4443 - tape track files need to be created when...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-27 Paul Davisfurther simplification of midi clock ticker API
2012-01-27 Paul Davischange audioengine's port container to a std::map to...
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-27 Paul Davisreword label for session properties item
2012-01-27 Carl HetheringtonDon't add markers to the selection multiple times when...
2012-01-26 Paul Davisadd Port::PostDisconnect signal to allow objects other...
2012-01-25 Paul Davisan improvement to the previous patch to catch up with...
2012-01-25 Paul Davistoc filename handling patch from andreas r.
2012-01-25 Paul Davisin non-note-edit mouse object mode, single click on...
2012-01-25 Paul Davisleave note edit mode with a click on any track backgrou...
2012-01-25 Paul Davissome improvements to the add track/bus dialog to make...
2012-01-25 Paul Davisfix #4405, by explicitly cancelling solo when a route...
2012-01-25 Paul Davisdramatically simplify maximi[sz]ation code, ripping...
2012-01-24 Carl HetheringtonMove reader lock to avoid deadlock when calling bbt_time().
2012-01-24 Paul Davisfix breakage of normal method of creating an empty...
2012-01-24 Carl HetheringtonRemove some never-seen tooltips (overridden by other
2012-01-24 Carl HetheringtonFix warning about getting tempo map for frame -1; stop
2012-01-24 Carl HetheringtonRemove unused variable.
2012-01-24 Sakari BergenShow proper progress information for export while norma...
2012-01-24 Carl HetheringtonMake plugins-stop-with-transport work; should fix ...
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2012-01-24 Paul Davisexit internal/note edit mode when clicking on anything...
2012-01-24 Paul Davisprovide ActionManager::do_action() as a way to trigger...
2012-01-24 Paul Davisalways write a PERFORMER entry into a CUE file even...
2012-01-24 Paul Davisdon't offer to save master bus as a route template
2012-01-24 Paul Davismake adding tracks/busses from templates just like...
2012-01-24 Paul Davismore useful error message when an internal send fails...
2012-01-24 Paul Davisa better fix for click oddness: do not clear clicks...
2012-01-24 Paul Davisclear clicks when auto-returning, looping or whatever
2012-01-24 Paul Davisremove debug output; increase size of click pool, to...
2012-01-24 Carl HetheringtonTidy up RegionLayeringOrderEditor a bit. Add GPL boile...
2012-01-24 Paul Davisimproved fix for TOC string escaping, handle anything...
2012-01-24 Carl HetheringtonUse the same criteron to sensitize the choose-top-regio...
2012-01-23 Paul Davisundo escaping of strings in CUE files
2012-01-23 Paul Davisa better fix for CUE/TOC string escaping: if the text...
2012-01-23 Paul Davisfix failure to find route templates
2012-01-23 Carl HetheringtonSpeed up iterating over an entire PortSet by keeping a
2012-01-23 Sakari BergenFix export threading timeouts when disk operations...
2012-01-23 Carl HetheringtonTrim calls to parameter_count() a bit during the process
2012-01-23 Carl HetheringtonCache results of lilv_port_is_a(...) in various places.
2012-01-23 Paul Davisescape \ as \034 in TOC files
2012-01-23 Paul Davisfix up escaping of strings in TOC files (suggested...
2012-01-23 Carl HetheringtonAdd another profiling session.
2012-01-23 Carl HetheringtonTidy a few things up.
2012-01-23 Carl HetheringtonBasic process thread profiling code.
2012-01-23 Carl HetheringtonOptimisation; it is much cheaper to run UnknownProcesso...
2012-01-22 Sakari BergenAdd toc and cue information to export format descriptions
2012-01-22 Sakari BergenAdd warnings for overwriting marker files
2012-01-22 Carl HetheringtonFor now, only use the multi-threaded process code if...
2012-01-22 Carl HetheringtonPatch from anrug to always put a PERFORMER field in TOC
2012-01-22 Carl HetheringtonAdd option to use plugin GUIs or Ardour generic ones.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonRemove unused declaration.
2012-01-21 Carl HetheringtonRestore option to open a plugin editor built by Ardour,
2012-01-21 Carl HetheringtonAllow individual plugin controls to be shown / hidden.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-21 Taybin Rutkinremove whitespace (and test committing)
2012-01-21 Carl HetheringtonRemove unused code.
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-20 Carl HetheringtonSimplify GUIOBjectState a bit by just walking the XML
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-20 Paul Davistweak up the region context menu quite a bit
2012-01-20 Paul Davismake dbl-click on send toggle back *and* forth between...
2012-01-20 Paul Davisfix cheat-sheet text for set-playhead
2012-01-20 Paul Davisrest of engine dialgo changes
2012-01-20 Paul Davisminor tweaks for engine dialog (remove channel counts...
2012-01-20 Paul Davisheuristic to workaround over-eager translation of NN000...
2012-01-20 Paul Davisslightly more efficient implementation of Graph::in_pro...
2012-01-20 Paul Davisreverse prior commit, which causes a deadlock between...
2012-01-20 Paul Davisfix an assert failure due to incorrect process locking...
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davisif creating the splash fails for any reason, don't...
2012-01-19 Paul Davisinclude splash image in OS X package
2012-01-19 Paul Davismore fixups of various things including cursors when...
2012-01-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
2012-01-19 Paul Davisenter and exit node edit mode with dbl-click in any...
2012-01-19 Paul Davisadd some more hand-holding language to the startup...
2012-01-18 Paul Davisrestore ability to create TOC and CUE files during...
next