summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner2d.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-22ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a windowPaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-08-08prepare 2d-panner themeRobin Gareus
2015-04-05add context to single-letter translatableRobin Gareus
2015-01-17fix panner send-strip colorRobin Gareus
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-09-30rename variable: 'small' is a keyword on mingw/win32Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-17highlight send-pannerRobin Gareus
2014-01-15VBAP GUI convention: top == front ^= azimuth == .5Robin Gareus
2014-01-15update panGUI connections (panner-shell vs pannable vs panner)Robin Gareus
2014-01-15NOOP, clean up whitespace/TAB messRobin Gareus
2014-01-13center VBAP UI crosshairRobin Gareus
2014-01-13delete 'big' 2d panner window, if panner changes to mono|stereoRobin Gareus
2014-01-13misc panning related UI tweaks:Robin Gareus
2014-01-12VBAP panner UI tweaks:Robin Gareus
2014-01-12don't display elevation if panner does not support it.Robin Gareus
2014-01-12swap channel VBAP channelRobin Gareus
2014-01-12VBAP GUI object-grab & positionRobin Gareus
2014-01-11add spinbox to control width in VBAP GUI,..Robin Gareus
2014-01-11VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-11VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-01rationalizations and so forth for panner2d drawing (math is hard)Paul Davis
2011-02-25take reverse width into account when labelling signals in panner2d ; better w...Paul Davis
2011-02-24switch cartesian/spherical function names and make them use length. still a t...Paul Davis
2011-02-24prettification of vbap/2d panner GUI. lots of details still to fix. also sign...Paul Davis
2011-02-22add scroll event handling to the vbap panner GUI; clamp vbap pos+width values...Paul Davis
2011-02-22remove some useless buttons from vbap panner gui, make bypass button workPaul Davis
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-19first pass at full output & gain coefficient interpolation for VBAP panningPaul Davis
2011-02-17GUI for VBAP panner actually does something (not the right thing, though)Paul Davis
2011-02-17draw speaker positions in 2d pannerPaul Davis
2011-02-17draw pucks (signal positions) on vbap pannerPaul Davis
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-23semi-functioning vbap panning, still not donePaul Davis
2010-08-07Fix a panner crash when reducing a route's output count down to 2. Remove so...Carl Hetherington
2010-05-02Various fixes to multiple-2D panner signal handling. Should fix some or all ...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis