You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt 4e8b9ef301 Improve namespace documentation. 3 years ago
..
AudioWidget.hpp Change `event::Foo` to `FooEvent`. 3 years ago
Browser.hpp Rename ModuleBrowser to Browser. 3 years ago
CableWidget.hpp Add RackWidget::fromJsonAction(), ModuleWidget::fromJsonAction(), and replace CableWidget::toJson() with CableWidget::mergeJson(). 3 years ago
CircularShadow.hpp Auto-format code with astyle. 5 years ago
Knob.hpp Dispatch Action event on Knob when clicking and releasing without moving beyond a threshold distance. 3 years ago
LedDisplay.hpp Add LedDisplayTextField::bgColor. Display LedDisplay text as a non-tinted light when rack brightness is decreased. 3 years ago
LightWidget.hpp Implement LEDSlider using new template class structure. 3 years ago
MenuBar.hpp Move app::MenuBar class definition from header to source file. 4 years ago
MidiWidget.hpp Change `event::Foo` to `FooEvent`. 3 years ago
ModuleLightWidget.hpp Set default component ID to -1 in all classes. 3 years ago
ModuleWidget.hpp Fix module paste key command. Fix crash when deleting module selection. 3 years ago
MultiLightWidget.hpp Add engine::LightInfo and Module::configLight() helper for configuring the LightInfo. Add LightTooltip for LightWidgets. 4 years ago
ParamWidget.hpp Add doc comments to dsp and engine namespaces. 3 years ago
PortWidget.hpp Add PlugWidget. Implement appearance of cables and plugs from Pyer. Add layer variable to Widget::DrawArgs. Add color::isEqual(). 3 years ago
RackScrollWidget.hpp Fix scrollbar flashing in RackScrollWidget when zooming. 3 years ago
RackWidget.hpp Use `RackWidget::selectedModules` set rather than `ModuleWidget::selected` bool. 3 years ago
RailWidget.hpp Add Widget::drawChild(). Make RailWidget draw a FramebufferWidget repeatedly as a tile. 3 years ago
Scene.hpp Add Scene::getMousePos(). 3 years ago
SliderKnob.hpp Change `event::Foo` to `FooEvent`. 3 years ago
SvgButton.hpp Add AudioButton and MidiButton example. Make SvgButton trigger Action event when right-clicking. 3 years ago
SvgKnob.hpp Change `event::Foo` to `FooEvent`. 3 years ago
SvgPanel.hpp Rename App to Context and app.hpp to context.hpp. The APP macro is still valid. 4 years ago
SvgPort.hpp Auto-format code with astyle. 5 years ago
SvgScrew.hpp Auto-format code with astyle. 5 years ago
SvgSlider.hpp Fix handle position of Module-less ModuleWidgets. Move a few member variables to Internal struct. 3 years ago
SvgSwitch.hpp Change `event::Foo` to `FooEvent`. 3 years ago
Switch.hpp Add Internal to app::Switch. 3 years ago
TipWindow.hpp Add tip window. Add "showTipsOnLaunch" and "tipIndex" to settings. 4 years ago
common.hpp Improve namespace documentation. 3 years ago