summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.cc
AgeCommit message (Expand)Author
2013-07-11amend cb7bcb6d - locked-solo button styleRobin Gareus
2013-07-10ardour-button - fix test+LED marginRobin Gareus
2013-07-10left/bottom align of labels in meterbridgeRobin Gareus
2013-07-10ardour-button: allow to rotate textRobin Gareus
2012-12-13improve button drawing when "implicit active uses solid color" tweak is on, a...Paul Davis
2012-12-12add a new Tweak to ArdourButton that makes ImplicitActive state use a solid c...Paul Davis
2012-12-07fix flat button colorsBen Loftis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-26some tweaks to make narrow mixer strips actually narrowPaul Davis
2012-11-16new button lookBen Loftis
2012-05-22use the theme manager dialog to provide control over flat button option, and ...Paul Davis
2012-05-21introduce flat button option,which right now is on all the time. GUI nit-pick...Paul Davis
2012-04-22Fix uninitialised variables.Carl Hetherington
2012-03-16tweak ardour button radius down to 5 pixels from 9Paul Davis
2012-03-07remove unused mid-mask stuff from ArdourButtonPaul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-06tweak "joined" buttons to have no border colorPaul Davis
2012-02-03allow specification (partially) of which corners of an ArdourButton are roundedPaul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-12-11Set up ArdourButton state to match the action when theCarl Hetherington
2011-11-24Fix key bindings in tooltips for ArdourButton buttons.David Robillard
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-16remove debugging outputPaul Davis
2011-11-15some button color debuggingPaul Davis
2011-11-11fix missing initializerPaul Davis
2011-11-11extra track header buttons are now ArdourButtonsPaul Davis
2011-11-10ardour-button-ize zoom buttons; move MIDI panic button to transport barPaul Davis
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-11-09provide global prelight option (its in Edit -> Preferences->Interface)Paul Davis
2011-11-09repack transport hbox a bitPaul Davis
2011-11-07add hovering/show click functionality to ArdourButtonPaul Davis
2011-11-03use ArdourButton for the (radio) buttons in the monitor section; fix ArdourBu...Paul Davis
2011-11-03fix crash when ArdourButton has its text set to emptyPaul Davis
2011-11-02allow addition of images to ArdourButtons (always centered)Paul Davis
2011-11-02make LED in ArdourButton use "mid" color when active state = midPaul Davis
2011-11-01catchup on previous commit relating to who owns ActiveState and VisualStatePaul Davis
2011-10-31more led-area button event handling tweaksPaul Davis
2011-10-31compile fixes for OS XPaul Davis
2011-10-31osx build fix (?)Paul Davis
2011-10-31mo better handling of distinct led clicks in ArdourButton, and correctly layo...Paul Davis
2011-10-31various tweaks to get clicks on processor "buttons" to work right and to keep...Paul Davis
2011-10-29tweak text layout on wide buttonsPaul Davis
2011-10-29make ArdourButtons be MIDI-learnable; tweaks to ArdourButton design and imple...Paul Davis
2011-10-27Ever so slightly less memory and better field alignment per CairoWidget.David Robillard
2011-10-27provide control over precisely what aspects of an ArdourButton are rendered, ...Paul Davis
2011-10-27change CairoWidget API to be a more logical/intuitive for setting widget stat...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis