Tom Poole
c54b8ef3ae
Re-saved all projects
2020-10-05 18:42:02 +01:00
Tom Poole
73d1a1ff45
Bump version number to 6.0.3
2020-10-05 18:33:04 +01:00
Tom Poole
d0ed3e3d0f
Re-saved all projects
2020-10-05 17:10:16 +01:00
Tom Poole
c9aba7f613
Bump version number to 6.0.2
2020-10-05 17:05:28 +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
8020c3420a
Re-saved all projects
2020-08-25 11:12:31 +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
f9e6030f85
Re-saved all projects
2020-08-14 16:07: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
Tom Poole
816d7cf826
Re-saved all projects
2020-08-03 17:06:14 +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
ed
916bba55b0
Projucer: Check if jucerFormatVersion has changed before setting
2020-07-08 11:02:55 +01:00
reuk
8e19473b52
macOS: Add NSBluetoothAlwaysUsageDescription to macOS plists as well as iOS ones
2020-07-08 09:58:01 +01:00
reuk
7fe7104eea
Projucer: Fix gcc 10 warnings
2020-07-08 09:58:01 +01:00
reuk
2022407f97
Projucer: Add a VALID_ARCHS property to the Xcode exporter
2020-07-08 09:58:01 +01:00
reuk
aabae18b0a
Projucer: Add new macOS SDKs
2020-07-08 09:58:01 +01:00
ed
d9460f11c2
Re-saved all projects
2020-07-07 12:52:00 +01:00
ed
6aeb9d7dda
Bump version number to 6.0.1
2020-07-07 12:47:58 +01:00
ed
91d9679f0b
Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version
2020-07-07 12:39:25 +01:00
ed
3411ea56f5
Projucer: Fixed some over-escaping in the CLion exporter
2020-07-06 14:10:49 +01:00
ed
819ccc08ca
Projucer: Escape VST plug-in target names correctly in generated makefile
2020-07-03 14:09:24 +01:00
ed
6973f850d7
Projucer: Fixed upgrade message
2020-07-02 11:03:51 +01:00
ed
baa5400672
Projucer: Fixed some namespace issues in the GUI editor
2020-07-02 11:03:51 +01:00
ed
8e17e1e1c2
Projucer: Bump android gradle and plugin versions
2020-07-01 19:12:17 +01:00
ed
d1bfb83fa4
Projucer: Fixed a bug causing GUI editor code written with older Projucer versions to be overwritten
2020-07-01 11:22:27 +01:00
reuk
2d103ce8f2
Projucer: Fix gcc 4.8 build issue
2020-07-01 10:00:43 +01:00
reuk
013fd5e5d6
juce6: Update some referenes to JUCE 5 in docstrings
2020-07-01 10:00:43 +01:00
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
2020-07-01 10:00:43 +01:00
ed
159a274a03
Projucer: Added a more helpful message for incompatible licenses
2020-06-30 17:33:34 +01:00
ed
009d685179
Updated all license headers
2020-06-29 08:30:22 +01:00
ed
0d410ef3e6
Projucer: Updated projucerMajorVersion to use ProjectInfo::versionNumber
2020-06-29 08:27:39 +01:00