summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2014-01-09add [missing] left_half_rectangle utilRobin Gareus
2014-01-04processor drag box onlyRobin Gareus
2013-10-07change tortured GtkUI startup process into something just a little more sane,...Paul Davis
2013-07-26cache shaded meter-background regardless of colorRobin Gareus
2013-07-25[re]implement horizontal meterRobin Gareus
2013-07-24allow to en/disable shade and LED meter styleRobin Gareus
2013-07-23Fix special handling of 'zoom vertical' scroll wheel modifier key.Colin Fletcher
2013-07-16add option to disable cairo-RGBA overlays for meters.Robin Gareus
2013-07-12minor peak-meter performance tweakRobin Gareus
2013-07-11fix compiler warningRobin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10use digital max-peak with RMS meterRobin Gareus
2013-07-10prepare meter-widget for dual background colorRobin Gareus
2013-07-10make all meter-colors configurable,..Robin Gareus
2013-07-10refactor level-meter widget: 5x2 stops meter colorsRobin Gareus
2013-07-10remove b0rked horizontal meter code.Robin Gareus
2013-07-10configurable meter background colorRobin Gareus
2013-07-10meter background gradient (hardcoded colors so far)Robin Gareus
2013-07-10fastmeter: 1px padding left&rightRobin Gareus
2013-06-21Make scroll-wheel modifier keys consistent in main editor window.Colin Fletcher
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-25add new VisibilityTracker class to implement cycling window visibility "prope...Paul Davis
2013-03-17remove cruft (old cvsignore files)Robin Gareus
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