.. |
Button.cpp
|
Save draw state before each child is drawn, so widgets draw at (0, 0)
|
8 years ago |
ChoiceButton.cpp
|
Save draw state before each child is drawn, so widgets draw at (0, 0)
|
8 years ago |
FramebufferWidget.cpp
|
Renamed Plugin to Manufacturer, added multiline to TextField, added
|
7 years ago |
Label.cpp
|
Save draw state before each child is drawn, so widgets draw at (0, 0)
|
8 years ago |
Menu.cpp
|
Added child menus
|
7 years ago |
MenuEntry.cpp
|
Move version check dialog box to RackScene on main thread
|
7 years ago |
MenuItem.cpp
|
Added C#-style property constructor, explicitly clamp samples in Audio Interface, scroll horizontally if Shift is held
|
7 years ago |
MenuLabel.cpp
|
Add right-aligned text to menu
|
7 years ago |
MenuOverlay.cpp
|
Make MenuOverlay steal key commands, remove assertion for framebuffer
|
7 years ago |
PasswordField.cpp
|
Added SVGKnob, added TextField, PasswordField, migrated to SVGKnobs
|
8 years ago |
ProgressBar.cpp
|
Add param randomization, changed mapf to rescalef, other refactors
|
7 years ago |
QuantityWidget.cpp
|
Updated SchmittTrigger, QuantityWidgets can now have maxValue < minValue for inverted operation, added SnapKnob
|
8 years ago |
RadioButton.cpp
|
Save draw state before each child is drawn, so widgets draw at (0, 0)
|
8 years ago |
SVGWidget.cpp
|
Fix Light when transparency is used, added preliminary ZoomWidget functionality to RackScene, added experimental linear gradients to SVGWidget, added sticky mouse button to gui.cpp, fix math in ScrollBar
|
7 years ago |
Scene.cpp
|
Added Scene::createMenu(), renamed arch macros to ARCH_*
|
7 years ago |
ScrollBar.cpp
|
Fix Light when transparency is used, added preliminary ZoomWidget functionality to RackScene, added experimental linear gradients to SVGWidget, added sticky mouse button to gui.cpp, fix math in ScrollBar
|
7 years ago |
ScrollWidget.cpp
|
Scroll ScrollWidget with arrow keys on when nothing is focused
|
7 years ago |
Slider.cpp
|
Add param randomization, changed mapf to rescalef, other refactors
|
7 years ago |
SpriteWidget.cpp
|
Save draw state before each child is drawn, so widgets draw at (0, 0)
|
8 years ago |
TextField.cpp
|
Renamed Plugin to Manufacturer, added multiline to TextField, added
|
7 years ago |
Tooltip.cpp
|
Added SVGKnob, added TextField, PasswordField, migrated to SVGKnobs
|
8 years ago |
TransformWidget.cpp
|
Renamed scene.hpp to app.hpp, moved app stuff to src/app
|
8 years ago |
Widget.cpp
|
Changed onSelect/onDeselect to onFocus/onDefocus, added key commands for Open/Save/Save As, open in last used directory
|
7 years ago |
ZoomWidget.cpp
|
Middle click drag now sends an onScroll event in the object it is hovering, open UrlItem browser in new thread, use Module constructor for setting number of params/inputs/outputs
|
7 years ago |