Lukasz Kozakiewicz
|
b4617412c2
|
Projucer: add project level repositories section to Android exporter.
|
6 years ago |
ed
|
8aa1573eaa
|
Projucer: Removed some unused settings from the Android exporter
|
6 years ago |
Tom Poole
|
a9a0f6b92f
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
Tom Poole
|
2fc4404a74
|
Fixed some more RTAS build errors and marked it as deprecated
|
6 years ago |
ed
|
76c741e09b
|
Projucer: Made sure a sensible default exporter is chosen when none have been selected
|
6 years ago |
jules
|
c6d1828a32
|
A few more internal updates for better smart pointer use
|
6 years ago |
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
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 |
jules
|
a97c4a9139
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
6 years ago |
ed
|
a2017062f5
|
Projucer: Use correct newline chars when writing XML
|
6 years ago |
ed
|
8e02cf9292
|
Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit
|
6 years ago |
jules
|
62ead7dc7d
|
Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added!
|
6 years ago |
jules
|
6463529371
|
Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs
|
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 |
jules
|
bb5b534ab8
|
Added a couple more file types to the projucer's list when stripping whitespace
|
6 years ago |
Lukasz Kozakiewicz
|
7c4601473a
|
Android: fix PushNotifications that got broken by Android low level code rework.
|
6 years ago |
ed
|
a9b4dcd9e9
|
Projucer: Made the exporter selector box a bit more robust
|
6 years ago |
ed
|
08798a9b72
|
Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows
|
6 years ago |
Tom Poole
|
e41bb41a1e
|
Fixed a typo
|
6 years ago |
Tom Poole
|
28ce837575
|
Projucer: Added macOS app sandboxing options
|
6 years ago |
ed
|
84c05cbecc
|
Projucer: Added an option to the Xcode exporter to override the project bundle identifier
|
6 years ago |
ed
|
251ec6daa8
|
iOS: Made it clear that the "Audio Background Capability" setting must be enabled for MidiInput/Output::createNewDevice() to succeed
|
6 years ago |
ed
|
479371eb8d
|
Projucer: Fix generating JUCE example PIPs with useLocalCopy = 0
|
6 years ago |
ed
|
a8ff4ea180
|
Projucer: Send warning message in Project::removeDefunctExporters() to stdout when running from the command-line
|
6 years ago |
ed
|
c96bf71488
|
Removed some empty ValueTree::Listener methods that are no longer needed
|
6 years ago |
ed
|
4dad6ee028
|
Projucer: Add a project setting to specify a shell script that will be run after saving
|
6 years ago |
Tom Poole
|
1774052b61
|
MacOS: Removed the "update to latest version" Xcode warning
|
6 years ago |
Tom Poole
|
d11ef30e09
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
6 years ago |
ed
|
e54208ecc8
|
Projucer: Don't sort module libs list when adding to exporter
|
6 years ago |
ed
|
ead04aa9f2
|
Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled
|
6 years ago |
ed
|
78f3f299d5
|
Projucer: Tidy up a couple of places not using ValueWithDefault objects in the Xcode exporter
|
6 years ago |
ed
|
5666d5b1b0
|
Projucer: Escape single quote marks in the function generated by the --obfuscated-string-code command-line tool
|
6 years ago |
Tom Poole
|
78aa1af18b
|
MacOS: Removed the "update to latest version" Xcode warning
|
6 years ago |
ed
|
97922ff129
|
Projucer: Avoid hitting an assertion in Random::nextInt() when using the --obfuscated-string-code command-line tool with strings containing fewer than 3 sections
|
6 years ago |
ed
|
4c58efa407
|
Projucer: Fixed a bug when clicking the save and open in IDE button after changing the target project folder setting
|
6 years ago |
ed
|
e6ea529902
|
Projucer: Increase the height of the "Custom Xcode Flags" field
|
6 years ago |
ed
|
526272c4f5
|
Projucer: Fixed a potential crash when reloading a GUI builder document
|
6 years ago |
ed
|
92350e421d
|
Projucer: Refactor the autoupdater to set executable file permissions after updating
|
6 years ago |
Tom Poole
|
c91f872f9a
|
CLion: Fixed some issues loading a CMakeLists.txt generated on Windows
|
6 years ago |
ed
|
33901385de
|
Projucer: Always add custom launch screen storyboard files to iOS projects even when a custom xcassets folder is specified
|
6 years ago |
ed
|
2fd7c587ad
|
Projucer: Made the "Custom Launch Storyboard" setting in the iOS exporter take a path to the .storyboard file to be used relative to the project root folder and add this file as an Xcode resource directly
|
6 years ago |
Tom Poole
|
91ed59d117
|
Projucer: Fixed a bug exporting CLion projects
|
6 years ago |
Tom Poole
|
42301905e2
|
Projucer: Fixed a bug exporting CLion projects
|
6 years ago |
ed
|
d84b3d62bd
|
Projucer: Added a VS2019 exporter
|
6 years ago |
Tom Poole
|
ba7e1f7658
|
Projucer: Added options to configure macOS Hardened Runtime
|
6 years ago |
ed
|
38da38f658
|
Projucer: Minor formatting tweaks in the makefile exporter code
|
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 |