ardour.git
2015-09-27 Robin GareusSort ports in state-save.
2015-09-27 Robin GareusLV2 state cleanup, patch from deva. closes #6607
2015-09-27 Tim MayberryClose export directory browser dialog when clicking...
2015-09-27 Robin Gareusupdate semantics of PBD::remove_directory()
2015-09-26 Robin Gareusfix mixer group-tab width - #6572
2015-09-26 Robin Gareusaccept/ignore --gcc5abi option during packaging.
2015-09-26 Robin Gareus..and another packaging typo
2015-09-26 Robin Gareusadd missing space.
2015-09-26 Robin Gareuslinux-installer: gcc4/5 warning.
2015-09-26 Robin Gareusnew tool to test gcc4/5 ABI
2015-09-26 Robin Gareusremove old gcc ABI (libstc++) test tool
2015-09-25 Robin Gareusgcc5/c++11 deprecates std::auto_ptr
2015-09-25 Robin Gareuscopy LV2 options to heap.
2015-09-24 Robin Gareusfix crash at session-close, amend dec4790d
2015-09-24 John EmmasAdd some casting to keep MSVC happy
2015-09-24 John EmmasAdd some newly introduced sources to our MSVC project...
2015-09-23 Robin Gareusredisplay markers after removal - fixes #6596
2015-09-23 Robin Gareusfix iterator after map::erase().
2015-09-22 Robin Gareusstandardize VST Callback debug message print
2015-09-22 Robin Gareusadd debug flags for VST Callbacks
2015-09-21 Todd NaugleHide create new item from Group Tab context menu
2015-09-21 Robin GareusPBD::Debug to stdout
2015-09-21 Robin Gareusamend 01403dc (VST Pin connected)
2015-09-21 Todd NaugleCreate new Groups with a consistent set of default...
2015-09-21 Todd NaugleUpdate RouteGroup property defaults.
2015-09-21 Robin Gareusprocessor-box: explicitly check for "Amp" (Fader)
2015-09-21 Robin Gareussave-as, update button sensitivity when dir changes
2015-09-21 Robin Gareusadd includes for g_open()
2015-09-21 Ben Loftisfix vst plugin; not sure if this was the intention...
2015-09-21 Len OvensVpot assign buttons don't do anything, don't light...
2015-09-21 Len OvensMake Mackie control surface LEDs for modifier keys...
2015-09-21 Robin Gareusfix VST audioMasterPinConnected callback
2015-09-20 Robin Gareusadd André to authors list.
2015-09-20 André Nusserfix duplicating multiple selected regions - fixes ...
2015-09-20 Robin Gareusexplicit string.h include for memset()
2015-09-20 Robin Gareusupdate SFDB settings when track selection changes
2015-09-20 Robin Gareusfix initial state of Import Dialog
2015-09-20 Robin Gareussilence detection: include fades.
2015-09-20 Robin Gareusfix sndfilesource::open return value typo.
2015-09-20 Robin Gareusbasic GUI support to auto-align video by LTC.
2015-09-20 Robin Gareusprepare LTC File Reader
2015-09-19 Robin GareusGUI part of silence-trim fade constraint.
2015-09-19 Robin Gareusadd silence-stripping fade constraints
2015-09-19 Robin GareusSilence detect: constrain duration in GUI.
2015-09-19 Robin GareusNOOP, whitespace.
2015-09-19 Robin Gareusindicate that silence trim is already active.
2015-09-19 Robin Gareusband-aid for Glib::operator<<
2015-09-19 Robin GareusDummy: add a CC only test-sequence
2015-09-19 Robin Gareusfix crash at exit, ctrl+s during quit.
2015-09-19 Robin Gareusfix possible endless loop in silence detection
2015-09-19 Robin Gareusremove cruft
2015-09-19 Robin GareusStripSilence: invalidate Completed connection - fixes...
2015-09-19 Robin Gareustweak colors for silence-detection
2015-09-19 Robin Gareusfix silence-strip process report
2015-09-19 Robin Gareusfix progress reporter, use idle callback.
2015-09-19 Robin Gareusunhardcode OSX bundle-name
2015-09-19 Tim MayberryFix windows test to also pass under wine
2015-09-18 Robin Gareusno c99
2015-09-18 Robin Gareusspeed-up smf_track_delete() from O(N^2) to O(n)
2015-09-18 Robin Gareuscreate new Event-IDs for pasted midi-notes
2015-09-18 Robin GareusNOOP - SMF debugging.
2015-09-18 Robin GareusMidi CC events have no event-ID
2015-09-18 Robin Gareusfix ever increasing MIDI event IDs
2015-09-18 John EmmasModify Strip Silence so that it can't create regions...
2015-09-18 John EmmasMSVC - add support for newly introduced gtk2_ardour...
2015-09-18 John EmmasMake sure that those recently moved functions will...
2015-09-18 John EmmasMSVC projects - accommodate some modules that recently...
2015-09-17 Robin GareusRevert "work around bug or feature of string_compose()"
2015-09-17 Paul Davisadd string_compose argument specializations so that...
2015-09-17 Ben Loftisassociate label more closely with VST path button....
2015-09-17 Robin Gareusspeficy gtk treeview style for consistency
2015-09-17 Robin Gareuswork around bug or feature of string_compose()
2015-09-17 Tim MayberryAdd test to libpbd to check PBD::touch_file and pbd...
2015-09-17 Robin Gareusfix g_lstat()
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper (GUI)
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-17 Robin Gareusadd glib/stdio compat wrapper for mingw64-w32
2015-09-17 Robin Gareusexplicit glibmm/datetime include
2015-09-17 Tim MayberryUse PBD::open_uri in about dialog to open website,...
2015-09-16 Robin Gareusfix #6588. use ardour-codename only for Ardour.
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-16 Robin Gareusfix a tautologically undefined comparison
2015-09-16 Robin Gareusdeleting pointers to incomplete types may cause undefin...
2015-09-16 Robin Gareusfix clang compilation.
2015-09-16 Paul Davisfix missed but required merge resolution related to...
2015-09-16 Tim MayberryUse tooltips.h in ArdourButton to remove ardour_ui...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryAdd tooltips.h header for setting tooltips rather than...
2015-09-16 Tim MayberryAdd missing header include in midi_channel_selector.h
2015-09-16 Tim MayberryAdd missing header include in shuttle_control.h
2015-09-16 Tim MayberryAdd missing header include in plugin_selector.h
2015-09-16 Tim MayberryRemove ardour_ui.h header inclusion
2015-09-16 Tim MayberryRemove tooltips() member from ARDOUR_UI and use Gtk_UI...
2015-09-16 Tim MayberryUse Forward declaration for non-MSVC compilers in ardou...
2015-09-16 Tim MayberryForward declare Meterbridge class in ardour_ui.h
2015-09-16 Tim MayberryRemove ui_config.h inclusion from ardour_ui.h
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-16 Tim MayberryAdd ardour/types.h to ardour/parameter_descriptor.h...
2015-09-16 Tim MayberryRemove inclusion of ardour_ui.h from ui_config.cc
next