summaryrefslogtreecommitdiffstats
path: root/src/widget/knobeventhandler.h
AgeCommit message (Expand)Author
2020-05-28Use QWheelEvent::angleDelta()::y() instead of QWheelEvent::delta()Jan Holthuis
2018-11-20hack around Qt::BlankCursor not working on WindowsBe
2018-10-23Render WKnob and WKnobComposed using the GuiTick timer.RJ Skerry-Ryan
2014-12-17Remove math_clamp_unsafe / math_clamp_safe.RJ Ryan
2014-11-17Rename math_clamp_fast() to math_clamp_unsafe()Uwe Klotz
2014-11-17Use math_clamp_fast() where min/max parameters are constantsUwe Klotz
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-03-28Some minor cleanups to ControlEffectKnob.RJ Ryan
2014-03-26make bitchusher downsample logarithmic and inverse to match bit_depthDaniel Schürmann
2014-02-17Remove left-button event tag from knob and slider mouse input.RJ Ryan
2014-01-24switched remaining setControlParameterDown/Up double to setControlParameterDaniel Schürmann
2014-01-24introduced setControlParameter and related call tree.Daniel Schürmann
2014-01-10Rename methods for getting and setting connected control parameters to be mor...RJ Ryan
2014-01-10Remove widget values.RJ Ryan
2014-01-10Remove WWidget::updateValue to simplify logic.RJ Ryan
2014-01-10Expose widget connections directly to WBaseWidget rather than using Qt signals.RJ Ryan
2014-01-08Rename WWidget::setValue to WWidget::slotConnectedValueChanged.RJ Ryan
2014-01-03Revert "Revert "Normalize potmeter widget values to [0.0, 1.0] instead of [0....RJ Ryan
2014-01-03Revert "Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0]."RJ Ryan
2014-01-03Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0].RJ Ryan
2013-12-30Add WKnobComposed widget to provide an alternative to pixmap-based rotary knobs.RJ Ryan