summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Collapse)Author
2014-01-09add [missing] left_half_rectangle utilRobin Gareus
2014-01-05fix fader default-value line positionRobin Gareus
2014-01-05update slider rendering & set style for fadersRobin Gareus
* render background -- outside of rounded corners * visually align unity-location with fader at 0. * sharp lines (no more AA blur) x/y offset, radius
2014-01-04processor drag box onlyRobin Gareus
2014-01-04fix PixFader size allocationRobin Gareus
previously faders in the processor box were only sized correctly after the 2nd iteration: allocate -> request -> allocate
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-15update russian translation (again)Paul Davis
2013-10-07change tortured GtkUI startup process into something just a little more ↵Paul Davis
sane, and remove "stopping" code since that belongs in a destructor
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-09-01improve scroll and drag behaviour of volume-controller knobRobin Gareus
2013-08-31fix keyboard interaction with volume knobs (monitor section)Robin Gareus
2013-08-24pot/po file updates caused by waf i18nPaul Davis
2013-08-15update czech translations from pavel fricPaul Davis
2013-08-14some const_cast<> additions for OS X where gcc believes that volatile int* ↵Paul Davis
means const int*
2013-07-31clean up some valgrid "Uninitialised value was created by a heap allocation" ↵Robin Gareus
wanings
2013-07-31initialize some uninitialized valuesRobin Gareus
2013-07-31minimize meter-peak re-draw areaRobin Gareus
2013-07-28use 3px for peak-hold in LED mode -> display 2 bright linesRobin Gareus
2013-07-28tweak meter-LED styleRobin Gareus
2013-07-26cache shaded meter-background regardless of colorRobin Gareus
previously, shaded patterns were assumed to have different colors as well.
2013-07-26fix meter background redraw issue #5601Robin Gareus
2013-07-25[re]implement horizontal meterRobin Gareus
2013-07-24align gradient with meter-metricsRobin Gareus
2013-07-24increase saturation of meter-shaderRobin 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
gtkmm2ext/keyboard.cc has a special case to emit a signal on the key-up of the modifier key used to adjust track heights in conjunction with the scroll wheel, so that the same track continues to be resized even when it's shrunk to no longer be under the mouse cursor. However, this code assumed that the modifier key for this was <Shift>. Fix it to use the event->state bit corresponding to ScrollZoomVerticalModifier instead, and rename the relevant functions to clarify that it's the 'zoom vertical' modifier key they're dealing with. Partially fixes #5610.
2013-07-17add a stripe-pattern to the metersRobin Gareus
2013-07-16possible fix for http://tracker.ardour.org/view.php?id=5586Robin Gareus
2013-07-16add option to disable cairo-RGBA overlays for meters.Robin Gareus
2013-07-12implement visual-sensitivity (gray out) for fadersRobin Gareus
Note: bar-controller sensitivity state is not yet set if automation-mode changes to/from play, but the widget now supports that.
2013-07-12minor peak-meter performance tweakRobin Gareus
* redraw only missing parts of the outside rectangle, * don't redraw RMS meter if value has not changed
2013-07-11fix compiler warningRobin Gareus
2013-07-10Episode VI: Return of the ZeroDBlineRobin Gareus
2013-07-10Episode V: the gainfader line strikes backRobin Gareus
2013-07-10Task Force Viking: operation green lineRobin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10use digital max-peak with RMS meterRobin Gareus
2013-07-10don't reset meter background/highlight on click.Robin Gareus
2013-07-10prepare meter-widget for dual background colorRobin Gareus
2013-07-10less prominent meter shadeRobin Gareus
2013-07-10add shade gradient to meterRobin Gareus
2013-07-10fix meter gradient y-axis onlyRobin 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-10reduce peak-hold indicator to 2px heightRobin Gareus
2013-07-10meter rounded rectangleRobin Gareus
2013-07-10configurable meter background colorRobin Gareus