summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-03add some more variants of the cairo rounded rectangle codePaul Davis
2012-01-27fix inconsistent display on selection clocks when in join-object-range mode, ...Paul Davis
2012-01-24provide ActionManager::do_action() as a way to trigger any action item as if ...Paul Davis
2011-12-30fix default response behaviour of Gtkmm2ext::Prompter (from colinf)Paul Davis
2011-12-07add visible() method to Tearoff so we can check whether or not it is hiddenPaul Davis
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-12-07switch to benjamin otte's implemention of fit_to_pixels() but leave uncomment...Paul Davis
2011-12-06if color property is not yet set, don't renderPaul Davis
2011-12-06add a new simple cell renderer to be used to allow color display/editing in t...Paul Davis
2011-12-04use the correct display for key acceleratorsPaul Davis
2011-12-04Remove unused variables.Carl Hetherington
2011-12-02add PAINT_VERTA_GR and PAINT_BOX_GR to rgba macros (from Mike Dawes)Paul Davis
2011-12-02get that fix for accels in tooltips correct this timePaul Davis
2011-12-02fix message about markup elements by changing accel strings from <Mod> to Mod-Paul Davis
2011-12-01fix a number of fundamental issues with Gtkmm2ext::Prompter, mostly centered ...Paul Davis
2011-11-30commit to the "new" tooltip API, use set_tooltip_markup() rather than set_too...Paul Davis
2011-11-28extra include required for S_()Paul Davis
2011-11-28add _S() macro to i18n.h for libs/ardour and libs/gtkmm2extPaul Davis
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-24Fix key bindings in tooltips for ArdourButton buttons.David Robillard
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-11-21more spreading of I18N_PACKAGE as the name for .mo filesPaul Davis
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-21unintentional but valid updates to .po filesPaul Davis
2011-11-21new i18n targets (to be explained in TRANSLATORS)Paul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-16Fix glitchness in DnDVBox placeholders.Carl Hetherington
2011-11-15change package names for i18n files, in an attempt to fix #4085Paul Davis
2011-11-14Fix placeholder creation when dragging from one DnDVBox toCarl Hetherington
2011-11-14Allow a dialogue containing an audioclock to beCarl Hetherington
2011-11-14Comment typo.Carl Hetherington
2011-11-07switch use of Option/Alt and Control on OS X for bindings. Option/Alt is inte...Paul Davis
2011-11-05Fix i18n.David Robillard
2011-11-04quiten down in the backPaul Davis
2011-11-03fix thinko in previous attempt to tackle active/selected state in dndvboxPaul Davis
2011-11-03fix mistake that prevented send processor boxes from correctly highlighting w...Paul Davis
2011-11-02tighten up spacing of tearoff arrowPaul Davis
2011-11-01move CairoWidget::ActiveState and Visual state up into gtkmm2ext foruse by Dn...Paul Davis
2011-10-29make it possible (hackily) to pick the base color for the knob images created...Paul Davis
2011-10-26provide C API for rounded rectangle cairo utilityPaul Davis
2011-10-24Re-claim double-clicks on pixfaders to re-fix #3470.Carl Hetherington
2011-10-20add (commented) new version of fit-to-pixels function, from Company on #gtk+Paul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-07Remove unused variable.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-07Increase threshold for zoom-by-horizontal movement;Carl Hetherington