summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.cc
AgeCommit message (Expand)Author
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