summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2011-03-01s/processormenu/ProcessorMenu/g to make the key bindings editor a bit prettier.Carl Hetherington
2011-03-01Fix crash on drag-n-drop of port inserts (#3809).Carl Hetherington
2011-02-10Prevent erroneous splitting icons in the editor mixer strip's processor box.Carl Hetherington
2011-02-10Tidy up weird plugin dialogue slightly.Carl Hetherington
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2011-02-01Recover send faders in the processor box lost in my previous commit.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-15Add tooltip to send fader.Carl Hetherington
2011-01-14Fix graphical glitches in processor list on some systems.Carl Hetherington
2011-01-14Fix warnings.Carl Hetherington
2011-01-14Tweak colouring in the processor list.Carl Hetherington
2011-01-11show_all() more selectively so that unwanted notebook tabs don't appear in Se...Carl Hetherington
2011-01-11Re-fix #3685 having read the request properly.Carl Hetherington
2011-01-11Dear oh dear. Re-fix main fader double click and internal send edit.Carl Hetherington
2011-01-10Show send UI window on edit (#3696)Carl Hetherington
2011-01-06Set up send fader default position correctly. Fixes #3680.Carl Hetherington
2011-01-06Make processor box frames configurable colour-wise.Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-05Toggle the shown state of send gain on double click.Carl Hetherington
2011-01-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2011-01-04First attempt at highlighting the fader processor to make it more obvious whe...Carl Hetherington
2010-12-14Fix some gettext plural forms. Should fix #3604.Carl Hetherington
2010-12-03fix mis-ordered erase/delete pairPaul Davis
2010-11-27rest of process lock removal, plus no GUIs for internal returnsPaul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-24Fix crash on failed processor DnD. Fixes #3554.Carl Hetherington
2010-11-23Make double-click on a processor box entry toggle visibility of the plugin wi...Carl Hetherington
2010-11-19Fix trimming of old processor window proxies. May fix #3547.Carl Hetherington
2010-09-05Fix GCC warning.Carl Hetherington
2010-09-05Desensitize edit menu item in the processor box menu if there is nothing sele...Carl Hetherington
2010-09-03Small HIG-ification.Carl Hetherington
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-18Plugin UI state should of course be saved per-session rather than globally.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-04-30A little gentle copy-editing of dialogue titles.Carl Hetherington
2010-04-27Don't close the plugin manager when an incompatible plugin is selected. Fixe...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-17Disallow rename for plugin inserts. Fixes #3048.Carl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-24remove XML-based constructors for several types of Processors; less debuggingPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis