don't override user naming of send/return/port inserts
[ardour.git] / libs /
2010-04-01 Paul Davisdon't override user naming of send/return/port inserts
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-04-01 Carl HetheringtonNo-op: rename a few variables and add/fix some comments.
2010-03-31 Carl HetheringtonRework to set Stateful properties automagically in...
2010-03-31 Carl HetheringtonA few small cleanups to the property code.
2010-03-31 Paul Davisfunctioning invert (polarity) button; menu item removed...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-30 Sakari BergenFix split channel export (which was broken during expor...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-28 Paul Davisfix bug in MidiStateTracker::resolve_notes() involving...
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-27 Paul Davisdisable panner on main outs of monitor bus - it doesn...
2010-03-26 Paul Davislots of work to hide prelight from most buttons, etc...
2010-03-25 Paul Davisuse correct (RCConfig-based) name for MIDI port in...
2010-03-25 Paul Davismake solo button2 click function as momentary even...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-25 Carl HetheringtonRemove use of xmlCleanupParser as suggested in the...
2010-03-24 Paul Davisremove XML-based constructors for several types of...
2010-03-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-23 Paul Davisdon't set _is_new=false too early when creating a new...
2010-03-23 Carl HetheringtonFix track mode options to appear only once on audio...
2010-03-22 Carl HetheringtonAdd an assert and fix a crash on creating a new tape...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-22 Paul Davisfix import of MIDI files
2010-03-22 Paul Davisput the issue of using a monitor section into ~/.config...
2010-03-21 Paul Davischange session construction so that the the monitor...
2010-03-19 Paul Davisshift-click MotionFeedback widgets to reset to default...
2010-03-19 Paul Davislots of tricks & tweaks related to the monitor section...
2010-03-19 Paul Davismake another note about win32 C++ sym name demangling
2010-03-19 Paul Davismake a note about win32 C++ sym name demangling
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-18 Paul Davisforce AFL monitor/listen send to be at the very end...
2010-03-17 Paul Davisfixes for various consistency/settings issues in monito...
2010-03-17 Paul Davisdo not use SSE source code on a non-x86 build
2010-03-16 Paul Davismore new files
2010-03-16 Paul Davisnew files
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-15 Sakari BergenFix export, which has been broken since the boost:...
2010-03-15 Paul Davisfinalize PROGRAM_NAME change for ardour3
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-03-12 Paul Davismap most (all?) monitor processor state into/onto monit...
2010-03-11 Paul Davissave/restore monitor processor state; key handling...
2010-03-11 Paul Davismonitor section: make sip/afl/pfl buttons work, add...
2010-03-10 Paul Davismore missing files added
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-08 Paul Davisremove yesterday's mayhem with MainListen and get afl...
2010-03-06 Paul Davisthe last (?) piece of the internal send/listen/monitor...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-04 Paul Davisadd new file
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-03 Paul Davischanges to help strp silence
2010-03-02 Paul Davisfix up start-in-source values from regions created...
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul DavisPBD::capitalize() and use it to for the XML node name...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-26 David RobillardFix adding multiple tracks (regression from r6711).
2010-02-23 David RobillardFactor out massive code duplication in route creation...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-22 Paul Davisremove RegionCommand
2010-02-21 Paul Davisset default region amplitude scale factor to 1.0, not...
2010-02-20 Paul Davisensure that imported regions have names based on the...
2010-02-19 David RobillardUncrustify. Sorry. :)
2010-02-19 David RobillardFix MIDI command names smashed by overzealous sedding.
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisoverall timing for undo/redo ops
2010-02-18 Paul Davisadd missing/new file
2010-02-18 Paul Davisfix up reload of existing session by avoiding stupid...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-15 Paul Davisnew file
2010-02-13 Paul Davissplit out State... objects and rename as Property...
2010-02-12 Paul Davistorben's latest fix for the MTC PiC (adjust catch factor)
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Paul Davisfix last commit
2010-02-11 Paul Davissome fixes/tweaks for MTC slaving, some untested
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonMake the MementoCommand and StatefulDiffCommand factori...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-09 Carl HetheringtonFurther removal of default state setting, to allow...
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonAdd missing files from previous commit.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-08 Carl HetheringtonFix logic so that soloing a bus does not mute things...
2010-02-08 David RobillardFix unused variable warning.
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2010-02-08 Paul Davisadd variants of atoi etc. for std::string
2010-02-08 Paul Davisadd copy constructor for PBD::ID
2010-02-08 Paul Davisfix up note names (from Don F, via SoftWerk)
2010-02-07 Carl HetheringtonFix panner write automation.
2010-02-07 Carl HetheringtonCoding style.
2010-02-07 Carl HetheringtonRemove some unnecessary includes.
2010-02-07 Carl HetheringtonCoding style cleanups. Preserve mono state in XML...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 David RobillardMove i18n stuff into autowaf.
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
next