summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
2015-03-29processor control: update control-element tooltipRobin Gareus
2015-03-25retain Send control visibility state, fixes #6210Robin Gareus
2015-02-11desensitize redirect-menu Send and Control items when they are not applicableBen Loftis
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-01update interface for processor-box faders step/pageRobin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-25Remove dead code.David Robillard
2014-11-01Slider Controller API ChangeRobin Gareus
2014-11-01convert interface <> internal values for all automationRobin Gareus
2014-10-08initialize some uninitialized vars - closes #5974Robin Gareus
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-06remove pixel based Button LED diameter settingRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus
2014-08-28yet another ArdourButton action tweakBen Loftis
2014-08-28More fixes to ArdourButton actions.Ben Loftis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-24several fixes to make processor selection and deletion feel right, for both m...Ben Loftis
2014-07-24Remove "implicit" selection for plugin deletion.Ben Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-01-30Use round() instead of rintf() when building with MSVCJohn Emmas
2014-01-30Oops - the previous namespace qualifier was also needed in gtk2_ardour/proces...John Emmas
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-26fix routing display for mono synths and midi-tracks w/o synthRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10display info about replicated processorsRobin Gareus
2014-01-09processor routing: use small boxes (instead of circles) for portsRobin Gareus
2014-01-06fix processor-box wire-display in editor-mixer -- work around gtk_show_all()Robin Gareus
2014-01-05processor-box: remove label-cruft and properly label 'Send' & 'Return'Robin Gareus
2014-01-05processor-box: remove cruftRobin Gareus
2014-01-05more processor-routing tweaks: compact viewRobin Gareus
2014-01-05processor-box wiring - re-use colors from ingen/patchageRobin Gareus
2014-01-05update processor control toggle button styleRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
2014-01-04add padding to in-line plugin controlsRobin Gareus
2014-01-04fix tooltip on processor button widgetRobin Gareus
2014-01-04continued work on processor-routing visualizationRobin Gareus
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-30remove cruftRobin Gareus
2013-12-30visualize # of channels in processor-box splitting iconRobin Gareus
2013-11-22fix crash @ session-restore of plugins windowsRobin Gareus
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14use processor owner to set GUIs opened by a ProcessorBox, not current route namePaul Davis
2013-10-14changes that will help fix a crash related to plugin window visibility. some ...Paul Davis