summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
AgeCommit message (Expand)Author
2008-10-31default crossfade is now constant power; SAE gets only 3 xfades (not correct ...Paul Davis
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-03-27remove older version (#ifdef'ed out) of legalize_for_path()Paul Davis
2008-03-26revert illegal/legal test change in legalize_for_path() (to be reverted again...Paul Davis
2008-03-24allow a wider selection of chars for pathname. fixes bug when session file c...Ben Loftis
2008-02-15lock edit mode disallows sliding regions in time. override by holding 3rd mo...Ben Loftis
2008-02-09Make sure buses and tracks have unique names.Sampo Savolainen
2007-09-09more changes for the import dialog, with breakout of importable source code i...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-11-07more compiler warning fixes and a new version numberPaul Davis
2006-11-07fix incorrect return type for SndFileSource::last_capture_start_frame() in th...Paul Davis
2006-11-06better error message if VST SDK is not installed and neeedPaul Davis
2006-11-03new tape tracks ended up with non-destructive sources, fixedPaul Davis
2006-11-02allow track selection to be toggled (ctrl-clicked); potential fixes for tape ...Paul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-07-31Use UTF8 instead of ASCII in CFString conversion.Taybin Rutkin
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-20Merged revisions 588:623 from tag/presndfile.Taybin Rutkin
2006-05-31unfinished work on selection/HiG details, restore range ops destroyed by auto...Paul Davis
2006-04-05a) dynamically loadable control surface supportPaul Davis
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2005-09-24libardour added.Taybin Rutkin