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

11345 commits

Author SHA1 Message Date
Ivan Cohen
2f9b301cb7 DSP: Fixed a logarithmic conversion issue in Phaser 2020-07-17 11:43:48 +01:00
Tom Poole
31613e8e7d Support Metal shaders in modules 2020-07-17 11:39:12 +01:00
ed
6a01abbc41 Projucer: Tidy up 2020-07-14 12:51:07 +01:00
Tom Poole
6e99a435ed Whitespace 2020-07-14 12:46:25 +01:00
ed
1afbbe5417 Projucer: Made the plug-in client file target type check a bit more robust 2020-07-14 10:10:09 +01:00
ed
98c19f752f Bumped root CMakeLists.txt version number to 6.0.1 2020-07-12 13:19:59 +01:00
ed
41e72481fc Bumped root CMakeLists.txt version number to 6.0.1 2020-07-12 11:05:25 +01:00
reuk
5ab6042c04
Convolution: Fix issue where old convolution engines were sometimes used after calling prepare
The startThread/stopThread calls were moved to prevent a thread
sanitizer warning about a race on the vtable of Impl.
2020-07-10 20:04:48 +01:00
ed
3de4fab219 Projucer: Synchronise access to EnabledModuleList state 2020-07-10 19:05:36 +01:00
ed
94d853b00d Fixed some issues when navigating PopupMenus with the keyboard 2020-07-10 19:05:26 +01:00
ed
6e9261ea66 macOS: Don't pass native menu key events to currently focused Component 2020-07-10 18:47:06 +01:00
ed
757556d1ac Fixed a positioning bug in the standalone plug-in window 2020-07-10 17:50:23 +01:00
ed
a5d26db341 macOS: Call superclass constrainFrameRect for NSWindow to ensure that native title bar stays on screen 2020-07-10 17:50:11 +01:00
ed
c8a416f476 Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit 2020-07-10 17:50:05 +01:00
reuk
754ec66b42
Point: Fix incorrect type conversions in operator* and operator/ 2020-07-10 12:25:54 +01:00
reuk
03bdbb5364 GCC: Fix conversion warnings in JackAudio.cpp 2020-07-10 11:47:33 +01:00
reuk
4e0f3e8c91
macOS: Fix bug where keyUp messages were forwarding to the superclass keyDown 2020-07-09 11:20:25 +01:00
ed
dc8145fe6a Fixed a potential infinite resize loop when using the standalone plug-in window with a transformed editor 2020-07-08 17:47:10 +01:00
ed
60b6afd517 Added floating-point overrides for some Component area conversion methods 2020-07-08 17:47:10 +01:00
ed
7ce8cc32e9 Projucer: Open example files in new window 2020-07-08 17:08:32 +01:00
ed
9bc5cb8c08 Projucer: Support opening multiple files from macOS and don't re-open all last open project windows if started from a file open 2020-07-08 17:08:32 +01:00
ed
916bba55b0 Projucer: Check if jucerFormatVersion has changed before setting 2020-07-08 11:02:55 +01:00
reuk
8e19473b52
macOS: Add NSBluetoothAlwaysUsageDescription to macOS plists as well as iOS ones 2020-07-08 09:58:01 +01:00
reuk
7fe7104eea
Projucer: Fix gcc 10 warnings 2020-07-08 09:58:01 +01:00
juce-team
f9f5caa5cc
macOS 11: Fix function pointer conversions 2020-07-08 09:58:01 +01:00
reuk
2022407f97
Projucer: Add a VALID_ARCHS property to the Xcode exporter 2020-07-08 09:58:01 +01:00
reuk
cd234565d7
CMake: Fix issue where icons were not applied under the Xcode generator 2020-07-08 09:58:01 +01:00
reuk
aabae18b0a
Projucer: Add new macOS SDKs 2020-07-08 09:58:01 +01:00
reuk
395321b4dc
Ignore deprecation warnings in PushNotifications 2020-07-08 09:58:01 +01:00
reuk
d8c3124a46
CMake: Fix xcode paths in rez commandline 2020-07-08 09:58:00 +01:00
reuk
3f00226864
Camera: Use new capture API in macOS 10.15+ 2020-07-08 09:58:00 +01:00
reuk
b27017a5e3
macOS: Initial support for macOS 11 and arm64 2020-07-08 09:58:00 +01:00
Ivan Cohen
f5400b5764 DSP: Fixed an issue with feedback in Chorus 2020-07-08 09:42:54 +01:00
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