Andrew Belt
|
35f3bdfc66
|
Use Christoph's name in credits.
|
3 years ago |
Andrew Belt
|
0cb26ec7c2
|
Clean up random::.
|
3 years ago |
Andrew Belt
|
d0224944c8
|
Make random number generator an inline class which increases performance and supports `std::random` distributions.
|
3 years ago |
Andrew Belt
|
75d5d8b5de
|
Fix handle position of Module-less ModuleWidgets. Move a few member variables to Internal struct.
|
3 years ago |
Andrew Belt
|
aee5e22ec2
|
Add AudioButton and MidiButton example. Make SvgButton trigger Action event when right-clicking.
|
3 years ago |
Andrew Belt
|
bb9e9b78ce
|
Add pimpl Internal* struct to several classes that have a possibility of needing more member variables in 2.x.
|
3 years ago |
Andrew Belt
|
008a984ff2
|
Add Credits and Software libraries sections to readme.
|
3 years ago |
Andrew Belt
|
5b2753db0b
|
Adjust TipWindow size.
|
3 years ago |
Andrew Belt
|
55aa05bb89
|
Set default line height to 1.2 in Label and Tooltip.
|
3 years ago |
Andrew Belt
|
288bd3fe99
|
Add logging when network::requestDownload() fails.
|
3 years ago |
Andrew Belt
|
94d7c70727
|
Add logging when network::requestJson() fails.
|
3 years ago |
Andrew Belt
|
f3827c82c7
|
Add major version checking to library plugin update check.
|
3 years ago |
Andrew Belt
|
6ffe9ff900
|
Don't redraw FramebufferWidget on subpixel change when dragging ModuleWidgets.
|
3 years ago |
Andrew Belt
|
aaf4e41421
|
Remove obsolete LEDSlider graphics.
|
3 years ago |
Andrew Belt
|
33176922cd
|
Fix LEDSlider handle position.
|
3 years ago |
Andrew Belt
|
427f490f44
|
Handle middle-click in ScrollWidget before children can consume it.
|
3 years ago |
Andrew Belt
|
3ad7445488
|
Don't scroll ScrollWidget with left-click but allow scrolling with Alt-click.
|
3 years ago |
Andrew Belt
|
f55fddf650
|
Make LEDSliderGreen etc aliases of LEDLightSlider<GreenLight> etc.
|
3 years ago |
Andrew Belt
|
d1f9326848
|
Fix center of light halo for non-square LightWidgets.
|
3 years ago |
Andrew Belt
|
65666c23ac
|
Implement LEDSlider using new template class structure.
|
3 years ago |
Andrew Belt
|
2442d33927
|
Add LEDSlider designs from Pyer.
|
3 years ago |
Andrew Belt
|
697571648d
|
Set default component ID to -1 in all classes.
|
3 years ago |
Andrew Belt
|
9423354b98
|
Fix LEDBezelLight size.
|
3 years ago |
Andrew Belt
|
bfbc130de3
|
Add some buttons/switches graphics from Pyer.
|
3 years ago |
Andrew Belt
|
5cb2341c85
|
Increase dirtyOnSubpixelChange threshold to 0.1 px.
|
3 years ago |
Andrew Belt
|
cf0219c9f6
|
Use VCVRack's branch of nanovg
|
3 years ago |
Andrew Belt
|
57b77e4a2d
|
Make alpha status a Label in MenuBar.
|
3 years ago |
Andrew Belt
|
a6edf06a14
|
Log app variant name.
|
3 years ago |
Andrew Belt
|
36ef61627e
|
Save and restore context when calling glfwPollEvents().
|
3 years ago |
Andrew Belt
|
22fd1a4ff1
|
Store Context instead of Window as user pointer of GLFWwindow.
|
3 years ago |
Andrew Belt
|
86c08cf195
|
Call Switch::onDragStart super method.
|
3 years ago |
Andrew Belt
|
4c41dd9a62
|
Add createSubmenuItem() helper.
|
3 years ago |
Andrew Belt
|
39f5a2f710
|
Reword Trigger -> Dispatch in comments.
|
3 years ago |
Andrew Belt
|
0c9598ba8f
|
Add SetPrimaryEvent and UnsetPrimaryEvent to Module.
|
3 years ago |
Andrew Belt
|
6e8cb42e7b
|
Serialize primaryModule in Engine instead of relying on modules to do it themselves.
|
3 years ago |
Andrew Belt
|
3e1466deed
|
Fix Module Browser sorting algorithms to use model order in plugin as last resort.
|
3 years ago |
Andrew Belt
|
2b9efc1401
|
Add string::join(). Reorder models how they are ordered in plugin's manifest. Use list instead of vector for models and tags in plugin::Plugin/Model.
|
3 years ago |
Andrew Belt
|
0cb6fa93e8
|
Revert to old font size behavior with NanoVG. This keep font sizes consistent.
|
3 years ago |
Andrew Belt
|
aea660c3b9
|
Fix sort order of query score in Module Browser.
|
3 years ago |
Andrew Belt
|
f43330e1fe
|
Add module count label to Module Browser header.
|
3 years ago |
Andrew Belt
|
42af36fa0b
|
Make SequentialLayout resize according to its contents. Fix margins of model container in Module Browser.
|
3 years ago |
Andrew Belt
|
30b3ff2ea0
|
Hide ResizeHandle by default.
|
3 years ago |
Andrew Belt
|
cdc44cda71
|
Add bgColor to MenuOverlay
|
3 years ago |
Andrew Belt
|
750cbfea5a
|
Use callbacks to set window pos, size, and maximized settings instead of
on Window destruction.
|
3 years ago |
Andrew Belt
|
ca44ad96cc
|
Correctly update window position and size when window is resized or
maximized.
|
3 years ago |
Andrew Belt
|
6a2d1a406d
|
Fix max halo size for LightWidget.
|
3 years ago |
Andrew Belt
|
023b0ea662
|
Add one-argument constructor of math::Vec.
|
3 years ago |
Andrew Belt
|
78ebb905e5
|
Fix filename case of Rogan6PSWhite-fg.svg
|
3 years ago |
Andrew Belt
|
6d19799dfb
|
Tweak spacing of TipWindow buttons.
|
3 years ago |
Andrew Belt
|
fa2f3d0234
|
Add ResizeHandle to Scene.
|
3 years ago |