1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

3409 commits

Author SHA1 Message Date
Tom Poole
3a8db2f04d Re-saved all projects 2021-03-22 09:35:42 +00:00
Tom Poole
4c58e50f2e Bump version number to 6.0.8 2021-03-22 09:24:48 +00:00
Tom Poole
6efb77bed3 Fixed a bug escaping MTL_HEADER_SEARCH_PATHS in the Xcode exporter 2021-03-15 10:07:53 +00:00
Tom Poole
717774b648 VST3: Fixed the plug-in bundle path on aarch64 2021-03-12 18:02:23 +00:00
Tom Poole
0e599bea06 Re-saved all projects 2021-03-12 16:58:39 +00:00
ed
4ea3053b1c Projucer: Updated URL::createInputStream() code to use URL::InputStreamOptions 2021-03-12 16:23:59 +00:00
reuk
55ffcd1893
CMake: Use CMAKE_OSX_SYSROOT to locate AU/Rez files
This change should allow CMake builds to work with either a full Xcode
install, or a CommandLineTools-only install.
2021-03-08 18:47:03 +00:00
ed
8500f40b95 AudioPluginHost: Only auto-scale VST plug-in windows 2021-03-05 18:40:03 +00:00
ed
3a0af69eff AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows 2021-03-02 15:53:45 +00:00
reuk
45409bb4e6
FileChooser: Hide chooser when it leaves scope on Windows 2021-03-02 10:49:39 +00:00
reuk
1817c54169 CMake: Add Unity build back in for PIPs 2021-02-23 18:33:55 +00:00
reuk
f68ee25b52 CMake: Automatically set archiving-related properties when generating for Xcode 2021-02-23 18:05:06 +00:00
reuk
d6376e710f CMake: Use correct include paths when invoking rez 2021-02-23 18:05:06 +00:00
ed
7b6d6d55cb AudioPluginHost: Fixed backwards compatibility with old internal plug-in names 2021-02-19 19:07:13 +00:00
reuk
67093bfe10 juceaide: Be explicit about commandline argument encoding 2021-02-18 17:16:45 +00:00
reuk
77ffb3839a CMake: Allow more than one AAX category to be specified 2021-02-18 17:16:45 +00:00
reuk
64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
reuk
fd1a9b6d14
CMake: Fix issue where UIRequiresFullScreen key was not written to plist 2021-02-18 10:54:29 +00:00
reuk
b1917085db
AudioProcessor: Update listener callback with change details 2021-02-18 10:54:29 +00:00
reuk
e301a75ea3 CMake: Allow custom xcassets folder to be used, without specifying ICON_BIG or ICON_SMALL 2021-02-11 15:57:38 +00:00
reuk
b94d4170f0 CMake: Fix issue where module source file filters were too broad 2021-02-06 18:25:53 +00:00
ed
65f2de3def iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option 2021-02-05 11:34:39 +00:00
ed
271a9cd7a4 Re-saved all projects 2021-02-05 11:34:39 +00:00
ed
b5496b16f3 iOS: Correctly set UIViewControllerBasedStatusBarAppearance and UIStatusBarHidden in .plist 2021-02-05 11:34:39 +00:00
reuk
ef1926f916 CMake: Remove unused IAA function 2021-02-02 20:24:03 +00:00
reuk
998883e557
CMake: Group module sources along with other module files 2021-02-02 16:35:09 +00:00
ed
1746d7bc4d Projucer: Removed a duplicate check in VersionInfo::isNewerVersionThanCurrent() 2021-02-01 10:12:36 +00:00
ed
b8c64bacf4 Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor 2021-02-01 10:10:33 +00:00
reuk
9a57f50ade
CMake: Fix configuration error when using header-only modules 2021-01-31 21:27:53 +00:00
ed
5b432431fd Re-saved all projects 2021-01-29 14:22:47 +00:00
ed
0510e22f42 Projucer: Bump LastUpgradeCheck property in Xcode projects 2021-01-29 14:21:05 +00:00
ed
4d566799ee Projucer: Only add optional Java source sets to Android projects when the module is enabled 2021-01-29 10:56:49 +00:00
reuk
3baaad8b5b
XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
Tom Poole
2ef9899818 Projucer: Fixed the inclusion of Xcode subprojects using the new build system 2021-01-27 19:51:43 +00:00
Tom Poole
cfefaf0acf Re-saved all projects 2021-01-27 19:51:43 +00:00
Tom Poole
882be26069 Projucer: Made the .pbxproj formatting more consistent with that produced by Xcode 2021-01-27 19:51:43 +00:00
Tom Poole
932b2e0209 Re-saved all projects 2021-01-27 11:46:21 +00:00
ed
a6bfcc6427 Projucer: Removed a reference to AppConfig.h (which may or may not be present) in the JUCE_PROJUCER_VERSION warning 2021-01-25 09:16:59 +00:00
Tom Poole
748d477a17 Projucer: Made multiline text input boxes resize to fit their contents 2021-01-20 17:53:34 +00:00
reuk
7c88dec30d
CMake: Improve module source grouping 2021-01-20 11:02:09 +00:00
Tom Poole
f125fcf146 Projucer: Fixed a bug fetching JUCE API data 2021-01-19 20:31:37 +00:00
reuk
fac6116441 Projucer: Remove unnecessary const 2021-01-18 12:25:14 +00:00
reuk
5629927c63
CMake: Fix an issue where AUv3 execute permission could go missing during install 2021-01-15 16:43:10 +00:00
reuk
6c353f8d03
CMake: Make JUCE targets default to targeting both iPhone and iPad 2021-01-15 10:55:47 +00:00
Tom Poole
8a23d0caaa Re-saved all projects 2021-01-14 17:26:38 +00:00
Tom Poole
2553336f45 Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
Tom Poole
89fc0124e5 Re-saved all projects 2021-01-13 16:12:24 +00:00
Tom Poole
25dccd53c0 Bump version number to 6.0.6 2021-01-13 16:06:01 +00:00
ed
72695f91c7 Re-saved all projects 2021-01-07 11:19:16 +00:00
ed
7014541291 Projucer: Added macOS 11.1 to SDK options 2021-01-07 09:59:26 +00:00