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

997 commits

Author SHA1 Message Date
ed
f950061ed5 Projucer: Avoid linking external libraries in the shared code target on macOS 2019-07-17 16:45:42 +01:00
ed
a94610dfaf Projucer: Don't add Xcode resource files to exporters other than Xcode 2019-07-12 15:15:26 +01:00
Tom Poole
ec43e11abc VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
ed
1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
ed
302e4a6166 Projucer: Prevent duplicate module headers being added to the project when copying module files locally 2019-07-04 09:40:24 +01:00
ed
8c31fb2511 Projucer: Removed an unused method 2019-07-04 09:38:59 +01:00
ed
2d503c7a9d Projucer: Fixed an issue adding the juce_gui_basics javaopt folder when push notifications are enabled 2019-07-02 09:27:20 +01:00
ed
f3ea7e2b29 Projucer: Set the project name in Android settings.gradle file 2019-07-02 09:25:14 +01:00
Tom Poole
d16a30a294 Windows: Fixed a debug Projucer compile error when using VS2015 2019-07-01 11:29:09 +01:00
ed
212eb09e7e Projucer: Only add default com.roli.juce.JuceActivity activity class if push notifications are enabled 2019-06-25 09:57:54 +01:00
jules
69c3474012 Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus 2019-06-24 16:37:48 +01:00
ed
aef6bca60a Re-saved all projects 2019-06-24 15:10:06 +01:00
ed
49a7b30bae Projucer: Added macOS 10.15 and iOS 13 support 2019-06-24 15:05:51 +01:00
ed
73b1e45336 Projucer: Only add module javaopt folder to project in the Android exporter if the module is enabled 2019-06-24 12:42:18 +01:00
jules
cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 2019-06-20 13:55:18 +01:00
Tom Poole
c2a8e0d242 Re-saved some projects with new warning flags 2019-06-11 16:54:00 +01:00
Tom Poole
1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 2019-06-11 16:44:29 +01:00
Tom Poole
a0b0a3e7bd Projucer: Fixed an issue setting the fallback Android SDK path on Linux 2019-06-11 16:40:57 +01:00
ed
f58fe19815 Projucer: Fixed an error when setting the macOS SDK to the current version 2019-06-10 12:28:32 +01:00
Tom Poole
a92b231677 Projucer: Fixed an error in the PIP generator 2019-06-07 13:34:10 +01:00
ed
cb7e325d51 Fixed some variable shadowing warnings 2019-06-04 17:59:02 +01:00
Tom Poole
16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
ed
16d0697216 Projucer: Escape quotes in plug-in shared code linker flag 2019-06-03 12:01:23 +01:00
ed
d275f3f7b1 Projucer: Fixed a crash in the live-build engine ComponentClassList 2019-06-03 10:46:45 +01:00
ed
57ad812f2d Projucer: Updated the auto-generated image code following the latest std::unique_ptr changes 2019-06-03 10:19:59 +01:00
Lukasz Kozakiewicz
b4617412c2 Projucer: add project level repositories section to Android exporter. 2019-05-31 17:49:16 +02:00
ed
8aa1573eaa Projucer: Removed some unused settings from the Android exporter 2019-05-30 12:50:11 +01:00
Tom Poole
764782e142 Re-saved all projects 2019-05-30 12:13:00 +01:00
Tom Poole
a9a0f6b92f Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
Tom Poole
c41b0f3241 Projucer: Disabled LTO in release builds 2019-05-24 11:00:31 +01:00
Tom Poole
2fc4404a74 Fixed some more RTAS build errors and marked it as deprecated 2019-05-23 11:37:04 +01:00
ed
76c741e09b Projucer: Made sure a sensible default exporter is chosen when none have been selected 2019-05-21 16:27:02 +01:00
jules
c6d1828a32 A few more internal updates for better smart pointer use 2019-05-19 11:44:22 +01:00
jules
0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
Lukasz Kozakiewicz
556eda320b Projucer: add "Extra module's build gradle content" field to Android exporter. 2019-05-16 16:37:36 +01:00
Lukasz Kozakiewicz
abff8ccfdf Projucer: add "Custom gradle.settings content" field to Android exporter. 2019-05-16 16:37:36 +01:00
jules
a97c4a9139 More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 2019-05-16 15:37:47 +01:00
ed
a2017062f5 Projucer: Use correct newline chars when writing XML 2019-05-15 16:57:54 +01:00
ed
8e02cf9292 Projucer: Removed unsupported macOS base SDK options and cleaned up the exporter code a bit 2019-05-15 16:57:54 +01:00
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! 2019-05-15 11:02:03 +01:00
jules
6463529371 Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
ed
fef1093f6e Projucer: Update PIP creator window colours when colour scheme changes 2019-05-15 10:41:02 +01:00
ed
7495163471 Projucer: Made the light colour scheme highlight colour a bit more readable 2019-05-10 09:55:43 +01:00
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 2019-05-09 10:51:19 +01:00
jules
bb5b534ab8 Added a couple more file types to the projucer's list when stripping whitespace 2019-05-09 09:52:50 +01:00
Lukasz Kozakiewicz
7c4601473a Android: fix PushNotifications that got broken by Android low level code rework. 2019-05-08 13:48:50 +02:00
ed
a9b4dcd9e9 Projucer: Made the exporter selector box a bit more robust 2019-04-18 15:30:44 +01:00
ed
08798a9b72 Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows 2019-04-18 15:30:27 +01:00
Tom Poole
e41bb41a1e Fixed a typo 2019-04-16 15:03:08 +01:00
Tom Poole
28ce837575 Projucer: Added macOS app sandboxing options 2019-04-16 14:32:56 +01:00