ed
|
cf93f79cc8
|
Projucer: Removed sign-in
|
5 years ago |
ed
|
9d69018d97
|
Projucer: Removed app reporting
|
5 years ago |
ed
|
521c250413
|
Projucer: Remove custom VST3 path options
|
5 years ago |
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
5 years ago |
reuk
|
2ca69e8f70
|
Projucer: Stop requiring JuceHeader to be included in projects
|
5 years ago |
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
5 years ago |
ed
|
620383e93c
|
Projucer: Added a setting for enabling and setting the macOS NSAppleEventsUsageDescription plist key
|
5 years ago |
ed
|
e4af85e07b
|
Projucer: Only set PIP generated project settings when they are non-empty
|
5 years ago |
ed
|
2b48d0e4bc
|
Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator
|
5 years ago |
ed
|
c73c5512d5
|
Projucer: Refactored the module handling code
|
5 years ago |
Tom Poole
|
fadd578b60
|
Projucer: Updated the autoupdater
|
5 years ago |
ed
|
5623dcda09
|
Projucer: Added an option to enable app sandbox inheritance in the Xcode exporter
|
5 years ago |
ed
|
7484ac3dd3
|
Projucer: Updated all project templates to use include search path when including JuceHeader.h
|
5 years ago |
ed
|
ecf97e2a08
|
Projucer: Removed some unused code from the FilePathPropertyComponent
|
5 years ago |
ed
|
ed588307b7
|
Projucer: Added Bluetooth permissions setting needed for iOS 13.0+
|
5 years ago |
ed
|
212eb09e7e
|
Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled
|
5 years ago |
Tom Poole
|
1fd9c2f282
|
Projucer: Added an "add recommended warning flags" checkbox to the exporters
|
6 years ago |
Tom Poole
|
a92b231677
|
Projucer: Fixed an error in the PIP generator
|
6 years ago |
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
Lukasz Kozakiewicz
|
b4617412c2
|
Projucer: add project level repositories section to Android exporter.
|
6 years ago |
Tom Poole
|
a9a0f6b92f
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
Lukasz Kozakiewicz
|
556eda320b
|
Projucer: add "Extra module's build gradle content" field to Android exporter.
|
6 years ago |
Lukasz Kozakiewicz
|
abff8ccfdf
|
Projucer: add "Custom gradle.settings content" field to Android exporter.
|
6 years ago |
ed
|
fef1093f6e
|
Projucer: Update PIP creator window colours when colour scheme changes
|
6 years ago |
ed
|
7495163471
|
Projucer: Made the light colour scheme highlight colour a bit more readable
|
6 years ago |
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
Tom Poole
|
28ce837575
|
Projucer: Added macOS app sandboxing options
|
6 years ago |
ed
|
479371eb8d
|
Projucer: Fix generating JUCE example PIPs with useLocalCopy = 0
|
6 years ago |
ed
|
4dad6ee028
|
Projucer: Add a project setting to specify a shell script that will be run after saving
|
6 years ago |
ed
|
92350e421d
|
Projucer: Refactor the autoupdater to set executable file permissions after updating
|
6 years ago |
Tom Poole
|
ba7e1f7658
|
Projucer: Added options to configure macOS Hardened Runtime
|
6 years ago |
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
6 years ago |
Tom Poole
|
602d68dcbc
|
Projucer: Changed the text on the sign out button
|
6 years ago |
ed
|
ce33b4aea1
|
Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins
|
6 years ago |
ed
|
cdd8f2b78a
|
Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples
|
6 years ago |
ed
|
b2e2346745
|
Projucer: Add an option to specify per-file compiler flags
|
6 years ago |
jules
|
da2b10ada6
|
Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'.
|
6 years ago |
ed
|
9afccfba10
|
Projucer: Enable "Plugin MIDI Input" and "Plugin MIDI Output" settings when generating the ArpeggiatorPlugin demo from a PIP
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
4eeca92437
|
Projucer: Add a blank launch screen storyboard to iOS projects if no custom xcassets folder is set so that the latest iOS device resolutions are supported and add a field to the iOS exporter which allows a custom storyboard file to be used instead
|
6 years ago |
ed
|
02b7c0936d
|
Projucer: Check command-line JUCE modules path before the global path when creating PIPs from JUCE examples
|
6 years ago |
ed
|
ec46ad4891
|
Projucer: Only add example assets path to projects generated from JUCE example PIPs
|
6 years ago |
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
|
6 years ago |
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
|
6 years ago |
ed
|
7b09d14695
|
Projucer: Use relative paths for PIP includes and modules if project isn't temporary
|
6 years ago |
Lukasz Kozakiewicz
|
de8d029cfe
|
Update Android project template to have recommended default values
|
6 years ago |
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.
|
6 years ago |