summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2012-04-17MCP: somewhat functional (?) full keybinding GUIPaul Davis
2012-04-17MCP: various work on the button binding GUIPaul Davis
2012-04-17add back semantically-different version of previously removed ::get_action() ...Paul Davis
2012-04-17remove unusued ActionManager::get_action() variantPaul Davis
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2012-04-11Fix use of invalidated iterator (#4821).Carl Hetherington
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-03-21Use sigc::slot for ClickBox printing function ratherCarl Hetherington
2012-03-16use MOD2 for command key on OS X, just like in 2.XPaul Davis
2012-03-05Make route group dialog resizable; make ArdourPrompter entriesCarl Hetherington
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