Tom Poole
|
b6a6a7ea26
|
Projucer: A minor tidyup
|
5 years ago |
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
5 years ago |
ed
|
620383e93c
|
Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key
|
5 years ago |
ed
|
60406a82b4
|
Projucer: Remove switch-default from recommended GCC compiler warning flags
|
5 years ago |
Tom Poole
|
f182c49331
|
Projucer: Fixed a UTF-8 encoding error in Windows resource files
|
5 years ago |
reuk
|
dddeb1ad68
|
Build: Fix Xcode 11.4 compatibility issues
|
5 years ago |
ed
|
a091a29929
|
Projucer: Cleaned up some exporter code
|
5 years ago |
ed
|
b29b45e8cd
|
Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions
|
5 years ago |
ed
|
bda05320cb
|
Projucer: Fixed a potential crash when quitting
|
5 years ago |
ed
|
e4af85e07b
|
Projucer: Only set PIP generated project settings when they are non-empty
|
5 years ago |
ed
|
e49e2bac7a
|
Projucer: Added xlargeScreens attribute to supports-screens in the Android exporter
|
5 years ago |
reuk
|
0dd3b02728
|
Projucer: Set hidden symbol visibility on macOS and Linux
|
5 years ago |
ed
|
7c75c6da70
|
Projucer: Added -Wswitch-enum, -Wswitch-default, and -Wredundant-decls to recommended GCC warning flags and -Wswitch-enum to recommended Clang warning flags
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
618f3645b2
|
Android: Fixed some issues in the native content sharing code
|
5 years ago |
ed
|
ad241f8fec
|
Projucer: Only add com.apple.security.app-sandbox entitlement by default to AUv3 projects on macOS
|
5 years ago |
ed
|
2b48d0e4bc
|
Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator
|
5 years ago |
ed
|
9e030b7eaf
|
Don't attempt to open input channels if audio recording permission isn't granted in the audio app template
|
5 years ago |
ed
|
11b184e43f
|
Projucer: Updated some code that was using an incorrect method to get module config flags
|
5 years ago |
Tom Poole
|
2650458e1f
|
Projucer: Changed the Xcode subproject paths to be relative to the build directory rather than the project directory
|
5 years ago |
ed
|
1c3128fc50
|
Projucer: Add push notifications entitlement to audio plug-in projects if exporter setting is enabled
|
5 years ago |
ed
|
f530adf19e
|
Projucer: Always add entitlements file for targets with hardened runtime enabled
|
5 years ago |
ed
|
c73c5512d5
|
Projucer: Refactored the module handling code
|
5 years ago |
Tom Poole
|
b452662ae7
|
Projucer: Changed the default architecture specified in Linux Makefiles
|
5 years ago |
Tom Poole
|
fadd578b60
|
Projucer: Updated the autoupdater
|
5 years ago |
Tom Poole
|
0831c718a2
|
macOS: Fixed some Projucer live-build issues on Catalina
|
5 years ago |
ed
|
631f1fae75
|
Projucer: Fixed an incorrect key when adding app sandbox entitlements in the Xcode exporter
|
5 years ago |
ed
|
3a2480b3a7
|
Projucer: Only add Xcode entitlements file to targets which require it
|
5 years ago |
ed
|
fdc9831e60
|
Projucer: Only add plug-in properties to plug-in projects
|
5 years ago |
ed
|
c8da037147
|
Projucer: Replace Unix line endings with Windows in the Visual Studio exporter pre- and post-build steps
|
5 years ago |
ed
|
a901eb96aa
|
Projucer: Add JuceLibraryCode folder to live-build engine system include paths
|
5 years ago |
ed
|
5623dcda09
|
Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter
|
5 years ago |
ed
|
7484ac3dd3
|
Projucer: Updated all project templates to use include search path when including JuceHeader.h
|
5 years ago |
ed
|
7d330ab782
|
Always #include JuceHeader.h from the include search path
|
5 years ago |
ed
|
c5e515aff4
|
Projucer: Rescan modules after setting global path when creating a new project
|
5 years ago |
ed
|
7a25bc9961
|
Projucer: Updated the documentation for the "Strip Local Symbols" Xcode exporter setting
|
5 years ago |
ed
|
161e5cd1c3
|
Projucer: Updated Android SDK/NDK fallback paths on Windows
|
5 years ago |
ed
|
664e08f796
|
Projucer: Avoid hitting an assertion when keeping windows onscreen
|
5 years ago |
ed
|
0eed5f0e33
|
Projucer: Update exporter paths when setting is changed
|
5 years ago |
Tom Poole
|
f5991879c5
|
Projucer: Added options for macOS temporary exception sandboxing entitlements
|
5 years ago |
Tom Poole
|
997b217179
|
macOS: Fixed compatibility targeting macOS 10.10 and earlier when building against the 10.15 SDK
|
5 years ago |
ed
|
2f6053b64e
|
Android: Removed hard dependency on billing client library
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
ed
|
605d0978ce
|
Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices
|
5 years ago |
ed
|
027e12e3a6
|
Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library
|
5 years ago |
ed
|
8b64915fa1
|
Projucer: Take title bar into account when keeping windows onscreen
|
5 years ago |
Tom Poole
|
b5f1beef7f
|
Projucer: Better setting of the default macOS SDK value
|
5 years ago |
Tom Poole
|
2c4ccf7b77
|
Projucer: Fixed an issue when using the macOS hardened runtime in plug-in projects
|
5 years ago |
Tom Poole
|
147bbef730
|
Projucer: Removed an unused function
|
5 years ago |
ed
|
aeaae3b44b
|
Projucer: Ensure that new project windows are always fully onscreen
|
5 years ago |