summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.cc
AgeCommit message (Expand)Author
2016-08-25Avoid 1px size changes when sizing_text() is usedJulien "_FrnchFrgg_" RIVAUD
2016-08-21Silence a GCC initialization order warningJulien "_FrnchFrgg_" RIVAUD
2016-08-20Invalidate char_pixel_* on possible font changeJulien "_FrnchFrgg_" RIVAUD
2016-08-20ArdourButton: add text for measuring decoupled from display textJulien "_FrnchFrgg_" RIVAUD
2016-08-18Make ArdourButton detect when a grab should stop being pressedJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-04fix background of ArdourButtons with no BodyRobin Gareus
2016-06-14extend ArdourButton API to provide a new tweak for buttons with occasional textPaul Davis
2016-06-09extend ArdourButton API to allow independently setting fixed active/inactive ...Paul Davis
2016-05-31hack to ArdourButton to get sizing correct for 90 + 270 degree rotated textPaul Davis
2016-04-08small ArdourButton optimizationRobin Gareus
2016-03-31initialize some uninitialized variablesRobin Gareus
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2015-10-19Ctrl+shift functionality (toggle all) for plugin leds.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use tooltips.h in ArdourButton to remove ardour_ui.h inclusionTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-05-30vector icons should at least be 6x6 pxRobin Gareus
2015-05-24replace old ArdourButton::Icon API with Gtkmm2ext.Robin Gareus
2015-05-24ArdourButton API: set_icon() implies Icon and No TextRobin Gareus
2015-05-24add vector rendition of nudge icons.Robin Gareus
2015-05-24prepare cleanup of ArdourButton renderingRobin Gareus
2015-05-01tweak Midi/DIN icon (proper notch)Robin Gareus
2015-04-25tweak weight of transport iconsRobin Gareus
2015-04-22clean up GUI scalingRobin Gareus
2015-04-21new attempt at scaling indicator LEDRobin Gareus
2015-04-20towards scaleable meter and mixer UIRobin Gareus
2015-04-18HiDPI button tweaksRobin Gareus
2015-04-08renice transport iconsRobin Gareus
2015-04-08NOOP, cleanup & commentsRobin Gareus
2015-04-08construct a metronomRobin Gareus
2015-04-08more transport button caironizing.Robin Gareus
2015-04-07fix de7d6a7 (too narrow bar)Robin Gareus
2015-04-07renice transport buttons (part one)Robin Gareus
2015-04-07update ArdourButton Icon APIRobin Gareus
2015-04-06renice 5-pin DIN/MIDI buttonRobin Gareus
2015-04-06replace two more icons w/vector drawing.Robin Gareus
2015-03-17Abutton: only LMB clicks are “clicks”.Robin Gareus
2015-03-17amend 6aa6c2d, queue redraw for custom-LED changeRobin Gareus
2015-03-17AButton: decouple indicator color and active state.Robin Gareus
2015-03-16AButton: allow to set custom LED color (for > 2 states)Robin Gareus
2015-03-12further ardourbutton ellipsis fixes Robin Gareus
2015-03-11NOOP, add a missing ‘p’Robin Gareus
2014-12-27fixup LED size (font-scaling)..Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-17insensitive buttons should be shaded towards the gtk_background color, not h...Ben Loftis
2014-12-12derive ArdourButton LED inactive color from active color, rather than requiri...Paul Davis