.. |
AudioDisplay.cpp
|
Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move
|
3 years ago |
Browser.cpp
|
Improve browser search results by tweaking FuzzySearchDatabase weights.
|
1 year ago |
CableWidget.cpp
|
Improve appearance of translucent or transparent cable colors.
|
1 year ago |
CircularShadow.cpp
|
Remove LightWidget halo. Decrease default CircularShadow opacity slightly. Render shadow with hard edges by default.
|
4 years ago |
Knob.cpp
|
Make ParamQuantity::set/getValue() set/get the target value of engine smoothing instead of the value directly. Add ParamQuantity::set/getDirectValue(). Deprecate ParamQuantity::set/getSmoothValue().
|
1 year ago |
LedDisplay.cpp
|
Tweak LedDisplay border color.
|
1 year ago |
LightWidget.cpp
|
Draw LightWidget light and halo with drawLayer(args, 1) instead of resetting nvgGlobalTint().
|
3 years ago |
MenuBar.cpp
|
Add cable color setting and menu items.
|
6 months ago |
MidiDisplay.cpp
|
Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move
|
3 years ago |
ModuleLightWidget.cpp
|
Don't assert if ModuleLightWidget accesses out of bounds lights, simply set brightness to 0. If module is bypassed, set brightness to 0.
|
2 years ago |
ModuleWidget.cpp
|
Show module ID in Module's Info menu.
|
1 year ago |
MultiLightWidget.cpp
|
Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets.
|
4 years ago |
ParamWidget.cpp
|
Make ParamQuantity::set/getValue() set/get the target value of engine smoothing instead of the value directly. Add ParamQuantity::set/getDirectValue(). Deprecate ParamQuantity::set/getSmoothValue().
|
1 year ago |
PortWidget.cpp
|
Add cable color setting and menu items.
|
6 months ago |
RackScrollWidget.cpp
|
Decrease margin of scrolling rack while dragging.
|
3 years ago |
RackWidget.cpp
|
Allow multiple cables on input Port.
|
7 months ago |
RailWidget.cpp
|
Revise rail graphics from Pyer. Rename "Dark" theme to "High contrast dark" and "Default" to "Dark".
|
1 year ago |
Scene.cpp
|
Don't consume key in TextField is Ctrl is held.
|
2 years ago |
SliderKnob.cpp
|
Change `event::Foo` to `FooEvent`.
|
3 years ago |
SvgButton.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
1 year ago |
SvgKnob.cpp
|
Make SvgKnob::onChange() reset knob angle if ParamQuantity is null.
|
1 year ago |
SvgPanel.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
1 year ago |
SvgPort.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
1 year ago |
SvgScrew.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
1 year ago |
SvgSlider.cpp
|
Set handle widget pos in SvgSlider::setHandlePos(). Step ModuleWidget before rendering in Browser so it can set its default appearance.
|
1 year ago |
SvgSwitch.cpp
|
Delete SvgLatch. Add latch setting to SvgSwitch.
|
3 years ago |
Switch.cpp
|
Add SvgLatch.
|
3 years ago |
TipWindow.cpp
|
Revise tip window messages.
|
1 year ago |