summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-04-15output config select is only available for synths.Robin Gareus
2016-04-15refine Pin dialogRobin Gareus
* bend thru-wires away from center (distinguish from connections) * show DnD wire on move only (not on click select * consisten Label for Plugin Instance
2016-04-15fix typoRobin Gareus
2016-04-15add missing quoteRobin Gareus
2016-04-15re-order label z-stacking in Pin DialogRobin Gareus
2016-04-15Output Port Presets.Robin Gareus
2016-04-15hide strict-i/o UI for MixbusRobin Gareus
2016-04-14Simplify port add/remove error messages.Robin Gareus
The detailed information is no longer correct with flexible routing since pin management.
2016-04-14hide add/remove output buttons on mixer-strip.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-13get editor controls layout/midi track header/scroomer to be the correct heightPaul Davis
Using is_mapped() is wrong, since if the editor was not visible (i.e. program has not yet shown the editor "tab", then _group_tabs will have is_visible() == true but is_mapped() == false
2016-04-13fix use of DIALOG/UTILITY window type hint on OS X.Paul Davis
See code comments for details
2016-04-13show window title in DEBUG::Accelerator debug tracePaul Davis
2016-04-13use correctly named action to put preferences into the global menu bar on OS XPaul Davis
2016-04-13fix use of C++ style comments in cpp file (avoids warning on OS X)Paul Davis
2016-04-13special case side-chain when copying plugin-state (fix crash, dup IO)Robin Gareus
2016-04-13fix Plugin Pin for Audio + Midi input pluginsRobin Gareus
2016-04-12somewhat improved "thru" and sidechain routing displayRobin Gareus
2016-04-12turn MarkerSelection into a class (bindings)Robin Gareus
2016-04-12improve luawindow save/load/revertRobin Gareus
2016-04-11indicate read-only scriptsRobin Gareus
2016-04-11add some more Editor Selection lua bindingsRobin Gareus
2016-04-11add Lua bindings for Range Time SelectionRobin Gareus
```lua print (Editor:get_selection ().time:start ()) for ar in Editor:get_selection ().time:iter () do print (ar.id, ar.start, ar._end) end ```
2016-04-10convenient API to access track and region selectionRobin Gareus
2016-04-09and a few more Editor lua bindingsRobin Gareus
2016-04-09fix editor/mixer initial display (show_all)Robin Gareus
2016-04-09change const some functions to const. (prepare lua bindings)Robin Gareus
2016-04-08implement Lua editor script/file delete.Robin Gareus
2016-04-08small ArdourButton optimizationRobin Gareus
2016-04-08GUI part of count/n_total API renameRobin Gareus
2016-04-07fix crash when refreshing lua script listRobin Gareus
2016-04-07fix wire DnD (for thru connections)Robin Gareus
2016-04-07GUI support for plugin port bypass connectionsRobin Gareus
2016-04-07refine sidechain labelsRobin Gareus
2016-04-07more click-connect compatible wire DnD experimentsRobin Gareus
2016-04-06Pin Management: draggable wires.Robin Gareus
2016-04-06fix reset context menu (right click only)Robin Gareus
2016-04-06side-chain button select connects exclusivelyRobin Gareus
2016-04-06remove cruftRobin Gareus
2016-04-06Plugin Pin Dialog: consistent layout.Robin Gareus
2016-04-06add LED to sidechain toggle for consistencyRobin 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-05re-add std::vector<std::string> just for cairo's set_dash()Robin Gareus
This fixes crash with the window version.
2016-04-04default to add new ports at the bottom.Robin Gareus