.. |
AudioDisplay.cpp
|
Rename AudioWidget to AudioDisplay, MidiWidget to MidiDisplay. Move
|
3 years ago |
Browser.cpp
|
Truncate browser's BrandButton more.
|
3 years ago |
CableWidget.cpp
|
Fix Exception format in CableWidget.
|
3 years ago |
CircularShadow.cpp
|
Remove LightWidget halo. Decrease default CircularShadow opacity slightly. Render shadow with hard edges by default.
|
5 years ago |
Knob.cpp
|
Implement Knob::speed.
|
3 years ago |
LedDisplay.cpp
|
Implement Notes panel redesign by Pyer.
|
3 years ago |
LightWidget.cpp
|
Draw LightWidget light and halo with drawLayer(args, 1) instead of resetting nvgGlobalTint().
|
3 years ago |
MenuBar.cpp
|
Rename and reorder File > "Save template" to "Overwrite template".
|
3 years 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.
|
3 years ago |
ModuleWidget.cpp
|
Add RackWidget::getCompleteCablesOnPort(). Use it in PortWidget and ModuleWidget to prevent crashes when incomplete cables exist.
|
3 years ago |
MultiLightWidget.cpp
|
Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets.
|
4 years ago |
ParamWidget.cpp
|
Use menu item helpers in ParamWidget::createContextMenu().
|
3 years ago |
PortWidget.cpp
|
Add RackWidget::getCompleteCablesOnPort(). Use it in PortWidget and ModuleWidget to prevent crashes when incomplete cables exist.
|
3 years ago |
RackScrollWidget.cpp
|
Decrease margin of scrolling rack while dragging.
|
3 years ago |
RackWidget.cpp
|
Use %lld with long long type instead of PRId64 for printf.
|
3 years ago |
RailWidget.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
Scene.cpp
|
Clean up app:: doc comments. Make some class variables internal.
|
3 years ago |
SliderKnob.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
SvgButton.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgKnob.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgPanel.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgPort.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgScrew.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgSlider.cpp
|
Move Svg to window:: namespace.
|
3 years ago |
SvgSwitch.cpp
|
Delete SvgLatch. Add latch setting to SvgSwitch.
|
3 years ago |
Switch.cpp
|
Add SvgLatch.
|
3 years ago |
TipWindow.cpp
|
Add "Free" name to distribution, window title, and tip window.
|
3 years ago |