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

7271 commits

Author SHA1 Message Date
ed
b5214a341e Normalised lambda whitespace 2020-06-05 09:37:56 +01:00
ed
d510b73cdf Normalised all whitespace before args in std::function 2020-06-05 09:37:49 +01:00
ed
3283f2224a Projucer: Added new start page window 2020-06-04 14:52:29 +01:00
ed
4c95c227f6 Android: Fixed inverted screensaver logic 2020-06-04 14:51:56 +01:00
reuk
b5dac7968f
Xcode: Fix ambiguous symbol errors in VST3 wrapper
The missing CoreFoundation include was causing issues when building
VST3 plugin-hosts.
2020-06-02 20:02:29 +01:00
reuk
9dc6e687c1
MIDI: Allow MidiMessageCollector to preallocate storage 2020-06-01 13:40:08 +01:00
reuk
f7ccdd54bb
Midi: Fix midi buffer iterator tag 2020-06-01 13:40:08 +01:00
ed
606e8a509b AudioProcessorGraph: Return Node::Ptr from removeNode() 2020-06-01 12:18:23 +01:00
ed
0d610c52b2 Removed an unused define from the JUCE splash screen 2020-06-01 09:56:42 +01:00
ed
05602341fc OpenGL: Take global scale factor into account when setting rendering scale on Windows 2020-05-29 16:55:56 +01:00
ed
40ab91dea4 macOS: Fixed an issue in FakeMouseMoveGenerator when a global scale factor is applied 2020-05-29 16:55:56 +01:00
ed
351c5142e5 AAX: Resize host window correctly when global scale != 1 2020-05-29 16:55:56 +01:00
ed
889f3baa70 iOS: Fixed a leak in the FileChooser code 2020-05-28 14:17:52 +01:00
ed
73e4cb832d AU: Resize host window correctly when global scale != 1 2020-05-28 09:49:29 +01:00
ed
5d9eb7ee1f Whitespace 2020-05-28 09:49:29 +01:00
ed
fb34363c0a VST3: Fixed some alignment warnings when loading VST2-compatible state data 2020-05-28 09:48:50 +01:00
ed
b8f8a1781d AU: Ignore implicit fallthrough warning when including AU headers 2020-05-27 12:11:27 +01:00
ed
9de335a575 Removed references to nonexistent function in BubbleMessageComponent docs 2020-05-27 09:51:51 +01:00
ed
b57509c4a2 Removed some cross-module relative includes 2020-05-22 16:46:52 +01:00
ed
ceb410ca69 iOS: Fixed a linker error when compiling juce_events without juce_gui_basics 2020-05-22 16:46:52 +01:00
ed
2bfed0b354 Removed some unnecessary JUCE_MODULE_AVAILABLE_* checks 2020-05-22 16:46:52 +01:00
ed
77787bd3ae VST: Query host window scale factor when opening editor window 2020-05-22 11:47:05 +01:00
ed
b77b14c6c3 Fixed some incorrect documentation examples for the Rectangle::removeFromRight() and ::removeFromBottom() methods 2020-05-22 11:22:43 +01:00
ed
da552112a8 Linux: Fixed a data race in the ALSA code 2020-05-21 09:24:40 +01:00
ed
685dc4fd78 Fixed a typo 2020-05-20 18:38:39 +01:00
ed
539f524853 Android: Added some missing AudioDeviceInfo types 2020-05-20 18:08:48 +01:00
ed
1507ceb941 Ensure that the ContentSharer singleton is cleaned up on shutdown 2020-05-20 18:08:11 +01:00
ed
281ae0b067 macOS: Render OpenGL frames on ThreadPoolJob instead of directly on the CVDisplayLink thread to avoid a deadlock 2020-05-20 11:45:44 +01:00
reuk
71fa877454
MPESynthesiserBase: Fix and add tests for renderNextBlock 2020-05-18 17:12:43 +01:00
ed
4b6be143cf Fixed some doxygen warnings 2020-05-18 14:43:50 +01:00
ed
a8b6066187 Linux: Use host scaling for VST plug-ins on hiDPI screens 2020-05-18 14:05:54 +01:00
reuk
fca3429e6e
DSP: Update convolution 2020-05-15 18:06:03 +01:00
reuk
9f03f30ad4
Docs: Add new top-level docs folder 2020-05-15 14:25:44 +01:00
reuk
0e9fb915fa
CMake: Add Wpedantic as a recommended warning flag 2020-05-14 14:36:09 +01:00
Ivan Cohen
29c8b2358d DSP: Added documentation for DryWetMixingRule and PannerRule enum classes 2020-05-13 15:13:21 +01:00
ed
270237be9b macOS: Disable CVDisplayLink driver when continuous repainting is false 2020-05-12 16:46:06 +01:00
reuk
092bc44413
MinGW: Fix windows/gcc warnings 2020-05-11 11:28:28 +01:00
reuk
407ac52fe4
DSP: Fix argument order in BallisticsFilter 2020-05-11 10:41:33 +01:00
ed
fb030ade16 VST: Resize host window when global scale factor is changed 2020-05-07 14:37:33 +01:00
reuk
51e8450026
Zlib: Make declarations match when including zlib code 2020-05-05 12:28:47 +01:00
reuk
f49b3733ec
Warnings: Silence some GCC warnings 2020-05-05 12:28:47 +01:00
reuk
bf51d2c076
CMake: Use juce_add_modules to import modules from install tree
This change means that imported juce modules will be made available both
with and without a namespace prefix, e.g. `juce_core` and
`juce::juce_core` will both be created.

This change allows custom modules to specify dependencies without a
juce:: prefix, which allows the modules to be used with the Projucer, or
under CMake with JUCE in a subdirectory, or under CMake with JUCE
installed to the system.
2020-05-05 12:28:46 +01:00
ed
51b07dc038 VST3: Always destroy plug-in instances on the message thread 2020-05-04 17:42:56 +01:00
ed
b0f261c5e3 MP3: Fixed a global buffer overflow and constexpr'd a few things 2020-05-04 17:42:25 +01:00
ed
5816958001 Squashed some deprecation warnings on the latest iOS and macOS versions 2020-05-04 17:41:52 +01:00
ed
00d8910cc5 Fixed hue wrap-around for negative values in HSV/HSL colours 2020-04-30 16:49:32 +01:00
ed
f60ca1fb8d Whitespace 2020-04-30 16:49:23 +01:00
ed
eeff1e6174 Fixed hue wrap-around in HSV/HSL colours, added some more unit tests and added methods to distinguish between HSV and HSL saturation 2020-04-29 12:45:02 +01:00
ed
3bca5221ff VST3: Check if plugFrame is still valid in Linux fd callback to fix issue with hosts deleting plugFrame before calling removed() 2020-04-29 11:07:57 +01:00
ed
6f70982783 iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds 2020-04-28 12:10:28 +01:00