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

772 commits

Author SHA1 Message Date
ed
31025ae3e6 Projucer: Initialise the legacy VST dependency in the Makefile exporter so that the path is correctly added to the build 2018-12-14 16:46:07 +00:00
ed
7f4b094018 Projucer: Check if component position is relative to any other components when filling out the setBounds() code in the GUI builder 2018-12-13 10:12:50 +00:00
ed
203b50a189 Projucer: Use the legacy build system for Xcode projects to work around some issues with Xcode 10 2018-12-10 09:55:34 +00:00
Tom Poole
d06a2b8c13 Fixed compatibility with GCC 4.8 2018-12-06 10:45:23 +00:00
ed
ec46ad4891 Projucer: Only add example assets path to projects generated from JUCE example PIPs 2018-12-06 09:46:12 +00:00
ed
4710fd7b1f Projucer: Copy the Unity GUI script to the bundle resources folder on macOS to fix a code signing issue 2018-12-03 15:48:05 +00:00
Tom Poole
b206729988 Code::Blocks: Fixed a bug linking curl more often than required 2018-11-29 13:05:41 +00:00
Tom Poole
f547c13dcb Projucer: Removed the juce_video module from the list of defaults 2018-11-29 12:14:15 +00:00
Tom Poole
81634a788b Code::Blocks: Fixed an issue building plug-ins with spaces in their name 2018-11-29 12:12:14 +00:00
ed
1f40a7b10e Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings 2018-11-28 15:32:15 +00:00
ed
b8a4e00cb4 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 2018-11-27 17:28:36 +00:00
ed
7b09d14695 Projucer: Use relative paths for PIP includes and modules if project isn't temporary 2018-11-27 16:40:58 +00:00
ed
5b9f834fb3 Projucer: Display relative exporter specific SDK paths correctly 2018-11-27 16:08:27 +00:00
ed
725079f6bc Projucer: Add VST2 and VST3 SDK path options to project exporters if hosting is enabled 2018-11-27 14:32:23 +00:00
ed
a2002354a1 Projucer: Trim the Oboe repository path string when saving the Android exporter 2018-11-23 15:14:22 +00:00
ed
9ade3b30d5 Projucer: Request audio recording permissions in the Audio Application template on platforms which require it 2018-11-16 16:59:52 +00:00
Lukasz Kozakiewicz
de8d029cfe Update Android project template to have recommended default values 2018-11-14 18:21:36 +01:00
ed
47f607c2d3 Projucer: Allow dynamic library targets in the iOS exporter 2018-11-13 14:54:53 +00:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
ed
463f5ea5b0 Projucer: Ensure that the default bundle identifier doesn't contain any illegal characters 2018-11-13 09:25:45 +00:00
ed
33baa50986 Projucer: Fixed a bug in scanning exporter module paths when there are no compatible exporters on the current OS 2018-11-12 11:25:22 +00:00
Tom Poole
a1c343b97d Projucer: Fixed a bug connecting to the build server on startup 2018-11-10 10:24:15 +00:00
ed
ada0fdfeaf Projucer: Fixed a bug where multiple AlertWindows could be shown for an out-of-date version 2018-11-09 12:04:51 +00:00
ed
b56bdd83fd Projucer: Only add paths from compatible exporters when scanning exporter module paths 2018-11-09 11:22:25 +00:00
ed
d543df6aff Projucer: Sanitise Unity plug-in names when generating the C# script class name 2018-11-08 09:13:22 +00:00
ed
0ae6bdb511 Projucer: Fixed an unused variable warning in the live-build engine 2018-11-06 10:29:50 +00:00
Tom Poole
35033add4c Linux: Prevent unnecessary relinking in Makefiles 2018-11-05 17:00:26 +00:00
Tom Poole
f9017f7adc Projucer: Fixed a bug creating plug-in projects from PIPs 2018-11-05 16:31:09 +00:00
ed
fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 2018-11-05 16:12:32 +00:00
ed
2709a84248 Projucer: Ensure that the correct area of a FilePathPropertyComponent is highlighted when performing file drag-and-drop and fix an overly restrictive assertion on Windows 2018-11-05 16:03:00 +00:00
Lukasz Kozakiewicz
2718ce96f0 Updates to support the latest Oboe (c5c3cc17f78974bf005bf33a2de1a093ac55cc07). 2018-11-05 10:03:05 +00:00
ed
c4663b5aec Projucer: Fixed a bug when recalling empty SDK path values 2018-11-05 09:29:02 +00:00
ed
3a77e52210 Projucer: Define JucePlugin_Name earlier in AppConfig.h so that JUCE_STANDALONE_APPLICATION is set correctly 2018-11-02 14:35:08 +00:00
ed
dbd48a755c Projucer: Only add platform toolset, target platform version and IPP setting properties to configuration property groups in the VS exporter 2018-11-01 17:55:36 +00:00
ed
86bdcbae15 Projucer: Add a cp command to the Makefile exporter to copy the Unity GUI script to the build directory 2018-11-01 09:57:33 +00:00
ed
3458d11078 Projucer: Increase the height of the user settings popup slightly when using the Projucer in GPL mode 2018-10-31 15:24:14 +00:00
ed
e7cf00e977 Fix a Linux build error in previous commit 2018-10-25 16:55:29 +01:00
ed
9684de485c Projucer: Avoid hitting some assertions in File::parseAbsolutePath() when searching for the DemoRunner on Windows 2018-10-25 16:47:22 +01:00
ed
1702fa04aa Projucer: Fixed a dangling pointer crash which could occur in modules items with config flags 2018-10-25 15:14:31 +01:00
ed
e3635ec2f8 Projucer: Re-scan invalid JUCE module paths to ensure AvailableModuleList is updated 2018-10-25 11:12:06 +01:00
ed
b758d83415 Projucer: Removed an unused method and fixed a potential crash when refreshing module tree items 2018-10-25 11:06:00 +01:00
ed
a58b3ff38b Projucer: Added a "Reset to Defaults" button to the global paths window 2018-10-25 09:47:17 +01:00
ed
8667ffc059 Projucer: Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them 2018-10-24 11:45:51 +01:00
Tom Poole
a3566b8c1e Removed the embedded VST2 SDK 2018-10-23 16:00:43 +01:00
ed
0f103ac7e7 Projucer: Ensure that per-exporter SDK paths are backwards compatible 2018-10-23 11:06:42 +01:00
ed
c407d528b1 Projucer: Fixed a bug where per-exporter SDK paths would not be saved/recalled correctly 2018-10-23 10:17:38 +01:00
ed
f57237df83 Projucer: Fixed another unreachable code warning 2018-10-23 09:43:59 +01:00
ed
aa99b2f0ae Projucer: Fixed an unreachable code warning 2018-10-23 09:30:07 +01:00
ed
1a25a0615c Projucer: Removed some unused methods from ProjucerApplication and refactored the DemoRunner scanning code to cache previously found files 2018-10-22 16:43:13 +01:00
ed
c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 2018-10-22 16:42:22 +01:00