| .. |
|
AudioDisplay.cpp
|
Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move
|
4 years ago |
|
Browser.cpp
|
Deselect modules when adding module with browser.
|
1 year ago |
|
CableWidget.cpp
|
Make CableWidget remember cableId so history is not broken when dragging a cable to its original port.
|
11 months ago |
|
CircularShadow.cpp
|
Remove LightWidget halo. Decrease default CircularShadow opacity slightly. Render shadow with hard edges by default.
|
5 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().
|
2 years ago |
|
LedDisplay.cpp
|
Tweak LedDisplay border color.
|
2 years ago |
|
LightWidget.cpp
|
Draw LightWidget light and halo with drawLayer(args, 1) instead of resetting nvgGlobalTint().
|
4 years ago |
|
MenuBar.cpp
|
Rename "View > Theme" to "UI theme" to reduce confusion with dark panels.
|
1 year ago |
|
MidiDisplay.cpp
|
Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move
|
4 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.
|
3 years ago |
|
ModuleWidget.cpp
|
Add wiget::getKeyCommandName() and getKeyName(). Use it instead of hard-coding key command strings.
|
1 year ago |
|
MultiLightWidget.cpp
|
Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets.
|
5 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().
|
2 years ago |
|
PortWidget.cpp
|
Tint/dim port only when left-dragging.
|
11 months ago |
|
RackScrollWidget.cpp
|
Refactor mouseWheelZoom scroll toggle logic.
|
1 year ago |
|
RackWidget.cpp
|
Allow multiple incomplete cables. Grabbing a plug moves it to the top. Serialize plug order to patch.
|
11 months ago |
|
RailWidget.cpp
|
Revise rail graphics from Pyer. Rename "Dark" theme to "High contrast dark" and "Default" to "Dark".
|
2 years ago |
|
Scene.cpp
|
Use key instead of keyName for checking key commands.
|
1 year ago |
|
SliderKnob.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
|
SvgButton.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
2 years ago |
|
SvgKnob.cpp
|
Make SvgKnob::onChange() reset knob angle if ParamQuantity is null.
|
2 years ago |
|
SvgPanel.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
2 years ago |
|
SvgPort.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
2 years ago |
|
SvgScrew.cpp
|
Make ThemedSvg* classes fully inline. Refactor app::Svg* classes.
|
2 years ago |
|
SvgSlider.cpp
|
Set handle widget pos in SvgSlider::setHandlePos(). Step ModuleWidget before rendering in Browser so it can set its default appearance.
|
2 years ago |
|
SvgSwitch.cpp
|
Delete SvgLatch. Add latch setting to SvgSwitch.
|
4 years ago |
|
Switch.cpp
|
Decrement Switch value with Ctrl+click.
|
1 year ago |
|
TipWindow.cpp
|
Revise tip window messages.
|
2 years ago |