Tom Poole
2a27ebcfae
JUCE version 7.0.7
2 years ago
attila
7f100d96e2
Fix MSVC warning
2 years ago
Tom Poole
39a7609868
Resave all projects
2 years ago
Tom Poole
b769982bb5
Bump version number to 7.0.7
2 years ago
Tom Poole
1e59930c24
Docs: Add some missing parameters
2 years ago
reuk
4d58025b89
CMake: Use XCODE_EMBED_APP_EXTENSIONS to automatically copy AUv3s to the correct location
2 years ago
reuk
06df68c971
CMake: Increase minimum supported version to 3.22
2 years ago
Tom Poole
3aa5d96e67
approximatelyEqual: Fix some compilation errors
2 years ago
Anthony Nicholls
f2e03eade0
IIRFilter: Fix potential divide by zero
2 years ago
Anthony Nicholls
2aff537ced
approximatelyEqual: Fix unreachable code warning in MSVC
2 years ago
reuk
a5b74332c2
WebInputStream: Report all headers
Status codes are already filtered in curlHeaderCallback, so there's no
need to remove them again in parseHttpHeaders. Request headers will
never include a status, so there's no need to remove the status in that
case.
2 years ago
reuk
308ae31810
CMake: Allow VST3 manifest generation to run later in the build
2 years ago
reuk
a305646440
CMake: Ensure that LV2 plugin can be built in isolation
2 years ago
Anthony Nicholls
03b86ceb08
SmoothedValue: Remove approximately equal
2 years ago
Anthony Nicholls
2bb530f636
approximatelyEqual: Add customisable tolerances for floating-point comparisons
2 years ago
attila
e4c87b766b
Fix crash occurring in VirtualDesktopWatcher during desktop scaling changes
2 years ago
Anthony Nicholls
19ba6bf193
Resave all projects
2 years ago
Anthony Nicholls
c014e1e9a2
Warnings: Add missing field initialisers warning
2 years ago
Anthony Nicholls
2a9ea9e534
Warnings: Reformat and match projucer and cmake recommended warnings
2 years ago
reuk
d821f84d6e
MidiKeyboardComponent: Avoid adding binding for keycode zero
2 years ago
reuk
22db5c985d
Projucer: Delete old-style single-file VST3 as part of MSVC build to avoid errors when creating directory with the same name
2 years ago
reuk
53118de2d2
SystemStats: Avoid OOB reads
2 years ago
Anthony Nicholls
8640dd004d
Thread: Fix an issue setting the priority of a realtime thread
2 years ago
reuk
6d7bf9281a
Projucer: Ensure plugin shared-code target is built with private symbol visibility
2 years ago
attila
0037e44a23
DelayLine: Fix early wrapping in Lagrange interpolation
Co-authored-by: LeonPS <leonps531@gmail.com>
2 years ago
reuk
f0aacca62c
macOS: Fix deprecations in macOS 14.0
2 years ago
reuk
a22e423fc6
CoreGraphics: Refactor for improved consistency
2 years ago
attila
9275754369
Fix MSVC build when using JucePlugin_AAXPageTableFile
2 years ago
reuk
a4aa7392d8
UIViewComponentPeer: Fix stalled rendering when JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS is enabled
2 years ago
attila
eafcd86cfa
Fix MSVC warning
2 years ago
Tom Poole
d24c272926
JUCE version 7.0.6
2 years ago
Tom Poole
600881f373
DelayLine: Fix a bug in Lagrange interpolation
2 years ago
Tom Poole
7e3f3fab89
Resave all projects
2 years ago
Tom Poole
d5cb08e60e
Bump version number to 7.0.6
2 years ago
Tom Poole
714e8dda62
Docs: Fix misnamed parameter
2 years ago
attila
2571e772d3
VST3 Host: Add ARA extension detection when scanning plugin from moduleinfo.json
2 years ago
luzpaz
3c9645fa60
Docs: Fix typos
2 years ago
reuk
17deafbb0d
OpenGL: Ensure a VAO is bound before calling user render callback
2 years ago
reuk
e4b8569b12
TextEditor: Avoid giving away keyboard focus unconditionally in destructor
While improving Android IME support (da38c1ed ), text editor destructors
were updated to explicitly pass keyboard focus elsewhere.
As far as I remember, the change was intended to prevent the text input
system from trying to send input events to components while they were
being destroyed, in which case the TextInputTarget and Component bases
may be 'valid', but the data members referenced by the TextInputTarget
implementation may have been destroyed.
The motivation for removing these lines is that giving away focus and
sending a focus event can cause all components to become unfocused. This
is problematic in the case of slider text editors - pressing 'enter'
will cause the TextEditor to be destroyed, but the parent component will
fail to gain focus, so pressing 'tab' will not have any effect.
2 years ago
reuk
3387ca362c
TextEditor: Avoid moveCaretTo(Start|End)OfLine moving to the previous line
2 years ago
reuk
97fa2f0e8a
Convolution: Fix integer conversion in unit tests
2 years ago
reuk
5f44c14576
CoreAudio: Check all entries in inAddresses array in AudioObjectPropertyListenerProc
2 years ago
reuk
0f80e1be1a
VST3: Fix ambisonic speaker layout conversions
2 years ago
reuk
a8fa44e05c
X11: Ask the host to manage client-initiated resizes
2 years ago
reuk
f8d38edcd4
X11: Use the _NET_WM_STATE_HIDDEN property to determine whether peers are visible on-screen
Running under Gnome, calling ComponentPeer::forceSetBounds immediately
after creating a new peer causes the peer to emit a visibility-changed
event because the window manager sometimes reports that the new window
is in IconicState.
_NET_WM_STATE_HIDDEN seems to more accurately reflect whether the window
is really minimised or off-screen.
2 years ago
reuk
6694160fab
VST3 Host: Fix PluginDescription::category fetched from moduleinfo.json
2 years ago
reuk
3ea663e91e
Projucer: Fix quoting of VST3 output bundle when running moduleinfotool
2 years ago
attila
3872c0d3cf
AAX Client: Fix returning invalid plugin IDs for layouts added in 2.5.0
2 years ago
Anthony Nicholls
2e93071f7a
HighResolutionTimer: Switch to an improved generic timer for most platforms
2 years ago
Anthony Nicholls
407720b557
Thread: Fix realtime threads on macOS
- macOS behaviour of setRealtime now matches other platforms
MR feedback
2 years ago