summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.h
AgeCommit message (Collapse)Author
2019-09-30No more doxygen warnings for gtk2_arodur/*Robin Gareus
That's with doxgen 1.8.13.
2019-09-15Foldback gui:Removed unused calls and parametersLen Ovens
2019-09-14Set Foldback strip width and ellipsize to workLen Ovens
2019-09-12foldback gui: simplify foldback strip menusLen Ovens
This uses less code and fixes the odd crash as well (there was sometimes a crash when using the send display context menu)
2019-09-12foldback gui: simplify button code where possibleLen Ovens
use signal_clicked rather than signal_button_press_event for cases where a menu is not launched.
2019-09-11Foldback gui: Added hide and showLen Ovens
- New menu item in view menu - Foldback strip has hide button - Adding a new foldback bus sets show - setting is saved and restored
2019-09-10Foldback gui: previous and next buttons don't wrap aroundLen Ovens
I had set the previous next buttons to wrap around but Robin felt dead ending was better. The previous button becomes insensitive when the first foldback bus is displayed and next is insensitive when the last is displayed.
2019-09-10Foldback GUI: sort send controls by mixer orderLen Ovens
also found send button name did not follow sending route name after change and tool tip was wrong. Fixed both.
2019-09-10Foldback GUI: size and position tweaksLen Ovens
- Set width so added pan controls in send controls don't change size - output button shows only ports applicable to foldback use - Size text to leave widget width alone - Center level control -
2019-09-08NO OP: clean up and rearrange thingsLen Ovens
2019-09-07Foldback GUI: Add menus to send boxLen Ovens
2019-09-03Change back ground color for foldback stripLen Ovens
2019-08-28Replaced foldback select button with previous and next buttonsLen Ovens
2019-08-28Removed unused includesLen Ovens
2019-08-27removed axis view from foldback stripLen Ovens
2019-08-26Monitor new signal to rebuild sendlistLen Ovens
remove debug lines, remove last FB bus works
2019-08-26Add send controls to foldback GUILen Ovens
2019-08-26Fix processor box for no crash on clickLen Ovens
2019-08-26Start adding processor boxLen Ovens
2019-08-26Add strip GUI first try for foldback busLen Ovens