Andrew Belt
|
1878e97e4c
|
Serialize gridOffset of RackScrollWidget in patch.
|
3 years ago |
Andrew Belt
|
1caf689797
|
Scroll rack if dragging near the edge of the screen only for certain widgets.
|
3 years ago |
Andrew Belt
|
d847d9791b
|
Add Widget::isDescendantOf(). Only scroll RackScrollWidget when dragging a child of its container with the left mouse button.
|
3 years ago |
Andrew Belt
|
10067ceadc
|
Add RackScrollWidget::getZoom/setZoom/getGridOffset/setGridOffset(). Serialize zoom in patch instead of settings.
|
3 years ago |
Andrew Belt
|
567c827092
|
Add menu to PortWidget.
|
3 years ago |
Andrew Belt
|
b1b294725d
|
Allow dragging/dropping .vcvs selection file on Scene.
|
3 years ago |
Andrew Belt
|
843f1d416a
|
Draw favorite ModelBoxes with a solid yellow border.
|
3 years ago |
Andrew Belt
|
f27f5d48d8
|
Use createCheckMenuItem() etc in Browser.
|
3 years ago |
Andrew Belt
|
681b76708e
|
Add rightText to createCheckMenuItem(), createBoolMenuItem(), and
createBoolPtrMenuItem().
|
3 years ago |
Andrew Belt
|
448836a8aa
|
Increase brightness of ModelBoxes in dark room mode.
|
3 years ago |
Andrew Belt
|
79036513c4
|
Resize mouse spotlight based on RackWidget zoom level.
|
3 years ago |
Andrew Belt
|
f374dd4c29
|
Add radial halo around mouse cursor in RackWidget.
|
3 years ago |
Andrew Belt
|
b28819a99d
|
Make LedDisplay draw on layer 1. Add translucent rectangle over ModuleContainer and draw lights on layer 1 instead of using nvgGlobalTint().
|
3 years ago |
Andrew Belt
|
aace0a075b
|
Draw LightWidget light and halo with drawLayer(args, 1) instead of resetting nvgGlobalTint().
|
3 years ago |
Andrew Belt
|
0839a7c041
|
Draw ModuleWidget shadow with drawLayer() instead of a custom drawShadow() method.
|
3 years ago |
Andrew Belt
|
cf2ca17156
|
Add Widget::drawLayer().
|
3 years ago |
Andrew Belt
|
0deeff8560
|
Make Knob enable param smoothing only if step is disabled.
|
3 years ago |
Andrew Belt
|
1f0e27749e
|
Allow SwitchQuantity first index to start at value other than 0.
|
3 years ago |
Andrew Belt
|
5906dc0d87
|
Use nvgGlobalTint() instead of nvgGlobalAlpha() for drawing lights.
|
3 years ago |
Andrew Belt
|
25744ac6df
|
Display more channel offset menu items in AudioWidget.
|
3 years ago |
Andrew Belt
|
357c0be7a1
|
Remove "Duplicate with cables" item from module and module selection
menu, but make key command Mod+shift+D disable cloning cables.
|
3 years ago |
Andrew Belt
|
3cc3be7847
|
Add key command label to Favorite menu of Model.
|
3 years ago |
Andrew Belt
|
35930bf7e9
|
Add "Duplicate with cables" menu item to module and module selections.
|
3 years ago |
Andrew Belt
|
ea220eecd5
|
Add KnobScrollSensitivitySlider to View menu.
|
3 years ago |
Andrew Belt
|
042a20c982
|
Increase maximum Browser zoom to 200%.
|
3 years ago |
Andrew Belt
|
4c27086795
|
Use GLFW_PRESS/RELEASE for tracking arrow keys for RackScrollWidget scrolling in Scene, which fixes undesirable scrolling when a TextField is focused.
|
3 years ago |
Andrew Belt
|
4396dc68b2
|
Revise tips.
|
3 years ago |
Andrew Belt
|
967d99db97
|
Add return value to eachNearestGridPos() so compilers don't complain.
|
3 years ago |
Andrew Belt
|
df89de7847
|
Move Svg to window:: namespace.
|
3 years ago |
Andrew Belt
|
f25a17075c
|
Add window:: namespace.
|
3 years ago |
Andrew Belt
|
88362055e8
|
Use simpler PortLight design.
|
3 years ago |
Andrew Belt
|
bb3c32820b
|
Fix AudioWidget channel number.
|
3 years ago |
Andrew Belt
|
13673d02f2
|
Remove alphaLabel from MenuBar.
|
3 years ago |
Andrew Belt
|
b458c189a0
|
Fix incorrect channel count display in AudioWidget.
|
3 years ago |
Andrew Belt
|
f5cdd22baf
|
Tweak menu item tip.
|
3 years ago |
Andrew Belt
|
8ab787e1ca
|
Add Ctrl+click menu item tip.
|
3 years ago |
Andrew Belt
|
e925855ac4
|
Fix regex for module preset filename prefix.
|
3 years ago |
Andrew Belt
|
95ed0bb5c5
|
Fix module paste key command. Fix crash when deleting module selection.
|
3 years ago |
Andrew Belt
|
04a24fb71f
|
Sort preset names in module preset menu.
|
3 years ago |
Andrew Belt
|
8160796dbb
|
Change AccountPasswordField from TextField to PasswordField.
|
3 years ago |
Andrew Belt
|
f77afa08e3
|
Add Scene::getMousePos().
|
3 years ago |
Andrew Belt
|
84b98e9d96
|
Dispatch Action event on Knob when clicking and releasing without moving beyond a threshold distance.
|
3 years ago |
Andrew Belt
|
28780a74bd
|
Remove "Scaled Linear" from Knob Mode menu item.
|
3 years ago |
Andrew Belt
|
e80210779e
|
Push ParamChange history action when scrolling knobs.
|
3 years ago |
Andrew Belt
|
2344abbc11
|
If knobScroll is enabled, don't move knobs while scrolling the rack.
|
3 years ago |
Andrew Belt
|
f1635cd96b
|
Add Module::jsonStripIds().
|
3 years ago |
Andrew Belt
|
a37ad4eeb5
|
Rename EventState::setHovered() etc to setHoveredWidget() etc.
|
3 years ago |
Andrew Belt
|
62a93d099c
|
Add Internal to app::Switch.
|
3 years ago |
Andrew Belt
|
c08c6e365a
|
Add ParamQuantity::smoothEnabled.
|
3 years ago |
Andrew Belt
|
6800e7f231
|
Remove microseconds from module meter.
|
3 years ago |