.. |
AudioWidget.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
Browser.cpp
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
CableWidget.cpp
|
Add RackWidget::fromJsonAction(), ModuleWidget::fromJsonAction(), and replace CableWidget::toJson() with CableWidget::mergeJson().
|
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
|
If knobScroll is enabled, don't move knobs while scrolling the rack.
|
3 years ago |
LedDisplay.cpp
|
Rename window.hpp/cpp to Window.hpp/cpp since it's a class.
|
3 years ago |
LightWidget.cpp
|
Fix center of light halo for non-square LightWidgets.
|
4 years ago |
MenuBar.cpp
|
Disable UI CPU meter.
|
3 years ago |
MidiWidget.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
ModuleLightWidget.cpp
|
Implement LEDSlider using new template class structure.
|
4 years ago |
ModuleWidget.cpp
|
Add Module::jsonStripIds().
|
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
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
PortWidget.cpp
|
Implement RackWidget::copyClipboardSelectedModules(). Clean up RackWidget API.
|
3 years ago |
RackScrollWidget.cpp
|
If knobScroll is enabled, don't move knobs while scrolling the rack.
|
3 years ago |
RackWidget.cpp
|
Add Module::jsonStripIds().
|
3 years ago |
RailWidget.cpp
|
Add Widget::drawChild(). Make RailWidget draw a FramebufferWidget repeatedly as a tile.
|
3 years ago |
Scene.cpp
|
Use `RackWidget::selectedModules` set rather than `ModuleWidget::selected` bool.
|
3 years ago |
SliderKnob.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
SvgButton.cpp
|
Add AudioButton and MidiButton example. Make SvgButton trigger Action event when right-clicking.
|
3 years ago |
SvgKnob.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
SvgPanel.cpp
|
Remove Dark mode.
|
5 years ago |
SvgPort.cpp
|
Use <> instead of "" for include directive.
|
6 years ago |
SvgScrew.cpp
|
Use <> instead of "" for include directive.
|
6 years ago |
SvgSlider.cpp
|
Fix handle position of Module-less ModuleWidgets. Move a few member variables to Internal struct.
|
3 years ago |
SvgSwitch.cpp
|
Change `event::Foo` to `FooEvent`.
|
4 years ago |
Switch.cpp
|
Add Internal to app::Switch.
|
3 years ago |
TipWindow.cpp
|
Rename APP_EDITION to APP_EDITION_NAME. Add APP_EDITION with abbreviated edition.
|
3 years ago |