summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-28fix bug in MidiStateTracker::resolve_notes() involving argument reversal when...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-27disable panner on main outs of monitor bus - it doesn't pan, ever.Paul Davis
2010-03-26lots of work to hide prelight from most buttons, etc. etc. etc; increase rang...Paul Davis
2010-03-25use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff...Paul Davis
2010-03-25make solo button2 click function as momentary even when in listen mode; tweak...Paul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-25Remove use of xmlCleanupParser as suggested in the libxml2 docs. Fixes #3047.Carl Hetherington
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis
2010-03-24remove XML constructors for Route, Track, AudioTrack, MidiTrack; make Session...Paul Davis
2010-03-23don't set _is_new=false too early when creating a new sessionPaul Davis
2010-03-23Fix track mode options to appear only once on audio tracks rather than twice....Carl Hetherington
2010-03-22Add an assert and fix a crash on creating a new tape track.Carl Hetherington
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-22fix import of MIDI filesPaul Davis
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the se...Paul Davis
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-03-19shift-click MotionFeedback widgets to reset to default, and monitor section S...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-19make another note about win32 C++ sym name demanglingPaul Davis
2010-03-19make a note about win32 C++ sym name demanglingPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-18force AFL monitor/listen send to be at the very end of the Route processor li...Paul Davis
2010-03-17fixes for various consistency/settings issues in monitor section; minor edit ...Paul Davis
2010-03-17do not use SSE source code on a non-x86 buildPaul Davis
2010-03-16more new filesPaul Davis
2010-03-16new filesPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-15Fix export, which has been broken since the boost::signals2 changes. Also upd...Sakari Bergen
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-03-12map most (all?) monitor processor state into/onto monitor section GUIPaul Davis
2010-03-11save/restore monitor processor state; key handling in torn off monitor sectio...Paul Davis
2010-03-11monitor section: make sip/afl/pfl buttons work, add rude solo, mono function,...Paul Davis
2010-03-10more missing files addedPaul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-03-08remove yesterday's mayhem with MainListen and get afl/pfl sorta-kinda workingPaul Davis
2010-03-06the last (?) piece of the internal send/listen/monitor/control outs track/bus...Paul Davis
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-04prevent relaying during an undo/redo operation; remove some debug outputPaul Davis
2010-03-04add new filePaul Davis
2010-03-04goodbye to MementoCommand for playlistsPaul Davis
2010-03-03changes to help strp silencePaul Davis
2010-03-02fix up start-in-source values from regions created as sections of another reg...Paul Davis
2010-03-02(1) stop using mangled names in history state, use demangled ones instead (2)...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02PBD::capitalize() and use it to for the XML node name of a SequenceProperty's...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis