summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2015-12-30small VST code cleanup: mostly NO-OP. thread attributes and static varsRobin Gareus
2015-12-30set DnD targets per processorRobin Gareus
This prevents DnD of non-processors to the sidebar
2015-12-29keep VST path editor on top of preferences.Robin Gareus
2015-12-29the return of the proper GUI window titlesRobin Gareus
2015-12-29LinuxVST window re-sizing: forward event to child window.Robin Gareus
2015-12-28save users who like to suffix snapshot names some typing.Robin Gareus
2015-12-28plugin-sidebar: select on right-click (before context-menu)Robin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
dedicated "Add to Favorites only" mode.
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
This new design will work even when threads that need to receive messages from RT threads are created *after* the RT threads. The existing design would fail because the RT thread(s) would never be known the later created threads, and so signals emitted by the RT thread and causing call_slot() in the receiver would end up being enqueued using a lock-protected list. The new design ensures that communication always uses a lock-free FIFO instead
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-28add preset-delete to context menuRobin Gareus
2015-12-27allow to hide monitor-section processor box with processorsRobin Gareus
indicate processors by coloring the button instead.
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-27Ardour 4.5 is later than planned.Robin Gareus
Revert "quick hack: hide unfinished processor sidebar for 4.5 release" This reverts commit 20521bad20655a7f4b57b26270ae4d983b6da9a7.
2015-12-27add context-menu for processor-sidebarRobin Gareus
2015-12-26remove C++11 APIRobin Gareus
2015-12-26save/restore plugin-sidebar expanded itemsRobin Gareus
2015-12-25update plugin presets in mixer-sidebarRobin 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-24use new column DnD renderer,Robin 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-23monitor section re-layout (processor-box in signal flow)Robin Gareus
2015-12-23Update German Translation for gtk2_ardourEdgar Aichinger
2015-12-23quick hack: hide unfinished processor sidebar for 4.5 releaseRobin Gareus
2015-12-22re-arrange default mixer siderbar panes.Robin Gareus
2015-12-22save/restore custom order of favorite plugin listRobin Gareus
2015-12-22the return of the rude audition button.Robin Gareus
2015-12-22tweak packaging of plugin-hostlistRobin Gareus
2015-12-22clarify missing ffmpeg messagesRobin Gareus
Don't refernce "ffmpeg", "ffprobe" executables directly. Refer to the elaborate Log message (ffmpeg_harvid)
2015-12-22add Nil to authorsRobin Gareus
2015-12-22Better align note end time with gridNil Geisweiller
2015-12-22More minor indentation fix (spaces -> tabs)Nil Geisweiller
2015-12-22Remove shortening inserted notes by one tickNil Geisweiller
I don't think this is necessary, if some synth cannot deal with that, perhaps Ardour could try to send the note off right before the next note on, even-though they supposedly occur simultaneously.
2015-12-22Fix indentation of note_base (whitespace to tab)Nil Geisweiller
2015-12-22add Favorite Plugins List (DnD) to the Mixer.Robin Gareus
2015-12-22ProcessorBox: allow to receive PluginInfoPtr dropsRobin Gareus
2015-12-22update ProcessorBox API for new DnDVbox constructor.Robin Gareus
2015-12-21unhardcode "ardour:" port-prefixRobin Gareus
2015-12-21add tooltip to "floating monitor section" and allow on OSX.Robin Gareus
2015-12-21delete monitoring section when removedRobin Gareus
Among other things, this makes sure the detached window is removed.
2015-12-21re-add AU cache/blacklist management (was lost in 964b8a98)Robin Gareus
2015-12-21allow to float detached monitor-section windowRobin Gareus
2015-12-21GUI part of monitor-section constraints.Robin Gareus
2015-12-21Monitor Section Processor Box.Robin Gareus
Allow to add plugins specific to Monitoring (room correction etc) directly on the Monitor-Section GUI. The Track/Bus Inspector allowed that for a long time, already but apparently nobody found it.