summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Collapse)Author
2013-08-26'libs/gtkmm2ext' - Compiler specific includesJohn Emmas
2013-08-26'libs/gtkmm2ext' - Main body of changes required for building with MSVC ↵John Emmas
(mostly #includes and casting)
2013-08-26'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays ↵John Emmas
(required to be buildable with MSVC)
2013-08-26'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in ↵John Emmas
'fastmeter.cc') over whether we want namespace ::Cairo or namespace Gdk::Cairo
2013-08-24fix merge conflicts from masterPaul Davis
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-08-08clean up some valgrid "Uninitialised value was created by a heap allocation" ↵Robin Gareus
wanings
2013-08-08initialize some uninitialized valuesRobin Gareus
2013-08-08minimize meter-peak re-draw areaRobin Gareus
2013-08-08use 3px for peak-hold in LED mode -> display 2 bright linesRobin Gareus
2013-08-08tweak meter-LED styleRobin Gareus
2013-08-08cache shaded meter-background regardless of colorRobin Gareus
previously, shaded patterns were assumed to have different colors as well.
2013-08-08fix meter background redraw issue #5601Robin Gareus
2013-08-08[re]implement horizontal meterRobin Gareus
2013-08-08align gradient with meter-metricsRobin Gareus
2013-08-08increase saturation of meter-shaderRobin Gareus
2013-08-08allow to en/disable shade and LED meter styleRobin Gareus
2013-08-08Fix 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-08-08add a stripe-pattern to the metersRobin Gareus
2013-08-08possible fix for http://tracker.ardour.org/view.php?id=5586Robin Gareus
2013-08-08add option to disable cairo-RGBA overlays for meters.Robin Gareus
2013-08-08implement 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-08-08minor peak-meter performance tweakRobin Gareus
* redraw only missing parts of the outside rectangle, * don't redraw RMS meter if value has not changed
2013-08-08fix compiler warningRobin Gareus
2013-07-31fix merge conflict from masterPaul Davis
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-22Work around badly chosen argument name in giomm/dbusmessage.hTim Mayberry
interface is defined in windows/mingw headers. hopefully this will be fixed in giomm at some point and this crap can be removed
2013-07-17add a stripe-pattern to the metersRobin Gareus
2013-07-17Merge branch 'master' into windowsPaul Davis
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-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ↵Paul Davis
several files
2013-07-14Merge branch 'master' into windowsPaul Davis
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-11Include pbd/timersub.h for mingw buildPaul Davis
2013-07-11Use Glib functions to create tmp file pathPaul Davis