summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2013-01-24fix up rather odd sizing model for ProcessorBox that affected Pixfaders used ...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-21pixfaders should invalidate their patterns and layout on style change, helps ...Paul Davis
2013-01-17cache cairo_pattern_t's for PixFader so that we don't generate one per fader,...Paul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10remove rounded corners from non-mobile ends of pixfadersPaul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-04quick fix for bug reported by ricardus: faders in Play are no longer dark gr...Ben Loftis
2012-12-12if we're not going to use pixfbuf (images) for faders, then lets not create a...Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-11-11make Cairo{HV}Packer fetch bg information from a style file, rather than hard...Paul Davis
2012-10-16implement double click to ContentsRange on MidiScroomerHans Baier
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-07Slightly grubby hack to fix up the state of the Window->Mixer menu item when ...Carl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-31Use the same logic to decide on step size when scroll-wheeling faders in the ...Carl Hetherington
2012-05-24Compile cleanly with clang.David Robillard
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul 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-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-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-06add a new simple cell renderer to be used to allow color display/editing in t...Paul 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-01fix a number of fundamental issues with Gtkmm2ext::Prompter, mostly centered ...Paul Davis
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-16Fix glitchness in DnDVBox placeholders.Carl Hetherington
2011-11-14Fix placeholder creation when dragging from one DnDVBox toCarl Hetherington
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