summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.cc
AgeCommit message (Expand)Author
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
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-22re-nice rendering of channel-splitting iconRobin Gareus
2013-07-19update processor-name (short|long) when mixer-strip width changesRobin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-16fix re-drawing of splitting iconRobin Gareus
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-07-11handle aux-send processor-box actionRobin Gareus
2013-06-07fix display of external Send UIPaul Davis
2013-06-07fix crash when trying to show "controls" of processor w/o controls.Robin Gareus
2013-06-06proper plugin-UI interaction/semanticsRobin Gareus
2013-06-06fix context-menu entry sensitivity for plugins w/o custom GUIRobin Gareus
2013-05-21remember plugin-UI type (custom/basic) with session.Robin Gareus
2013-05-19Restore 'Edit with basic controls' plugin UI functionality.Robin Gareus
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis