ed
d9460f11c2
Re-saved all projects
5 years ago
ed
6aeb9d7dda
Bump version number to 6.0.1
5 years ago
ed
91d9679f0b
Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version
5 years ago
ed
af968f5d78
Small fix for previous commit
5 years ago
ed
f1a5f2ef1e
Windows: Fixed drag and drop position for DPI-unaware windows
5 years ago
ed
3411ea56f5
Projucer: Fixed some over-escaping in the CLion exporter
5 years ago
ed
c64ddc4490
Linux: Use versioned X11 libs to load symbols so we aren't relying on the *-dev libs to be installed on user's machines
5 years ago
ed
e19b1bde71
VST3: Don't remove content wrapper component from desktop before destroying on Linux
5 years ago
ed
a95ec7bc8f
Linux: Check parent window is still valid before unmapping/destroying embedded OpenGL window
5 years ago
reuk
e9321bf565
CMake: Fix demos which failed to build on Windows
The PushNotificationsDemo is not supported on Windows, so I've
stopped CMake from configuring it in the first place.
5 years ago
reuk
c3f6318c7c
FileBrowserComponent: Update all filenameBox text when LnF changes
5 years ago
ed
744e16eebd
Fixed some Doxygen parsing issues
5 years ago
ed
31022e4521
VST3: Fixed some build errors and warnings with JUCE_VST3_CAN_REPLACE_VST2=1 on Linux
5 years ago
ed
819ccc08ca
Projucer: Escape VST plug-in target names correctly in generated makefile
5 years ago
ed
c6bd5cb3df
Removed unused JUCE_WIN32 define
5 years ago
reuk
422e4a0083
VST3: Fix link of 32-bit plugins
5 years ago
reuk
9cc3fca7d0
RangedDirectoryIterator: Allow querying the estimated progress
5 years ago
ed
6973f850d7
Projucer: Fixed upgrade message
5 years ago
ed
baa5400672
Projucer: Fixed some namespace issues in the GUI editor
5 years ago
ed
0d26cf8e46
Re-saved all projects
5 years ago
ed
3726d5f4a7
OpenSL: Correctly free interface objects
5 years ago
ed
877f47dd53
Oboe: Don't add unknown audio device types to device list
5 years ago
ed
fa4e8c2d9d
Android: Enabled 64-bit DemoRunner builds
5 years ago
ed
60fdcc88f6
Re-saved DemoRunner
5 years ago
ed
8e17e1e1c2
Projucer: Bump android gradle and plugin versions
5 years ago
ed
d8a119e542
Fixed some GCC 5 compatibility issues
5 years ago
reuk
86aa024138
ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly
5 years ago
ed
16ebe88346
Skip troublesome static_assert in AudioBuffer when building with the live-build engine
5 years ago
ed
5fe53862ae
Android: Updated to Oboe 1.4.2
5 years ago
ed
d1bfb83fa4
Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten
5 years ago
reuk
b096c16c04
FileBrowserComponent: Fix issue where up button was hidden after changing the look and feel
5 years ago
reuk
2d103ce8f2
Projucer: Fix gcc 4.8 build issue
5 years ago
reuk
013fd5e5d6
juce6: Update some referenes to JUCE 5 in docstrings
5 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
5 years ago
reuk
286bb40a9e
Clang: Ensure that the VST3 entry point is exported when building with Clang on Windows
5 years ago
reuk
3c15dc79de
Clang: Fix some preprocessor defs on windows
5 years ago
reuk
c6861bf96e
Clang: Remove unused data member
5 years ago
reuk
ac2d7ee272
Clang: Fix build errors when using a recent clang-cl
5 years ago
reuk
ab6c407b9f
CMake: Fix lto flag when building with clang-cl
5 years ago
reuk
a3b68f5c60
CMake: Include helper targets, rather than exporting them
This change should mean that if JUCE is installed using one compiler
(e.g. clang) and then consumed in a build that uses a different compiler
(e.g. gcc), the helper targets will use the correct flags for both
compilers.
5 years ago
reuk
eaf2dd5ef8
CMake: Fix error when specifying multi-item VST3_CATEGORIES
5 years ago
ed
a2d1fc412a
VST3: Return correct count for MIDI input/output buses in getBusCount() and enable/disable them based on activateBus() calls
5 years ago
ed
b0790feab6
VST3: Re-initialise plug-in MIDI buses in prepareToPlay()
5 years ago
ed
159a274a03
Projucer: Added a more helpful message for incompatible licenses
5 years ago
ed
55df0897d1
JUCE version 6.0.0
5 years ago
ed
c1c347c64e
JUCE 6.0.0 ChangeList.txt
5 years ago
ed
eabc5cf06c
Updated breaking changes doc
5 years ago
ed
de6ecc57f8
Added JUCE 6 LICENSE.md
5 years ago
ed
009d685179
Updated all license headers
5 years ago
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
5 years ago