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 eddb882d5b Improve browser search results by tweaking FuzzySearchDatabase weights. 1 year ago
..
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. 2 years 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. 1 year ago
LightWidget.cpp Draw LightWidget light and halo with drawLayer(args, 1) instead of resetting nvgGlobalTint(). 3 years ago
MenuBar.cpp Re-enable SyncUpdateItem after library finishes syncing. 1 year 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 Show module ID in Module's Info menu. 2 years 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(). 2 years ago
PortWidget.cpp Improve appearance of translucent or transparent cable colors. 2 years ago
RackScrollWidget.cpp Decrease margin of scrolling rack while dragging. 3 years ago
RackWidget.cpp Improve appearance of translucent or transparent cable colors. 2 years ago
RailWidget.cpp Revise rail graphics from Pyer. Rename "Dark" theme to "High contrast dark" and "Default" to "Dark". 2 years ago
Scene.cpp Don't consume key in TextField is Ctrl is held. 3 years ago
SliderKnob.cpp Change `event::Foo` to `FooEvent`. 4 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. 2 years ago