Tom Poole
da07dad30d
Projucer: Bump LastUpgradeCheck property in Xcode projects
2020-12-18 15:58:10 +00:00
reuk
c213796951
Projucer: Fix quote escaping in CodeBlocks exporter
2020-12-15 11:25:56 +00:00
ed
b0c8917430
Projucer: Fixed a bug recalling code editor colour schemes when invoked from the command-line
2020-12-14 12:01:35 +00:00
ed
6e6f866458
Projucer: Suppress warnings about using the OpenGL framework when using the new build system
2020-12-10 10:14:36 +00:00
ed
1fbde8c505
Projucer: Fixed issues navigating to warnings/errors when using the new Xcode build system
2020-12-10 10:14:36 +00:00
ed
a352366702
Projucer: Tidied up some whitespace
2020-12-10 10:05:31 +00:00
ed
fc14dc402e
Projucer: Enabled the "New Build System" by default for Xcode projects and added an exporter setting to enable the old behaviour
2020-12-09 15:40:20 +00:00
ed
b828830af8
Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens
2020-12-03 17:27:17 +00:00
reuk
1201b43ad8
Projucer: Bump LastUpgradeCheck property in Xcode projects
2020-12-02 15:33:36 +00:00
reuk
4494c96760
Build: Add GarageBand info to plugin templates
2020-12-02 15:19:49 +00:00
reuk
f2e0552ba7
Build: Update docs for plugin- and manufacturer-code
2020-12-02 15:19:48 +00:00
Tom Poole
4e91da6dac
Fixed a typo
2020-12-02 13:09:22 +00:00
Tom Poole
20b63e2a61
Projucer: Added warning about in-place autoupdating on Windows
2020-12-01 19:01:32 +00:00
reuk
ba172bc828
Build: Provide option to suppress resourceUsage keys in AU plists
2020-11-26 11:19:44 +00:00
ed
57f4d4a618
Projucer: Removed deprecated Android NDK path property
2020-11-25 17:39:57 +00:00
ed
e4c3d53c7a
Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth
2020-11-25 17:39:57 +00:00
ed
f2d0d324d3
Projucer: Updated Android target SDK version to API level 29
2020-11-25 17:39:57 +00:00
ed
57fd6422ca
Only add modules explicitly declared in PIP file in PIPGenerator
2020-11-25 17:39:46 +00:00
ed
47dc58620d
Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing
2020-11-25 17:39:41 +00:00
reuk
fc0d1814eb
Projucer: Add iOS 14.0 deployment target option
2020-11-16 17:22:00 +00:00
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.
2020-11-16 09:01:41 +00:00
ed
f46b60280e
Projucer: Don't set makeCamelCase argument when creating plug-in template class name
2020-11-05 16:53:17 +00:00
ed
b7e28541ca
Replaced deprecated Displays methods
2020-10-27 12:38:59 +00:00
Tom Poole
336398893d
Projucer: Deprecate the CLion exporter
2020-10-26 14:37:04 +00:00
ed
2f098c16d0
Projucer: Fixed incorrect Xcode property in the CLion exporter
2020-10-22 17:14:02 +01:00
ed
e043408224
Projucer: Fixed a keyboard focus issue with project messages
2020-10-06 15:39:47 +01:00
ed
d5497ab01a
Projucer: Don't trigger background version check when it has been explicitly disabled
2020-10-06 15:39:47 +01:00
ed
5f0706ec0e
Projucer: Add Xcode subprojects using relative paths
2020-10-05 10:19:21 +01:00
ed
1870e2d5fd
Projucer: Use RelativePath for querying file extensions in Xcode exporter to correctly handle cross-platform paths
2020-09-07 15:51:56 +01:00
reuk
3c60312e53
Projucer: Fix bug in isPluginClientSource
2020-09-04 10:22:56 +01:00
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.
2020-09-03 18:36:30 +01:00
ed
268ac3d5c8
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
2020-08-27 14:14:14 +01:00
ed
333f98d204
Squashed some compiler warnings with -Wmissing-prototypes enabled
2020-08-27 14:13:58 +01:00
ed
e1282f285d
Projucer: Fixed a typo
2020-08-25 13:20:43 +01:00
ed
d677fd6264
Projucer: Added PCH support for Xcode and Visual Studio exporters
2020-08-25 11:12:23 +01:00
ed
0335d43b58
Projucer: Specify standard LTCG instead of incremental (fast) in the VS link options to get rid of warning about not compiling with function-level linkage
2020-08-20 18:10:21 +01:00
ed
b196855b37
Projucer: Fixed some warnings in the latest Xcode
2020-08-14 16:07:21 +01:00
ed
ad0e7b829f
Projucer: Add missing module dependencies when creating new projects
2020-08-12 17:02:44 +01:00
Tom Poole
6f22faf29d
Linux: Fixed a bug setting the VST3 plug-in bundle arch dir
2020-08-05 15:40:23 +01:00
reuk
14eebfb85a
Projucer: Write correct icon format in Codeblocks exporter
2020-07-29 11:08:22 +01:00
ed
a3af3a5381
Projucer: Disable project saving when file modification warning is showing
2020-07-28 15:23:31 +01:00
ed
f916fb42c2
Projucer: Run post-export script after saving project file
2020-07-21 18:12:26 +01:00
ed
450ac8ade5
Projucer: Don't assert when no icons are specified in Code::Blocks exporter
2020-07-21 15:50:51 +01:00
ed
6a9f9cd550
Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages
2020-07-21 15:50:14 +01:00
Tom Poole
31613e8e7d
Support Metal shaders in modules
2020-07-17 11:39:12 +01:00
ed
6a01abbc41
Projucer: Tidy up
2020-07-14 12:51:07 +01:00
ed
1afbbe5417
Projucer: Made the plug-in client file target type check a bit more robust
2020-07-14 10:10:09 +01:00
ed
3de4fab219
Projucer: Synchronise access to EnabledModuleList state
2020-07-10 19:05:36 +01:00
ed
7ce8cc32e9
Projucer: Open example files in new window
2020-07-08 17:08:32 +01:00
ed
9bc5cb8c08
Projucer: Support opening multiple files from macOS and don't re-open all last open project windows if started from a file open
2020-07-08 17:08:32 +01:00