remove debugging output
[ardour.git] / libs /
2011-12-06 Paul Davisif color property is not yet set, don't render
2011-12-06 Paul Davisadd a new simple cell renderer to be used to allow...
2011-12-05 Paul Daviswhen doing a pure copy of a region, which resets the...
2011-12-04 Paul Davisuse the correct display for key accelerators
2011-12-04 Paul Davisbe consistent in the way we merge environment-set searc...
2011-12-04 Paul Davisprobably fix failure to find export formats in packages
2011-12-04 Paul Davissome more package debugging to help find out why export...
2011-12-04 Paul Davissome package debugging to help find out why export...
2011-12-04 Carl HetheringtonRemove unused variables.
2011-12-02 Paul Davisadd PAINT_VERTA_GR and PAINT_BOX_GR to rgba macros...
2011-12-02 Paul DavisMake Carbon GUI support for AU's optional at compile...
2011-12-02 Paul Davisuse compiler-generated _LP64 macro to detect x86_64...
2011-12-02 Paul Davisrevert recent change to Evoral::Event, and use static_c...
2011-12-02 Paul Davisbuild changes from robin gareus for OS X, changing...
2011-12-02 Paul Daviscatch up with is_silent change
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-12-02 Paul Daviscorrect code for MIDIEvent::is_{spp,mtc_quarter}()
2011-12-02 Paul Davisnew configuration variable to control display of period...
2011-12-02 Paul Davisprobable fix for compile failures on OS X caused by...
2011-12-02 Paul Davisadd 3 new is_foo() methods to MIDIEvent for testing...
2011-12-02 Paul Davismake Evoral::Event be polymorphic by adding virtual...
2011-12-02 Paul Davisget that fix for accels in tooltips correct this time
2011-12-02 Paul Davisfix message about markup elements by changing accel...
2011-12-01 Paul Davissignificantly reduce rounding error when doing framepos...
2011-12-01 Paul Davisstop spewing debug output from SMFSource
2011-12-01 Paul Davisfix a number of fundamental issues with Gtkmm2ext:...
2011-12-01 Paul Davisprovide semantic ordering of simultaneous MIDI events...
2011-11-30 Paul Daviscommit to the "new" tooltip API, use set_tooltip_markup...
2011-11-30 Paul Davisupdate CycleTimer to utilize NDEBUG and PBD::DEBUG...
2011-11-29 Carl HetheringtonSpeculative fix for crash with untranslated messages
2011-11-29 Paul Davistemporarily revert change that might be causing an...
2011-11-28 Paul Davisextra include required for S_()
2011-11-28 Paul Davisadd _S() macro to i18n.h for libs/ardour and libs/gtkmm2ext
2011-11-28 Carl HetheringtonHopefully fix some i18n bugs (#3565).
2011-11-28 Paul Davisremove get_rt() call from graph code, since JACK takes...
2011-11-24 Carl HetheringtonAdd option to glue new regions to bars and beats (...
2011-11-24 David RobillardFix key bindings in tooltips for ArdourButton buttons.
2011-11-24 David RobillardSave references to external files in LV2 state as symbo...
2011-11-24 Carl HetheringtonIf a tempo change is inserted some way through a bar...
2011-11-23 Carl HetheringtonFix some confusion over getting parameter details from
2011-11-23 David RobillardRemove silly print.
2011-11-23 Carl HetheringtonMissing file.
2011-11-23 David RobillardRename lv2_plugin_lilv.cc back to lv2_plugin.cc.
2011-11-23 Carl HetheringtonRename linux VST files to be more friendly.
2011-11-23 Carl HetheringtonDon't load program 0 on initialising a VST; I don't
2011-11-23 Carl HetheringtonTrim function that is only used once.
2011-11-23 David RobillardCommit of the century, right here.
2011-11-23 Carl HetheringtonRemove VST current_program variable, since that stuff is
2011-11-23 Carl HetheringtonRemove heinous hack that is no longer required if we are
2011-11-23 Carl HetheringtonPatch from colinf to fix build on gtkmm versions prior...
2011-11-23 David RobillardPack toolbar combo boxes with expand=false and remove...
2011-11-23 David RobillardImplement latest LV2 state extension (0.4).
2011-11-23 Carl HetheringtonFix segfault on close.
2011-11-23 Carl HetheringtonMerge some linux/windows VST GUI code.
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-11-22 Paul Davistweak debug output
2011-11-22 Paul Davisfix mis-ordering of MIDI events when merging MidiBuffer...
2011-11-22 Carl HetheringtonRemove unused file.
2011-11-22 Carl HetheringtonUse same VST callback for both Linux and Windows VSTs.
2011-11-22 Carl HetheringtonAdd missing files.
2011-11-22 Carl HetheringtonPush most of LXVSTPlugin and WindowsVSTPlugin up to...
2011-11-22 Carl HetheringtonNo-op; tidy-up.
2011-11-22 Carl HetheringtonRemove unused define.
2011-11-22 Carl HetheringtonFix tests.
2011-11-22 Carl HetheringtonShare main VSTFX / FST struct between windows / linux...
2011-11-22 Carl HetheringtonFix tests.
2011-11-22 Carl HetheringtonRemove unused file.
2011-11-22 Carl HetheringtonShare VSTHandle and VSTInfo between windows/linux VSTs.
2011-11-22 Carl HetheringtonUse same aeffectx.h for windows and linux VSTs.
2011-11-22 Carl HetheringtonFix Windows VST compile.
2011-11-22 Carl HetheringtonRemove VESTIGE_HEADER stuff since we will always use it.
2011-11-21 Carl HetheringtonMake the windows VST callback use int32_t rather than...
2011-11-21 Paul Davismore spreading of I18N_PACKAGE as the name for .mo...
2011-11-21 Carl HetheringtonMissing file.
2011-11-21 Carl HetheringtonShare VSTKey struct beween linux and windows VST.
2011-11-21 Paul Davistweak wscript files to set PACKAGE in one place
2011-11-21 Paul Davisunintentional but valid updates to .po files
2011-11-21 Paul Davisnew i18n targets (to be explained in TRANSLATORS)
2011-11-21 David RobillardAdd missing file.
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-21 Paul Davisfix a few warnings from newer versions of gcc
2011-11-21 Paul Davis#ifdef out some expensive code from midibuffer merging...
2011-11-21 Paul Davisuse return value of realpath() and note an error if...
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-21 Paul Davismake --lv2=0 work, as a workaround for LV2 release...
2011-11-21 David RobillardImplement the LV2 urid extension and remove implementat...
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-20 Carl HetheringtonMake a few things private in Delivery; couple of minor
2011-11-20 Carl HetheringtonRemove unused variables.
2011-11-20 Carl HetheringtonComment fixes.
2011-11-20 Carl HetheringtonFill extra channels if monitor sends have more outputs...
2011-11-19 David RobillardRemove spurious semicolon.
2011-11-18 David RobillardUse LV2_STATE_INTERFACE_URI instead of hard-coded string.
2011-11-18 Carl HetheringtonFix test build.
2011-11-17 Paul Davisall new implementation of audio clocks, with entirely...
2011-11-17 Paul Davismove non-X11/GUI related lxvst code back into libardour
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
next