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

6141 commits

Author SHA1 Message Date
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
e030a583c1 Projucer: fixes for binary paths and Android Studio 2016-04-19 12:11:23 +01:00
jules
a439c6ad8d Added new class: CachedValue 2016-04-19 11:56:16 +01:00
jules
905533c68e Minor formatting tidyups 2016-04-19 09:47:22 +01:00
jules
45e2b00b6c Added a method ValueTree::getPropertyPointer() 2016-04-19 09:39:11 +01:00
jules
3c68007aad Fixed capitalisation 2016-04-18 17:44:07 +01:00
jules
60cd2d7b67 Projucer: fixed the way the GUI editor generates include paths 2016-04-18 17:28:57 +01:00
jules
6fc4d5aac6 Fixed a bug in the Javascript parser involving array dereferencing 2016-04-18 10:58:32 +01:00
jules
486cb0c0bd Projucer: tidied up an include path in a template file 2016-04-18 10:56:46 +01:00
jules
85a5dfb2e1 Projucer: corrected some help text 2016-04-18 09:54:55 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
6d03314a28 Projucer: updated EULA 2016-04-15 11:44:46 +01:00
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
06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 2016-04-15 09:02:37 +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
jules
871c3a9108 Removed some code that prevented RTL TextLayouts having their bounds adjusted 2016-04-14 16:34:26 +01:00
jules
bb7189b05e Added kerning support to the DirectWrite layout code 2016-04-14 16:33:19 +01:00
jules
48b35c447a Workaround for long filenames in Process::openDocument on OSX 2016-04-14 12:43:32 +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
e04b7ff1c4 Added some extra time-out settings to the Linux CURL code 2016-04-14 12:00:01 +01:00
jules
e1205ec36c Re-added a WaveLab workaround in the VST wrapper 2016-04-14 11:38:08 +01:00
jules
be3acc9768 Tidied up an out of date method in LADSPAPluginFormat 2016-04-14 11:01:42 +01:00
Timur Doumler
d80ceb0a1e PlugInSamples: re-saved projects to fix accidentally added local AAX path. 2016-04-13 20:16:49 +01:00
jules
d9b0b53794 Corrected a rogue header comment 2016-04-13 20:07:18 +01:00
Timur Doumler
7d644173f3 Re-saved all audio plug-in projects. 2016-04-13 17:46:53 +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
ef5aefe053 Re-saved all example projects that have AAX enabled by default. 2016-04-13 14:23:48 +01:00
Timur Doumler
92a1747f27 Fixed AAX plug-in builds with new module format on OS X. 2016-04-13 14:20: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
Timur Doumler
c08375a5ab added *.VC.db to .gitignore to ignore some files generated by Visual Studio as of 2015 Update 2. 2016-04-12 11:42:11 +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
9abd4eeace Added some extra tolerance settings to some Path methods 2016-04-11 16:00:15 +01:00
jules
0a0c550198 Projucer: made sure that RTAS files are built with stdcall in MSVC 2016-04-11 11:42:13 +01:00
Timur Doumler
b6261b9702 .gitignore: added JUCECompileEngine.dylib to ignored files in case it is located at the default recommended location. 2016-04-11 11:34:51 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
7d178feb0c (Fixed mistake in last commit) 2016-04-08 16:20:56 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +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