remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths...
[ardour.git] / libs / ardour / ardour /
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-14 Carl HetheringtonFix restoration of MementoCommand<Crossfade>. Fixes...
2010-09-07 David RobillardFix missing virtual destructors.
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-09-03 Carl HetheringtonRemoved unused code.
2010-09-03 Carl HetheringtonFix restore of sends from session files for both 2...
2010-09-02 Carl HetheringtonActivate plugins that are added to a PluginInsert after...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-09-01 Carl HetheringtonClean up MidiSource::midi_read now that the signed...
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
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-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
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 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.
2010-08-22 Carl HetheringtonMove some RegionListProperty methods up to SequenceProp...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-19 Carl HetheringtonWrite BWF info on export. Fixes #3398.
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-08-17 Paul Davisforward port 2.X various changes (not all, but i have...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-08-12 Carl HetheringtonAdd option to normalize across all selected regions...
2010-08-12 Carl HetheringtonMake automation-follows-regions the default.
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-09 Carl HetheringtonFix up state save/load of location lock/glue settings.
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-09 Carl HetheringtonAdd glue / lock buttons to the location window.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-08 Carl HetheringtonLabel panner automation sliders the same as panners.
2010-08-07 Carl HetheringtonAllow local-scope strings to be passed in as constructo...
2010-08-06 Paul Davisfunctions related to blocking mothership callbacks
2010-08-05 Paul Davisfirst pass a "phone home" facility for version tracking...
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-07-30 Carl HetheringtonPut Mackie surface ports into the Ardour tab of the...
2010-07-29 Carl HetheringtonDon't display empty tabs in the port matrix.
2010-07-28 Carl HetheringtonTrim get_nth_physical port methods.
2010-07-28 Carl HetheringtonAdd session MIDI bundles to enable connection of MIDI...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Carl HetheringtonPatch from petem to initialise inbound MMC device ID...
2010-07-25 Paul Davisdo not apply global transport declick to MIDI
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-23 Carl HetheringtonPatch from dx9s to rearrange the View/Window menus...
2010-07-22 Paul Davisremove a bunch of uses of long (mostly replaced by...
2010-07-22 Paul Davissecond (and hopefully) final part of changes to respond...
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-22 Carl HetheringtonDon't move automation to follow region when a region...
2010-07-22 Carl HetheringtonWhen a region movement is undone, prevent the resulting...
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-20 Carl HetheringtonProperly fix auto-connect so that busses can still...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-15 Carl HetheringtonFix setting of loop region start/end at the same time...
2010-07-14 Carl HetheringtonInsert new LocationEditRow on location add, rather...
2010-07-14 Carl HetheringtonAdd missing files.
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-13 Carl HetheringtonRemove stub class.
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-07-11 Carl HetheringtonFix up VST build and add basic support for VSTi
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
2010-06-28 Carl HetheringtonGenerate undo record for crossfade edits, and provide...
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-06-24 Paul Davisuse condvar and exception-proof mutex for chain swaps...
2010-06-24 Paul Davisclear activation_sets component of Graph, thus restorin...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davisfix some non-debug compile warnings
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-23 Carl HetheringtonUpdate locations GUI more efficiently by avoiding a...
2010-06-23 Carl HetheringtonTrim includes.
2010-06-21 Paul DavisGUI control of insert merge policy for overlapping...
2010-06-21 Carl HetheringtonRemove unused variable.
2010-06-20 Carl HetheringtonInvalidate old sources before forgetting about them...
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
next