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

10682 commits

Author SHA1 Message Date
Tom Poole
75da0ef5cb DemoRunner: Fixed a layout bug in the fonts demo 2019-12-30 16:48:23 +00:00
Tom Poole
5ad8b1a50c macOS: Fixed an issue setting the CTFrame size for AttributedStrings 2019-12-30 16:39:07 +00:00
Tom Poole
1d2fc2ddd5 macOS: Fixed an issue restoring graphics state after drawing an AttributedString 2019-12-30 15:12:02 +00:00
Tom Poole
008f097e12 Windows: Fixed a DirectWrite justification bug 2019-12-30 11:38:41 +00:00
Tom Poole
c8fffa9044 Re-saved all projects 2019-12-19 12:12:04 +00:00
Tom Poole
2c4ccf7b77 Projucer: Fixed an issue when using the macOS hardened runtime in plug-in projects 2019-12-19 12:12:04 +00:00
reuk
7d2310795f Threadsafety improvements 2019-12-19 09:13:14 +00:00
Tom Poole
a268860713 AU: Improved the behaviour of setting and recalling presets 2019-12-18 17:30:39 +00:00
Tom Poole
54e1004957 Added FMA3 and FMA4 instruction detection 2019-12-18 15:31:59 +00:00
ed
859315fe4f Added a removeAudioDeviceType() method to AudioDeviceManager and made the ownership semantics of addAudioDeviceType() clearer 2019-12-18 09:47:37 +00:00
ed
57d3cc6166 Added Vienna Ensemble Pro detection to PluginHostType 2019-12-18 09:34:07 +00:00
ed
f312c96f24 Re-saved all projects 2019-12-17 09:22:11 +00:00
ed
c2f4da50b5 Android: Updated the JuceSharingContentProvider bytecode 2019-12-16 16:35:53 +00:00
ed
2916812581 Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition 2019-12-16 11:36:48 +00:00
ed
c964a842b1 Replaced WaitableEvent internals with std::condition_variable 2019-12-16 11:36:43 +00:00
ed
971fc8e589 Fixed a potential double deletion in ComponentAnimator::AnimationTask 2019-12-16 11:08:38 +00:00
Tom Poole
147bbef730 Projucer: Removed an unused function 2019-12-12 21:59:18 +00:00
Tom Poole
fd60158af1 macOS: Fixed some compiler warnings 2019-12-12 21:57:21 +00:00
Tom Poole
4859b47f58 Updated the documentation 2019-12-12 15:57:13 +00:00
ed
aeaae3b44b Projucer: Ensure that new project windows are always fully onscreen 2019-12-12 09:54:39 +00:00
Tom Poole
1650b1c175 Updated the InterAppAudio example to use the new APVTS getRawParameterValue method 2019-12-11 08:27:28 +00:00
ed
0b714fad47 Updated the documentation of AudioFormat::createWriterFor() 2019-12-10 09:16:02 +00:00
ed
570323daa5 Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 2019-12-09 15:47:39 +00:00
reuk
70ddcd16e6 APVTS: Use atomic floats for current parameter states 2019-12-09 15:01:49 +00:00
ed
eb780b56b8 Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions 2019-12-09 11:45:32 +00:00
ed
978faaca83 Added Reason detection to PluginHostType 2019-12-09 11:39:32 +00:00
reuk
6a27649a85 AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources 2019-12-09 10:42:17 +00:00
Tom Poole
5e209b37d3 AudioProcessorGraph: Fixed some thread safety issues 2019-12-09 09:56:26 +00:00
ed
c46194d08b Windows: Fixed a deadlock that could occur when dispatching messages from the overflow queue 2019-12-06 16:57:09 +00:00
jules
31e82060f1 Removed dependency on libalchemy for Bela support 2019-12-06 14:18:10 +00:00
ed
9c2ea30468 Added another missing TooltipWindow instance to the BlocksMonitorDemo example 2019-12-06 11:07:16 +00:00
ed
84a7f5533a Added a missing TooltipWindow instance to the WidgetsDemo example 2019-12-06 10:13:49 +00:00
ed
fa1c15b45e Re-saved all projects 2019-12-06 10:13:35 +00:00
ed
0273a4ad18 Fixed a config name mismatch in juce_events.h 2019-12-05 09:53:13 +00:00
Tom Poole
17275dbf8f ComboBox: Added a repaint call to showPopupIfNotActive 2019-12-02 15:23:35 +00:00
Tom Poole
98f4056d6e AudioProcessorParameterGroup: Improved the documentation 2019-12-02 13:29:56 +00:00
ed
c898376158 Check for UNC paths when normalising separators in File::parseAbsolutePath() 2019-12-02 10:58:59 +00:00
ed
a8e592d8a8 VST3: Scale the ContextMenu coords correctly in DPI-aware hosts 2019-11-29 15:36:52 +00:00
Tom Poole
d00d23139c VST3: Added the ability to change parameter names at runtime 2019-11-29 14:44:09 +00:00
jules
9b64141c93 Small fix to use of JUCEApplicationBase::quit() in linux event thread code 2019-11-29 14:22:57 +00:00
ed
ecbab99917 Normalise file separators in File::parseAbsolutePath() 2019-11-29 12:01:05 +00:00
Tom Poole
1adcc26ca6 VST3: Fixed an issue with non-contiguous IO buses 2019-11-29 11:46:02 +00:00
ed
5b65b33280 Make sure scrollbar listeners are updated in Viewport::updateVisibleArea() 2019-11-29 10:59:40 +00:00
ed
e095248d6d Added Cubase 10.5 detection to PluginHostType 2019-11-29 10:54:54 +00:00
Tom Poole
24d7a9a342 Updated some deprecated code use 2019-11-29 10:21:28 +00:00
ed
e18f6da884 Added setImage() builder methods to PopupMenu::Item 2019-11-29 09:56:05 +00:00
ed
35023af7ff Windows: Removed an ancient workaround when getting the input/output latencies of an ASIO device 2019-11-26 19:05:48 +00:00
Tom Poole
7ebaac9827 Added a JUCE_AU_WRAPPERS_SAVE_PROGRAM_STATES option to the juce_audio_plugin_client module 2019-11-26 17:01:22 +00:00
Tom Poole
0ceadf510b Fixed compatibility with JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 2019-11-26 10:11:00 +00:00
ed
23f211ab35 Fixed some warnings in the macOS and iOS push notifications code 2019-11-25 17:27:14 +00:00