summaryrefslogtreecommitdiff
path: root/gtk2_ardour/meter_patterns.cc
AgeCommit message (Collapse)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-03-02nitpick for static analyzers and friendsRobin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
This removes the direct dependence on ardour_ui.h from 39 files
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-07-05tweak human readable names for meter-typesRobin Gareus
2015-05-05oversample meter faceplate image surfacesRobin Gareus
Works around issues with pango on windows, fixes crude text on OSX/retina and can provide sub-pixel rendering on GNU/Linux/X11.
2015-04-250dBFS peak meter GUIRobin Gareus
2015-04-22clean up GUI scalingRobin Gareus
2015-04-21adjust default meter font-size (same as it was before)Robin Gareus
2015-04-20towards scaleable meter and mixer UIRobin Gareus
somewhat hacky solution, but there's no good central point to control this and get integer rounding/summing, is there?
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2014-12-09fix meter scale colors (meterbridge)Robin Gareus
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ↵Paul Davis
ARDOUR_UI::config()
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ↵Paul Davis
UIConfiguration::get_canvasvar_*Font()
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now ↵Paul Davis
merge windows branch to get changes from there
2013-12-22add K12/RMS meter typeRobin Gareus
2013-10-03'gtk2_ardour' - Try 'lrintf' instead of 'rintf' which isn't available in MSVCJohn Emmas
2013-07-28left/right meter marks in mixer (narrow red-stripe)Robin Gareus
2013-07-28fix compiler warnings.Robin Gareus
2013-07-28k-meter +4 marksRobin Gareus
2013-07-28tweak meter-metric red-boxes/stripesRobin Gareus
2013-07-27add red-boxes to meter-marks and fix Nordic scale colorRobin Gareus
2013-07-27update meter marks and colors..Robin Gareus
2013-07-26some more VU-meter tick marks..Robin Gareus
2013-07-25cache midi metrics depending on meter-type and data-type(s)Robin Gareus
2013-07-25set midi-metric ticks depending on meter-typeRobin Gareus
2013-07-25VU meter label color&shadow tweak by the_CLARobin Gareus
2013-07-25tweak label alignmentRobin Gareus
2013-07-25proper shadow for metric labels..Robin Gareus
2013-07-25'overlay shadow' on meter-metrics experimentRobin Gareus
TODO: shadow should really be 'behind'. ie save color, stroke_preserve() shadow, paint text-layout with saved color and eventually cairo_new_path() reset the path...
2013-07-24get meter color from gtkrc style fileRobin Gareus
2013-07-24color meterbridge stripsRobin Gareus
2013-07-24meterbridge: meter-type dependent color-schemaRobin Gareus
2013-07-23BBC meter labels are always whiteRobin Gareus
2013-07-23meterbridge metrics update:Robin Gareus
* display metrics for every used meter-type * show metrics between meters with differnet types * update text and label alignment for meterbridge * fix crash when deleting metrics-strip (zero route) * clean up metric pattern code (use float for dBFS)
2013-07-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22minor tweaks to meter-names and legendRobin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
This reverts commit d80f672e8487f459d76ab291958bffcded08f0fd.
2013-07-17revert to right-side mixer metric-labelsRobin Gareus
2013-07-17meter metrics: ignore global font-scalingRobin Gareus
2013-07-17use ArdourMono font for metric patternsRobin Gareus
2013-07-17move mixer-metric pattern to the leftRobin Gareus
2013-07-16increase spacing between meter ticks and labelsRobin Gareus
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
This reverts commit ce621d1c8a600853be0020942a9664ccee0ab165. This reverts commit 80aa2574819e947668092c660d767e25a661c6f1.
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-15simplify meter-type context menuRobin Gareus
in preparation for adding more meter-types