Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
1 year ago |
Tom Poole
|
ff0cb4ad5b
|
Use NullCheckedInvocation in more places
|
1 year ago |
Anthony Nicholls
|
b09b4c3bc0
|
Slider: add getNormalisableRange()
|
1 year ago |
reuk
|
28414a6af8
|
Global: Avoid floating-point equality checks where possible
|
2 years ago |
Oliver James
|
9d909fc3fe
|
Slider: LookAndFeel outline style
|
2 years ago |
Anthony Nicholls
|
28c31b1f26
|
Slider: allow a sliders text-box to update when a colour changes in the slider
|
2 years ago |
Anthony Nicholls
|
c7689793f2
|
Widgets: call repaint() in colourChanged() callbacks
|
2 years ago |
attila
|
6da1357fde
|
Slider: Update PopupDisplay in updateText()
|
2 years ago |
reuk
|
b324a50e82
|
BailOutChecker: Add checks after callbacks in Slider and ComboBox
Co-authored-by: Roland Rabien <figbug@gmail.com>
|
2 years ago |
Tom Poole
|
2eee1c1bd9
|
Slider: Respect setNumDecimalPlaces after setRange
|
2 years ago |
attila
|
94dcad52d0
|
Slider: Add keyboard control even without accessibility
|
3 years ago |
attila
|
7c66dc8e15
|
Slider: Add keyboard control even without accessibility
|
3 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
ed
|
b421159be3
|
Accessibility: Use ignored AccessibilityHandler for slider text boxes to fix keyboard focus/accessible focus sync issue
|
3 years ago |
reuk
|
7f0a305199
|
Slider: Ensure that current Value is always treated as a double
|
3 years ago |
ed
|
b3a6e796f9
|
Fix potential nullptr dereference in Slider::ScopedDragNotification destructor
|
3 years ago |
ed
|
3739fe4829
|
Accessibility: Added ScopedDragNotification for sending slider drag notifications
|
3 years ago |
ed
|
945a7f4477
|
Accessibility: Send value change notifications from SliderAccessibilityHandler
|
3 years ago |
reuk
|
19e1488e18
|
Slider: Add getScrollWheelEnabled function
|
3 years ago |
ed
|
c559d31e90
|
Accessibility: Override Accessibility::getHelp() for JUCE widgets that support tooltips
|
3 years ago |
ed
|
e2d41dfa0a
|
Accessibility: Fixed slider step size for sliders with no interval explicitly set
|
3 years ago |
ed
|
333983947e
|
Accessibility: Removed widget_handlers
|
4 years ago |
ed
|
6a36af2a11
|
Fixed a lambda capture lifetime issue when setting up IncDecButtons style sliders
|
4 years ago |
ed
|
ec990202b1
|
Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics
|
4 years ago |
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
2539f4d24f
|
DRY-ed some code by adding a static Component::getApproximateScaleFactorForComponent() method
|
6 years ago |
Tom Poole
|
92c30e780d
|
Allowed linear-drag rotary sliders to rollover
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
257b40eddb
|
Added an optional argument to Slider::setDoubleClickReturnValue() to specify the key modifiers used to reset the value with a single-click
|
6 years ago |
Tom Poole
|
6d2e17ed85
|
APVTS: Fixed an issue displaying slider value suffixes
|
6 years ago |
ed
|
666d9d1ed4
|
Add a nullptr check in Slider PopupDisplayComponent destructor
|
6 years ago |
ed
|
a1363c1825
|
Slider: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods.
|
7 years ago |
hogliux
|
9fee13ba82
|
Slider: Added missing ComponentPeer flags to the popup display of a slider
|
7 years ago |
hogliux
|
8377a6406b
|
Scaling: Ensured that the Slider's PopupDisplayComponent will have the same transform applied as the Slider itself
|
7 years ago |
Tom Poole
|
9f85d53c66
|
Made Sliders preserve their skews when updating their range
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
df6f60f2e0
|
Fixed a bug calculating the number of decimal places displayed in a slider
|
7 years ago |
Tom Poole
|
c2a877cac8
|
Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider
|
7 years ago |
Tom Poole
|
284fdc51df
|
Added a setNormalisableRange method to Slider
|
7 years ago |
hogliux
|
c72cf7ed64
|
Added Slider method to modify the number of decimal places that are displayed in a slider's text box
|
7 years ago |
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
Noah Dayan
|
77c3d790a5
|
Added helper objects to Label and Slider to allow lambda callbacks
|
7 years ago |
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
7 years ago |
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
7 years ago |
jules
|
edea094d7d
|
Added an option to Slider::setVelocityModeParameters() to set the modifier keys
|
7 years ago |