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

1777 commits

Author SHA1 Message Date
Timur Doumler
59f28855a3 Minor refactoring for a bit more clarity in the deprecated Xcode post-build script check. 2016-04-15 10:28:28 +01:00
Timur Doumler
367f6eeb36 Fixed bug with wrong checksum for deprecated Xcode post-build script. 2016-04-15 10:28:27 +01:00
jules
54d3cfac1d Projucer: Fixed a bug that could cause focus to seemingly jump around in the config tree 2016-04-15 10:21:58 +01:00
jules
544b8d0ea7 Simplified some Projucer GUI editor code + added a missing slider style 2016-04-15 09:57:13 +01:00
jules
effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 2016-04-14 18:18:10 +01:00
jules
025d04cbd1 Projucer: Added warning when trying to load projects with out-of-date build scripts 2016-04-14 17:41:31 +01:00
Timur Doumler
82350ba247 Re-saved Projucer with itself. 2016-04-14 12:13:04 +01:00
Timur Doumler
68451eeeec Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded. 2016-04-14 12:13:03 +01:00
Timur Doumler
caffbbaa6d Projucer: better workaround missing framework symbols: adding frameworks to "Extra Frameworks" build setting instead of adding the JUCE modules using them. 2016-04-14 12:13:03 +01:00
Timur Doumler
c096b1a1b3 Reverted: Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself. (reverted from commit 5fcea26f9c) 2016-04-14 12:13:03 +01:00
jules
d9b0b53794 Corrected a rogue header comment 2016-04-13 20:07:18 +01:00
Timur Doumler
0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 2016-04-13 17:40:30 +01:00
Timur Doumler
5fcea26f9c Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself. 2016-04-13 12:12:52 +01:00
Timur Doumler
3b65c5c37d Projucer AppearanceSettingsTab: added missing resized() function; moved declaration into header and added explanatory comment. 2016-04-13 11:41:43 +01:00
jules
e9edeccc20 Resaved projects 2016-04-11 16:02:16 +01:00
jules
e1098c834a Projucer: Fixed failure to scan deep file hierarchies when building browsable files 2016-04-11 16:01:57 +01:00
jules
0a0c550198 Projucer: made sure that RTAS files are built with stdcall in MSVC 2016-04-11 11:42:13 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
5049babe51 Projucer: Fixed a typo that prevented the OSXLibs setting working 2016-04-08 15:20:24 +01:00
jules
15f47892d3 Projucer: Added a sanity-check to prevent compilation if some module paths are broken 2016-04-08 11:46:46 +01:00
jules
23b1d89219 Projucer: made the login form remember the last username 2016-04-08 11:06:34 +01:00
jules
bc58656153 Projucer: made build panel UI update when signing out 2016-04-08 11:02:58 +01:00
Timur Doumler
9dda8452b3 Changed Projucer deployment target to 10.9 in Debug config (was 'default') and re-saved. 2016-04-07 10:22:57 +01:00
Timur Doumler
24f05c405a Whitespace. 2016-04-07 09:26:03 +01:00
Timur Doumler
9066ed4d59 Projucer: fixed unreachable code warning in ProjectContentComponent::createBuildTab. 2016-04-07 09:24:30 +01:00
Timur Doumler
c77fea91f6 Projucer Visual Studio: switched to default platform toolset without Windows XP compatibility and re-saved. 2016-04-07 09:08:06 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00