summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-30some good practice.Robin Gareus
2015-12-30fix control surface discovery crash:Robin Gareus
2015-12-29keep AU cache in cache-dirRobin Gareus
2015-12-29clang build fix (uint32_t is not declaed)Robin Gareus
2015-12-29keep VST path editor on top of preferences.Robin Gareus
2015-12-29allow to set parent for modal dialogRobin Gareus
2015-12-29generic MIDI support does not have its own request buffer factory, so be sure...Paul Davis
2015-12-29add check for descriptor when deciding whether to register a control surface ...Paul Davis
2015-12-29the return of the proper GUI window titlesRobin Gareus
2015-12-29fix window-title (separate application name, thread name)Robin Gareus
2015-12-29fix windows/mingw buildsRobin Gareus
2015-12-29LinuxVST window re-sizing: forward event to child window.Robin Gareus
2015-12-28prepare VST window resizeRobin Gareus
2015-12-28save users who like to suffix snapshot names some typing.Robin Gareus
2015-12-28add midi-track mute automationRobin Gareus
2015-12-28plugin-sidebar: select on right-click (before context-menu)Robin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
2015-12-28missing drag-end (fix possible crash)Robin Gareus
2015-12-28add required request buffer factory for WiimotePaul Davis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-28keep plugin-manager presets in syncRobin Gareus
2015-12-28allow creating plugin-presets by dragging a plugin to the sidebarRobin Gareus
2015-12-28allow DnD between DnDTreeView and DnDVboxRobin Gareus
2015-12-28add preset-delete to context menuRobin Gareus
2015-12-27allow to hide monitor-section processor box with processorsRobin Gareus
2015-12-27proper display name for Monitor ProcessorRobin Gareus
2015-12-27add "remove from favorites" context menuRobin Gareus
2015-12-27plugin-sidebar: fix PostFader insertRobin Gareus
2015-12-27plugin-sidebar: right click implies select.Robin Gareus
2015-12-27somewhat better solution to prev commit.Robin Gareus
2015-12-27work around midi-event counter 4 byte overflow.Robin Gareus
2015-12-27Ardour 4.5 is later than planned.Robin Gareus
2015-12-27add context-menu for processor-sidebarRobin Gareus
2015-12-26remove C++11 APIRobin Gareus
2015-12-26fix samplerate initialization.Robin Gareus
2015-12-26save/restore plugin-sidebar expanded itemsRobin Gareus
2015-12-25update plugin presets in mixer-sidebarRobin Gareus
2015-12-25Keep plugin presets in sync across plugin-instances.Robin Gareus
2015-12-25allow to add plugin(s) to all selected routesRobin Gareus
2015-12-25add presets to mixer plugin-sidebarRobin Gareus
2015-12-25refactor Processor-Box plugin drag/drop: allow presetsRobin Gareus
2015-12-25don't assume plugin presets start their numbering at zero.Robin Gareus
2015-12-25add a PluginPreset struct: combined plugin-info + preset-recordRobin Gareus
2015-12-24use new column DnD renderer,Robin Gareus
2015-12-24Treeview Drag: allow to use single column as drag-widgetRobin Gareus
2015-12-24allow dragging plugins directly from the managerRobin Gareus
2015-12-24don't automatically open plugin-GUI when using drag/dropRobin Gareus
2015-12-23#define BACKEND_NAME when building with MSVC (portaudio_backend)John Emmas
2015-12-23Modify our MSVC project to accommodate newly introduced/removed source files ...John Emmas
2015-12-23Add some newly introduced sources to our MSVC project (gtk2_ardour)John Emmas