summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-08-07Call activate() on plugins when setting state so that they are initialised co...Carl Hetherington
2010-08-07Allow local-scope strings to be passed in as constructor parameters.Carl Hetherington
2010-08-07Possibly-useful assert.Carl Hetherington
2010-08-06don't try to look up the key info for actions that don't have accel pathsPaul Davis
2010-08-06start using new keybinding stuff in step editor dialogPaul Davis
2010-08-06functions related to blocking mothership callbacksPaul Davis
2010-08-06new files for new per-window/action-driven key binding mechanismPaul Davis
2010-08-05actually read&parse current version from ardour.org, and pay attention to ~/....Paul Davis
2010-08-05first pass a "phone home" facility for version tracking and update notificationPaul Davis
2010-08-05slightly more info when debugging the kbd snooperPaul Davis
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-08-04Fix SNAFU with auto-connect. Fixes #3379.Carl Hetherington
2010-08-04Fix peakfile display after record. Fixes at least part of #3374.Carl Hetherington
2010-08-02Suspend transport timecode transmission during playhead drag. Should fix #3324.Carl Hetherington
2010-08-01Put MIDI sync ports in the Ardour tab of the port matrix.Carl Hetherington
2010-08-01Fixes to MIDI ports in the matrix.Carl Hetherington
2010-08-01Fix up mistake in session bundle generation.#Carl Hetherington
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Don't display empty tabs in the port matrix.Carl Hetherington
2010-07-29Fix startup of the mackie surface code.Carl Hetherington
2010-07-28Trim get_nth_physical port methods.Carl Hetherington
2010-07-28Add session MIDI bundles to enable connection of MIDI tracks from the right-c...Carl Hetherington
2010-07-28Fix test compile.Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-27Fix up Mackie control surface to cope with changes to midi++ midi ports from ...Carl Hetherington
2010-07-27Fix up gain envelope handling with region split. Fixes #3306.Carl Hetherington
2010-07-26part two of: don't crash during startup with no config files when trying to u...Paul Davis
2010-07-26don't crash during startup with no config files when trying to use a non-exis...Paul Davis
2010-07-25Patch from petem to initialise inbound MMC device ID to 0x7f. Fixes #2853.Carl Hetherington
2010-07-25Fix case where the working range for the interpolation can be chosen wrongly ...Carl Hetherington
2010-07-25Name evoral test target so that it can be build on its own.Carl Hetherington
2010-07-25Remove end of SearchCache as it is not used (it's always set to DBL_MAX)Carl Hetherington
2010-07-25do not apply global transport declick to MIDIPaul Davis
2010-07-25only push note-on information into the step edit ringbufferPaul Davis
2010-07-25Remove test that will never fire.Carl Hetherington
2010-07-25Move data file into subdir.Carl Hetherington
2010-07-25Remove debug output from last commit.Carl Hetherington
2010-07-25Add test for #3356.Carl Hetherington
2010-07-25Fix up libardour tests.Carl Hetherington
2010-07-25Fix up evoral test suite.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-23catch thrown exception when rounding backwards from a position too close to zeroPaul Davis
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...Carl Hetherington
2010-07-23position tearoffs at WIN_POS_MOUSE when first torn off, and add tooltips to h...Paul Davis
2010-07-22remove a bunch of uses of long (mostly replaced by int32_t)Paul Davis
2010-07-22second (and hopefully) final part of changes to respond to header format chan...Paul Davis
2010-07-22use Glib::build_filename() to construct fullpath, rather than doing it by han...Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-22Don't move automation to follow region when a region has only been trimmed ra...Carl Hetherington
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington