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

2380 commits

Author SHA1 Message Date
tpoole
13ccdf9411 Projucer: Added more thorough checking of pkg-config dependencies 2017-10-11 11:10:48 +01:00
jules
2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 2017-10-10 11:33:55 +01:00
ed
38a4baa9dd Projucer: Added some missing marketing icons to the iOS exporter 2017-10-09 16:10:51 +01:00
tpoole
ee9f9119c7 Projucer: Fixed a typo in the AppConfig comments 2017-10-09 09:31:08 +01:00
tpoole
39a6e9ea31 Fixed a path parsing issue in the Code::Blocks Linux exporter 2017-10-08 08:47:58 +01:00
tpoole
e85d3aaf1f Renamed XCode to Xcode in multiple places 2017-10-06 09:54:32 +01:00
ed
5bfe78dce6 Projucer: Fixed a potential crash when the live-build component list is changed 2017-10-05 09:59:21 +01:00
ed
bffc53b336 Projucer: Added a company copyright field to the project settings 2017-10-04 11:18:20 +01:00
ed
758351a28f Projucer: Added a device family option to the iOS exporter 2017-10-04 10:55:45 +01:00
ed
c956b984c6 Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters 2017-09-29 16:53:28 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jules
1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 2017-09-27 12:57:55 +01:00
tpoole
920c3f24c8 UnitTestRunner: Improved logging on Windows 2017-09-26 11:16:35 +01:00
ed
61a320fe6a Fixed a warning on Windows 2017-09-25 11:55:23 +01:00
ed
df824cf5df Projucer: Removed some unnecessary time-consuming function calls to speed up the painting of the modules panel 2017-09-25 11:46:19 +01:00
tpoole
03e6684355 Projucer: Fixed a Visual Studio exporter library linking bug 2017-09-25 11:42:38 +01:00
tpoole
cf67b1d12d Projucer: Removed a duplicate compile flag from the Makefile exporter 2017-09-22 12:51:39 +01:00
tpoole
e0203c1afd Projucer: Removed a duplicated compiler option from the Linux exporter 2017-09-22 12:46:56 +01:00
ed
c800d07983 Projucer: Changed the method for setting the Windows Target Platform option in the VS exporters to a text box 2017-09-21 10:11:47 +01:00
tpoole
9fc21a8d5a Re-saved all projects 2017-09-18 15:05:30 +01:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
hogliux
e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 2017-09-12 11:32:32 +01:00
hogliux
ede622c1ef Re-saved all projects 2017-09-06 15:23:19 +01:00
Lukasz Kozakiewicz
f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. 2017-09-05 10:43:19 +02:00
tpoole
87c22acd97 Projucer: Fixed a bug in the plug-in template code 2017-09-04 08:38:21 +01:00
hogliux
cfdd849b66 Re-saved all projects 2017-08-24 10:44:57 +01:00
jules
f088225bce Updated projucer makefile generator to build projects with -fvisibility=hidden 2017-08-23 16:35:39 +01:00
ed
ec368236f8 Projucer: Removed OpenDocumentManager::DocumentCloseListener from JucerDocument 2017-08-23 11:39:37 +01:00
ed
2fa68ee8f6 Fixed a warning in previous commit 2017-08-23 10:37:56 +01:00
ed
f96145682a Projucer: Fixed a bug where some files would remain open after selecting the 'Window->Close All Documents' menu item 2017-08-23 10:29:03 +01:00
ed
da6452ac0f Projucer: Changed some keypresses for 'View' menu items to avoid clashes 2017-08-22 12:13:45 +01:00
tpoole
f7bc550f58 Projucer: Remember the directory of a previously created project 2017-08-21 14:27:40 +01:00
ed
69868df248 Projucer: asynchronously show the '.jucer file has been modified...' alert window to avoid crash 2017-08-21 12:37:31 +01:00
tpoole
ee205849f0 Doxygen: Removed duplicated Doxygen configuration 2017-08-18 11:33:27 +01:00
ed
e3f64eb1e3 Projucer: Added a missing space in the Makefile exporter 2017-08-18 11:20:27 +01:00
tpoole
75c299025a Projucer: Added code to handle JucePlugin_IsMidiEffect in the new audio plug-in template 2017-08-17 15:51:11 +01:00
ed
1bea9dd0f8 Projucer: Set the OSX deployment target of the aggregate target for use in pre-/post-build scripts 2017-08-16 12:58:40 +01:00
tpoole
8e2ab5eeaa Added a script to create Doxygen groups for modules 2017-08-15 16:53:11 +01:00
ed
33535973be Projucer: Update window title when project name changes 2017-08-15 15:58:49 +01:00
ed
65fd505a70 Projucer: Fixed a typo in Code::Blocks exporter 2017-08-15 11:27:05 +01:00
jules
723a15c7a0 Removed a few more old compiler workarounds 2017-08-14 13:10:40 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
ed
6b315c4e15 Projucer: Fixed a few uninitialised variables 2017-08-14 11:31:06 +01:00
hogliux
cd46000927 Projucer: sign the apk with user provided credentials in both debug and release mode 2017-08-10 11:51:52 +01:00
hogliux
3c871602dc Re-saved all projects 2017-08-09 20:16:55 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
ed
b9ea65b0c1 Projucer: Fixed a couple of potential race conditions when saving a project 2017-08-08 14:36:09 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
hogliux
662cf06a52 Projucer: Don't delete the entire src/main/java folder when re-saving Android projects 2017-08-04 12:01:18 +01:00
ed
7ca714dfbb Projucer: Fixed a bug in the iOS exporter where app group entitlements weren't being added correctly 2017-08-04 11:58:38 +01:00