1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
Commit graph

11212 commits

Author SHA1 Message Date
ed
a30f735786 JUCE version 6.0.1 2020-07-07 12:54:11 +01:00
ed
67a9a76f24 Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten 2020-07-07 12:52:55 +01:00
ed
d9460f11c2 Re-saved all projects 2020-07-07 12:52:00 +01:00
ed
6aeb9d7dda Bump version number to 6.0.1 2020-07-07 12:47:58 +01:00
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 2020-07-07 12:39:25 +01:00
ed
af968f5d78 Small fix for previous commit 2020-07-07 09:04:06 +01:00
ed
f1a5f2ef1e Windows: Fixed drag and drop position for DPI-unaware windows 2020-07-06 17:21:14 +01:00
ed
3411ea56f5 Projucer: Fixed some over-escaping in the CLion exporter 2020-07-06 14:10:49 +01:00
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 2020-07-06 14:10:49 +01:00
ed
e19b1bde71 VST3: Don't remove content wrapper component from desktop before destroying on Linux 2020-07-06 14:10:49 +01:00
ed
a95ec7bc8f Linux: Check parent window is still valid before unmapping/destroying embedded OpenGL window 2020-07-06 14:10:49 +01:00
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.
2020-07-06 11:00:15 +01:00
reuk
c3f6318c7c
FileBrowserComponent: Update all filenameBox text when LnF changes 2020-07-03 17:52:21 +01:00
ed
744e16eebd Fixed some Doxygen parsing issues 2020-07-03 17:18:35 +01:00
ed
31022e4521 VST3: Fixed some build errors and warnings with JUCE_VST3_CAN_REPLACE_VST2=1 on Linux 2020-07-03 16:30:28 +01:00
ed
819ccc08ca Projucer: Escape VST plug-in target names correctly in generated makefile 2020-07-03 14:09:24 +01:00
ed
c6bd5cb3df Removed unused JUCE_WIN32 define 2020-07-03 14:09:24 +01:00
reuk
422e4a0083
VST3: Fix link of 32-bit plugins 2020-07-03 11:09:05 +01:00
reuk
9cc3fca7d0 RangedDirectoryIterator: Allow querying the estimated progress 2020-07-02 17:25:03 +01:00
ed
6973f850d7 Projucer: Fixed upgrade message 2020-07-02 11:03:51 +01:00
ed
baa5400672 Projucer: Fixed some namespace issues in the GUI editor 2020-07-02 11:03:51 +01:00
ed
0d26cf8e46 Re-saved all projects 2020-07-02 10:14:14 +01:00
ed
3726d5f4a7 OpenSL: Correctly free interface objects 2020-07-01 19:12:17 +01:00
ed
877f47dd53 Oboe: Don't add unknown audio device types to device list 2020-07-01 19:12:17 +01:00
ed
fa4e8c2d9d Android: Enabled 64-bit DemoRunner builds 2020-07-01 19:12:17 +01:00
ed
60fdcc88f6 Re-saved DemoRunner 2020-07-01 19:12:17 +01:00
ed
8e17e1e1c2 Projucer: Bump android gradle and plugin versions 2020-07-01 19:12:17 +01:00
ed
d8a119e542 Fixed some GCC 5 compatibility issues 2020-07-01 19:11:56 +01:00
reuk
86aa024138 ComboBoxAttachment: Fix an issue where parameter ranges were converted incorrectly 2020-07-01 16:25:13 +01:00
ed
16ebe88346 Skip troublesome static_assert in AudioBuffer when building with the live-build engine 2020-07-01 15:05:21 +01:00
ed
5fe53862ae Android: Updated to Oboe 1.4.2 2020-07-01 12:22:38 +01:00
ed
d1bfb83fa4 Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten 2020-07-01 11:22:27 +01:00
reuk
b096c16c04 FileBrowserComponent: Fix issue where up button was hidden after changing the look and feel 2020-07-01 10:00:43 +01:00
reuk
2d103ce8f2 Projucer: Fix gcc 4.8 build issue 2020-07-01 10:00:43 +01:00
reuk
013fd5e5d6 juce6: Update some referenes to JUCE 5 in docstrings 2020-07-01 10:00:43 +01:00
reuk
394c4fd475 Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
reuk
286bb40a9e Clang: Ensure that the VST3 entry point is exported when building with Clang on Windows 2020-07-01 10:00:43 +01:00
reuk
3c15dc79de Clang: Fix some preprocessor defs on windows 2020-07-01 10:00:43 +01:00
reuk
c6861bf96e Clang: Remove unused data member 2020-07-01 10:00:43 +01:00
reuk
ac2d7ee272 Clang: Fix build errors when using a recent clang-cl 2020-07-01 10:00:43 +01:00
reuk
ab6c407b9f CMake: Fix lto flag when building with clang-cl 2020-07-01 10:00:43 +01:00
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.
2020-06-30 17:40:54 +01:00
reuk
eaf2dd5ef8 CMake: Fix error when specifying multi-item VST3_CATEGORIES 2020-06-30 17:40:54 +01:00
ed
a2d1fc412a VST3: Return correct count for MIDI input/output buses in getBusCount() and enable/disable them based on activateBus() calls 2020-06-30 17:33:48 +01:00
ed
b0790feab6 VST3: Re-initialise plug-in MIDI buses in prepareToPlay() 2020-06-30 17:33:48 +01:00
ed
159a274a03 Projucer: Added a more helpful message for incompatible licenses 2020-06-30 17:33:34 +01:00
ed
55df0897d1 JUCE version 6.0.0 2020-06-29 08:36:03 +01:00
ed
c1c347c64e JUCE 6.0.0 ChangeList.txt 2020-06-29 08:30:54 +01:00
ed
eabc5cf06c Updated breaking changes doc 2020-06-29 08:30:38 +01:00
ed
de6ecc57f8 Added JUCE 6 LICENSE.md 2020-06-29 08:30:23 +01:00