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

1410 commits

Author SHA1 Message Date
stefan
439ecc391b Projucer: workaround broken "Open Recent" submenu 2016-10-31 10:42:54 +00:00
stefan
b36b64a482 Projucer: simple pop-up menu to copy diagnostic messages to clipboard 2016-10-27 13:15:31 +02:00
hogliux
e435325619 Fix typo and increase maximum size of the "Member initialisers" text field 2016-10-27 10:59:39 +01:00
hogliux
1845437fe1 Only moan about all-lowercase AU manufacturer codes 2016-10-27 09:52:42 +01:00
stefan
76a9b7d24a Projucer: link to privacy policy in EULA and re-save jucer project 2016-10-25 18:19:21 +02:00
hogliux
eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations 2016-10-20 17:44:15 +01:00
hogliux
288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 2016-10-20 17:43:43 +01:00
stefan.graenitz
5e0efc6046 Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param 2016-10-20 18:25:30 +02:00
hogliux
bd3166afc0 Updated the URL of the "Forgot Password" button in the Projucer 2016-10-20 12:42:54 +01:00
hogliux
348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects 2016-10-20 11:45:01 +01:00
hogliux
a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 2016-10-20 10:39:16 +01:00
hogliux
84a16f60c0 Fixed Projucer to check for the correct file when looking for the android ndk on windows 2016-10-20 10:22:41 +01:00
hogliux
2a37ba034a Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew" 2016-10-17 17:13:23 +01:00
hogliux
cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories 2016-10-15 16:17:23 +02:00
stefan
e03e41bd0d Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting 2016-10-12 11:21:53 +02:00
hogliux
773e7087cd Removed unecessary path seperators in MSVC post-build scripts 2016-10-12 10:08:49 +02:00
stefan
3bd7ef4f69 Projucer: menu adjustments
* move Preferences item to Projucer menu on Mac or File menu otherwise
* rename Global Preferences -> Preferences
* add shortcut "Cmd + ," to open Preferences
* move Login/Logout item to File menu
2016-10-11 09:08:49 +02:00
stefan
8f1d37a72e Fix addAllModulesInFolder to scan only 2 subfolder levels
Other existing behavior remains:
* check whether the folder itself is a valid module
* always return Result::ok()
* may contain duplicate modules
2016-10-06 18:37:43 +02:00
stefan
728bf273e9 Projucer: support recoverable error warnings for live-builds 2016-09-28 16:59:49 +02:00
tpoole
83d0854572 Added a microphone permission option to the iOS exporter 2016-09-27 17:30:10 +01:00
hogliux
71de18554a Fixed typo in linux-only Projucer code 2016-09-26 10:55:36 +01:00
stefan
4b96ffbf6f Projucer: restrict menu item "Launch Application" to GUIApplication projects 2016-09-22 12:52:47 +01:00
stefan
a0350e4ee6 Projucer: add feature download & install live-build engine (including checks for supported OS versions) 2016-09-22 12:49:57 +01:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
hogliux
05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 2016-09-16 15:58:40 +01:00
ed
0c87af8992 Fixed Linux compile error in Projucer 2016-09-16 15:14:09 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats 2016-09-16 11:20:39 +01:00
stefan
8ec9443543 Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
hogliux
ff40b46bf2 Added support for automatically creating AAX plugin bundles on Windows
Requires re-compilation of the Projucer
2016-09-12 09:25:30 +01:00
tpoole
16525c0a6f Fixed some typos. 2016-09-06 18:41:12 +01:00
tpoole
28bb28a642 Fixed a trailing "\" bug in the VS intermediates path 2016-08-25 12:37:06 +01:00
ed
47c48b2f6a Changed Projucer LoginForm "Remember login" button to tick box 2016-08-22 10:25:17 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
ed
8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 2016-08-12 10:08:27 +01:00
hogliux
6fdb7e33bc Also add assembler files to MSVC projects 2016-07-25 16:37:29 +01:00
hogliux
9e1edc7a6e Add support for hosting staticly compiled VSTs on all platforms 2016-07-22 10:28:00 +01:00
hogliux
cdf899c47e Don't keep on showing the auto-updater dialog box if the user clicks cancel 2016-07-20 18:06:53 +01:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
hogliux
05835ecfa1 Generate bitcode bundles on iOS 2016-07-14 10:05:04 +01:00
jules
b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 2016-07-07 15:02:05 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
jules
31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 2016-07-01 15:35:04 +01:00
jules
e4592d132f Projucer: tweak to the way GCC -D flags are generated 2016-06-30 16:03:45 +01:00
hogliux
70ed6eb69c Add original four-char code as comment next to hex literal in AppConfig.h 2016-06-17 10:44:00 +01:00
hogliux
b6f4d353e8 Avoid char literals in auto-generated AppConfig.h files 2016-06-17 10:19:04 +01:00
hogliux
6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 2016-06-15 10:25:42 +01:00
jules
7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator 2016-06-01 10:33:28 +01:00
stefan.graenitz
61e71eb1dc Add incremental linking option for Visual Studio exporters 2016-05-31 16:53:19 +02:00
stefan.graenitz
e8da23d43b Enable live comilation for Windows 2016-05-31 16:53:18 +02:00