summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_pin_dialog.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-10-29Consolidate PinDialog Session/recording checksRobin Gareus
- _session cannot be NULL while the dialog is visible. This removes extra `if (_session)` tests. - Operations now no longer fail silently, but show error messages.
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2016-12-20Limit max height of PinDialog -- fixes #7177Robin Gareus
2016-05-10add route-ui pin-managerRobin Gareus
2016-05-10turn Pin GUI into Widget.Robin Gareus
2016-04-27pin connection GUI for variable I/O pluginsRobin Gareus
2016-04-17Pin Dialog: cache UI thread informationRobin Gareus
fixes crash when redraw happens before idle update.
2016-04-17use temporary sends for sidechain inputsRobin Gareus
2016-04-17in case sidechain is fed by a Send, show the send's gain controlRobin Gareus
this is mainly about investigating what's involved with automatically adding sends rather than connect track outputs...
2016-04-15Output Port Presets.Robin Gareus
2016-04-14update Pin DnD logic:Robin Gareus
When starting a Drag on a connected destination, re-connect the destination. "you grab the connect plug out of the socket and drag it"
2016-04-13show plugin pin labels when hovering over themRobin Gareus
2016-04-07fix wire DnD (for thru connections)Robin Gareus
2016-04-07GUI support for plugin port bypass connectionsRobin Gareus
2016-04-06Pin Management: draggable wires.Robin Gareus
2016-04-06remove cruftRobin Gareus
2016-04-06Plugin Pin Dialog: consistent layout.Robin Gareus
2016-04-06replace Pin Config "reset" button with "custom" toggleRobin Gareus
All in all this needs one more click to set up custom routing but provides a better User Interaction.
2016-04-06fix connection updatesRobin Gareus
2016-04-06Populate Sidechain connection menu with non-feeback sources.Robin Gareus
2016-04-05dynamically build sidechain port connection listRobin Gareus
work in progress.. context menu is not yet populated
2016-04-05overhaul Pin Connection GUI Layout (and design)Robin Gareus
* 3 column layout (config, routing, connections) * move sidechain pins to the right * scalable (all relative sizes) * add right click to disconnect * add labels TODO: dedicated side-chain connection table (right-column)
2016-04-05non-modal sidechain i/o selectorRobin Gareus
2016-04-03show sidechain pins in a different color, prepare for labels.Robin Gareus
2016-04-03add GUI to configure/connect sidechainRobin Gareus
2016-04-02Pin management dialog: re-layout, calc min. sizeRobin Gareus
2016-04-02prevent dup output connections across instancesRobin Gareus
2016-04-01interactive GUI to manage plugins pinsRobin Gareus
2016-04-01Pin Management UI, first part (instances + ports)Robin Gareus
This invalidates the mixer strip wire drawing logic (again), but hey.
2016-03-28cont'd work on Pin Dialog DisplayRobin Gareus
2016-03-27get started with Pin Manager - currently display-only.Robin Gareus