Lukasz Kozakiewicz
|
a97bdd6352
|
Projucer: replace Windows 10 target SDK 10.0.15063.0 with 10.0.16299.0.
This fixes problems with some files missing in previous SDK version (like wininet.h).
|
7 years ago |
tpoole
|
413164f46a
|
Analytics: Added an new analytics module
|
7 years ago |
hogliux
|
55a917ebe5
|
AU/AUv3: Ensured that prepareToPlay is called when an AU host enables/disables non-realtime mode
|
7 years ago |
ed
|
331bd17aa5
|
Fixed a bug where the Slider popup display was being shown at the wrong position
|
7 years ago |
Lukasz Kozakiewicz
|
fc231a862f
|
Re-save all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
8 years ago |
jules
|
9e78aa7b32
|
Spelling fix
|
7 years ago |
ed
|
20e1cc0880
|
Removed a breaking change that is no longer a breaking change
|
7 years ago |
hogliux
|
8eb18cd5ae
|
VST2 Hosting: Don't try changing the channel layout for multi-bus VST2s. Multi-bus VST2s have a fixed layout.
|
7 years ago |
Lukasz Kozakiewicz
|
df1b43b704
|
Projucer: allow to specify custom content of AndroidManifest.xml
|
7 years ago |
jules
|
115354bef6
|
Avoided a pedantic warning/error in GCC
|
7 years ago |
jules
|
f2d8c4bc6b
|
Tweaked the new LookAndFeel misuse detector to avoid bothering people who don't clear their global L+F before deleting it
|
7 years ago |
jules
|
d4c1daa448
|
BLOCKS API: tweaked a timeout value to avoid unnecessary re-triggers
|
7 years ago |
tpoole
|
8174b66f11
|
CLion: Allowed the Projucer to launch CLion for supported projects
|
7 years ago |
ed
|
a166f01fce
|
Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step
|
7 years ago |
tpoole
|
463f1c840d
|
Removed the message manager lock from the AudioProcessorValueTreeState constructor
|
7 years ago |
tpoole
|
73573ede91
|
CLion: Fixed an issue when linking shared library code with spaces in the library name
|
7 years ago |
ed
|
52afdcb2ff
|
Projucer: Fixed a bug where plugin binary copy locations previously set in the Xcode exporter weren't being preserved
|
7 years ago |
tpoole
|
75236aa61d
|
Fixed a FlexBox rounding bug
|
7 years ago |
jules
|
20147fc0cc
|
A few code cleanups
|
7 years ago |
ed
|
5db438a45e
|
Projucer: Changed the default VST2 binary copy path used by the Visual Studio exporters
|
7 years ago |
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
ed
|
d346d6ef50
|
Projucer: Added a post-build step to Visual Studio plugin targets that copies the plugin to a specified folder, or the default folder for its type if one is not specified
|
7 years ago |
tpoole
|
18539d7e97
|
Fixed a bug in NormalisableRange
|
7 years ago |
Lukasz Kozakiewicz
|
bbf6053544
|
Viewport: enable “scroll on drag” mode by default on Android and iOS.
|
7 years ago |
Lukasz Kozakiewicz
|
37d151cdce
|
ListBox: update obsolete comment.
|
7 years ago |
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
7 years ago |
hogliux
|
b9b34393d1
|
Improved scheduling when multiple threads are fighting for the MessageManagerLock
|
7 years ago |
hogliux
|
4f617f8c58
|
Windows: Fixed an issue where WASAPI audio would not correctly restart when changing buffer sizes
|
7 years ago |
ed
|
994ab55247
|
Projucer: Made some usability and reliability improvements to the live-build engine
|
7 years ago |
jules
|
6db06f7a9a
|
Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere
|
7 years ago |
jules
|
bf64d88de8
|
Added a method WeakReference::Master::getNumActiveWeakReferences()
|
7 years ago |
jules
|
95053c0665
|
Quick spruce-up in the XML parser
|
7 years ago |
hogliux
|
431c834db2
|
Android: Make sure nav bars get hidden when asking for full screen mode and avoid retriggering the timer when they are already hidden
|
7 years ago |
tpoole
|
332ad9d489
|
Enabled non-message thread creation of AudioProcessorValueTreeState
|
7 years ago |
tpoole
|
51b3eaebb2
|
Fixed some VS2013 compiler errors
|
7 years ago |
hogliux
|
c2a04a3c98
|
Android: Added support for adding asm files to Android projects
|
7 years ago |
jules
|
7ea9874a01
|
Changed Component to hold a WeakReference to its LookAndFeel object, so that if you accidentally delete a LookAndFeel that's being used, it won't be a dangling pointer (but you may see some unexpected drawing behaviour!)
|
7 years ago |
jules
|
76696a5f0d
|
Tidied up some demo code
|
7 years ago |
tpoole
|
c8d3fcecd9
|
Fixed some GCC compiler warnings
|
7 years ago |
tpoole
|
af6b81fbc5
|
Fixed some VS2013 compiler warnings
|
7 years ago |
jules
|
bdc5a800a6
|
Bit of cleanup in Timer
|
7 years ago |
tpoole
|
6d60eae85e
|
VST3: Fixed a suspicious comma warning
|
7 years ago |
Lukasz Kozakiewicz
|
f6c74afc77
|
Resaved all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
c557369ccb
|
InAppPurchases: add OSX target to IAP demo app.
|
7 years ago |
Lukasz Kozakiewicz
|
e4bfb4f96f
|
InAppPurchases: fix the demo app after the latest changes to StringArray.
|
7 years ago |
Lukasz Kozakiewicz
|
1dd687eeb9
|
InAppPurchases: enable IAP on OSX.
|
7 years ago |
jules
|
6cb79e1414
|
Added back std::initializer_list constructors for Array and StringArray in addition to the variadic constructors
|
7 years ago |
jules
|
c9d98a4976
|
Removed explicitness from StringArray single-element constructor
|
7 years ago |
jules
|
acf28c6fa7
|
Removed the explicitness of the Array single-item constructors
|
7 years ago |