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

9215 commits

Author SHA1 Message Date
ed
9f68aff35b macOS: Fixed some symbol clashes when building 32-bit plug-ins 2020-08-12 17:02:34 +01:00
reuk
8fc1c1abae
JACK: Fix bug where input and output devices were reversed 2020-08-05 13:44:17 +01:00
ed
33f34273d4 VST3: Added DLLHandleCache singleton pool to hold and dispose of opened plug-in handles when hosting 2020-08-05 12:33:55 +01:00
ed
452c3e6e64 macOS: Fixed warnings about NSKVONotifying subclasses on shutdown 2020-08-04 12:14:31 +01:00
reuk
c4f41de21d
ASIO: Fix warnings when building with ClangCL 2020-08-04 11:37:38 +01:00
reuk
994ba04d7e
FileChooser: Use a newer friendlier filebrowser on Windows 2020-08-04 11:37:38 +01:00
ed
a4d43c16e3 Added an underline toggle to FontsDemo 2020-08-04 10:26:41 +01:00
ed
508d6de04e Underline whitespace atoms in TextEditor when font is underlined 2020-08-04 10:26:41 +01:00
ed
4ddcc7bb61 macOS: Set CoreText underline property when creating native text layout 2020-08-04 10:26:41 +01:00
ed
12bff68e34 Added vertical justification support to TextEditor 2020-08-03 18:28:21 +01:00
ed
f85d362c9f iOS: Fixed ContentSharer native window visibility 2020-07-31 11:21:17 +01:00
ed
c73d215cc0 Linux: Use return code of which to determine whether executable is available instead of parsing output 2020-07-28 15:23:52 +01:00
Tom Poole
f6782fe25b Revert "XML: Added an additional assertion when parsing/creating malformed namespaced tag names"
This reverts commit 56f11e8611.
2020-07-22 16:33:41 +01:00
Tom Poole
56f11e8611 XML: Added an additional assertion when parsing/creating malformed namespaced tag names 2020-07-22 14:04:46 +01:00
ed
21e4522891 Ensure that audio device is always stopped before modifying in AudioDeviceManager::setAudioDeviceSetup() 2020-07-21 15:51:15 +01:00
ed
00ed43e29a Linux: Fixed a UTF-8 conversion issue in the system clipboard code 2020-07-20 17:17:54 +01:00
ed
e92749e7ca Linux: Fixed a bug in detecting which native file browser to use on Manjaro where which returns a non-empty string on failure and fixed a bug in zenity wildcard args 2020-07-20 17:17:54 +01:00
ed
9db01c4362 Linux: Set class hint for windows so they behave correctly in the dock 2020-07-20 17:17:54 +01:00
ed
5b5554b7eb macOS/iOS: Fixed a leak in the VideoComponent code when loading videos asynchronously 2020-07-20 17:17:54 +01:00
ed
1b2c9c154b iOS: Don't set the font smoothing property of the graphics context on iOS so that cached Component images render the same as the default 2020-07-20 17:17:54 +01:00
ed
dd3c96b7e7 iOS: Make sure that native FileChooser is visible and is dismissed correctly when user taps outside the chooser window 2020-07-20 17:17:54 +01:00
ed
8152b21bf2 iOS: Fixed warning about adding rootViewController view to view hierarchy 2020-07-20 17:17:53 +01:00
ed
54f65256e2 Cleaned up some whitespace 2020-07-20 17:17:53 +01:00
ed
301f4f5437 iOS: UIViewComponentPeer refactoring 2020-07-20 17:17:53 +01:00
ed
ccfee61773 iOS: Removed some unused deployment target checks 2020-07-20 17:17:53 +01:00
Ivan Cohen
2f9b301cb7 DSP: Fixed a logarithmic conversion issue in Phaser 2020-07-17 11:43:48 +01:00
Tom Poole
6e99a435ed Whitespace 2020-07-14 12:46: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
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
juce-team
f9f5caa5cc
macOS 11: Fix function pointer conversions 2020-07-08 09:58:01 +01:00
reuk
395321b4dc
Ignore deprecation warnings in PushNotifications 2020-07-08 09:58:01 +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
6aeb9d7dda Bump version number to 6.0.1 2020-07-07 12:47:58 +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
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
c3f6318c7c
FileBrowserComponent: Update all filenameBox text when LnF changes 2020-07-03 17:52:21 +01:00