reuk
8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
4 years ago
Tom Poole
6efb77bed3
Fixed a bug escaping MTL_HEADER_SEARCH_PATHS in the Xcode exporter
4 years ago
ed
4ea3053b1c
Projucer: Updated URL::createInputStream() code to use URL::InputStreamOptions
4 years ago
reuk
64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace
4 years ago
ed
65f2de3def
iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option
4 years ago
ed
1746d7bc4d
Projucer: Removed a duplicate check in VersionInfo::isNewerVersionThanCurrent()
4 years ago
ed
b8c64bacf4
Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor
4 years ago
ed
0510e22f42
Projucer: Bump LastUpgradeCheck property in Xcode projects
4 years ago
ed
4d566799ee
Projucer: Only add optional Java source sets to Android projects when the module is enabled
4 years ago
reuk
3baaad8b5b
XmlElement: Update loops to use new iterators
4 years ago
Tom Poole
2ef9899818
Projucer: Fixed the inclusion of Xcode subprojects using the new build system
4 years ago
Tom Poole
882be26069
Projucer: Made the .pbxproj formatting more consistent with that produced by Xcode
4 years ago
ed
a6bfcc6427
Projucer: Removed a reference to AppConfig.h (which may or may not be present) in the JUCE_PROJUCER_VERSION warning
4 years ago
Tom Poole
748d477a17
Projucer: Made multiline text input boxes resize to fit their contents
4 years ago
Tom Poole
f125fcf146
Projucer: Fixed a bug fetching JUCE API data
4 years ago
reuk
fac6116441
Projucer: Remove unnecessary const
4 years ago
ed
7014541291
Projucer: Added macOS 11.1 to SDK options
4 years ago
Tom Poole
da07dad30d
Projucer: Bump LastUpgradeCheck property in Xcode projects
4 years ago
reuk
c213796951
Projucer: Fix quote escaping in CodeBlocks exporter
4 years ago
ed
b0c8917430
Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line
4 years ago
ed
6e6f866458
Projucer: Suppress warnings about using the OpenGL framework when using the new build system
4 years ago
ed
1fbde8c505
Projucer: Fixed issues navigating to warnings/errors when using the new Xcode build system
4 years ago
ed
a352366702
Projucer: Tidied up some whitespace
4 years ago
ed
fc14dc402e
Projucer: Enabled the "New Build System" by default for Xcode projects and added an exporter setting to enable the old behaviour
4 years ago
ed
b828830af8
Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens
4 years ago
reuk
1201b43ad8
Projucer: Bump LastUpgradeCheck property in Xcode projects
4 years ago
reuk
4494c96760
Build: Add GarageBand info to plugin templates
4 years ago
reuk
f2e0552ba7
Build: Update docs for plugin- and manufacturer-code
4 years ago
Tom Poole
4e91da6dac
Fixed a typo
4 years ago
Tom Poole
20b63e2a61
Projucer: Added warning about in-place autoupdating on Windows
4 years ago
reuk
ba172bc828
Build: Provide option to suppress resourceUsage keys in AU plists
4 years ago
ed
57f4d4a618
Projucer: Removed deprecated Android NDK path property
4 years ago
ed
e4c3d53c7a
Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth
4 years ago
ed
f2d0d324d3
Projucer: Updated Android target SDK version to API level 29
4 years ago
ed
57fd6422ca
Only add modules explicitly declared in PIP file in PIPGenerator
4 years ago
ed
47dc58620d
Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing
4 years ago
reuk
fc0d1814eb
Projucer: Add iOS 14.0 deployment target option
4 years ago
ed
42391ce309
Projucer: Made preprocessor define precedence consistent when not using a global AppConfig file
When a global AppConfig file is not added to a project, preprocessor defines from project, exporter and target settings now override defines that would have been in this file, matching the previous behaviour.
4 years ago
ed
f46b60280e
Projucer: Don't set `makeCamelCase` argument when creating plug-in template class name
4 years ago
ed
b7e28541ca
Replaced deprecated Displays methods
4 years ago
Tom Poole
336398893d
Projucer: Deprecate the CLion exporter
4 years ago
ed
2f098c16d0
Projucer: Fixed incorrect Xcode property in the CLion exporter
4 years ago
ed
e043408224
Projucer: Fixed a keyboard focus issue with project messages
4 years ago
ed
d5497ab01a
Projucer: Don't trigger background version check when it has been explicitly disabled
4 years ago
ed
5f0706ec0e
Projucer: Add Xcode subprojects using relative paths
4 years ago
ed
1870e2d5fd
Projucer: Use RelativePath for querying file extensions in Xcode exporter to correctly handle cross-platform paths
4 years ago
reuk
3c60312e53
Projucer: Fix bug in isPluginClientSource
4 years ago
reuk
8baf7a6b5d
Projucer: Ensure module sources are added to the correct target
Fixes an issue where module sources with names including `_Standalone_`, `_AU_`
etc. were added to the target for that plugin format, instead of being added to
the shared code target.
4 years ago
ed
268ac3d5c8
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
4 years ago
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
4 years ago