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

171 commits

Author SHA1 Message Date
ed
fba0295a44 Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring 2020-04-17 16:05:10 +01:00
ed
cf93f79cc8 Projucer: Removed sign-in 2020-04-17 14:20:56 +01:00
ed
de23ef7b1f Projucer: Removed analytics 2020-04-17 14:15:44 +01:00
ed
521c250413 Projucer: Remove custom VST3 path options 2020-04-17 14:14:51 +01:00
ed
d179e67052 Projucer: Removed GUI dependencies on Linux 2020-04-17 14:14:16 +01:00
reuk
e7e1de78fa Files: Add RangedDirectoryIterator 2020-04-13 13:16:06 +01:00
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
b29b45e8cd Projucer: undef "linux" when using GCC to fix symbol collision when using the GNU extensions 2020-03-20 18:03:28 +00:00
ed
c73c5512d5 Projucer: Refactored the module handling code 2020-02-06 15:41:45 +00:00
Tom Poole
fadd578b60 Projucer: Updated the autoupdater 2020-02-04 11:26:48 +00:00
ed
7d330ab782 Always #include JuceHeader.h from the include search path 2020-01-21 16:24:57 +00:00
ed
664e08f796 Projucer: Avoid hitting an assertion when keeping windows onscreen 2020-01-16 14:13:54 +00:00
ed
8b64915fa1 Projucer: Take title bar into account when keeping windows onscreen 2020-01-06 11:18:47 +00:00
ed
aeaae3b44b Projucer: Ensure that new project windows are always fully onscreen 2019-12-12 09:54:39 +00:00
Tom Poole
31e78da5dd Projucer: Made the autoupdater obtain executable file permissions directly from the JUCE distribution zips 2019-11-15 17:19:59 +00:00
ed
ecf97e2a08 Projucer: Removed some unused code from the FilePathPropertyComponent 2019-11-14 09:20:51 +00:00
ed
4edb0d2c90 Tidied up some divider comments 2019-09-06 12:00:26 +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
2fc4404a74 Fixed some more RTAS build errors and marked it as deprecated 2019-05-23 11:37:04 +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
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
fef1093f6e Projucer: Update PIP creator window colours when colour scheme changes 2019-05-15 10:41:02 +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
ed
c96bf71488 Removed some empty ValueTree::Listener methods that are no longer needed 2019-03-22 17:28:14 +00:00
ed
5666d5b1b0 Projucer: Escape single quote marks in the function generated by the --obfuscated-string-code command-line tool 2019-03-11 12:38:21 +00:00
ed
97922ff129 Projucer: Avoid hitting an assertion in Random::nextInt() when using the --obfuscated-string-code command-line tool with strings containing fewer than 3 sections 2019-03-11 10:28:09 +00:00
ed
92350e421d Projucer: Refactor the autoupdater to set executable file permissions after updating 2019-03-06 17:08:30 +00:00
ed
da4c1eaf31 Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes 2019-02-18 14:19:25 +00:00
Tom Poole
815c9ee236 Projucer: Fixed an error when attempting to restore non-existent projects 2019-01-16 15:44:57 +00:00
jules
cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
ed
9c7273e8aa Projucer: Made it possible to set the VST (legacy) global search path from the command line 2019-01-10 12:13:18 +00:00
ed
b8a4e00cb4 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 2018-11-27 17:28:36 +00:00
ed
fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 2018-11-05 16:12:32 +00:00
ed
e7cf00e977 Fix a Linux build error in previous commit 2018-10-25 16:55:29 +01:00
ed
9684de485c Projucer: Avoid hitting some assertions in File::parseAbsolutePath() when searching for the DemoRunner on Windows 2018-10-25 16:47:22 +01:00
ed
e3635ec2f8 Projucer: Re-scan invalid JUCE module paths to ensure AvailableModuleList is updated 2018-10-25 11:12:06 +01:00
ed
a58b3ff38b Projucer: Added a "Reset to Defaults" button to the global paths window 2018-10-25 09:47:17 +01:00
ed
8667ffc059 Projucer: Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them 2018-10-24 11:45:51 +01:00
ed
f57237df83 Projucer: Fixed another unreachable code warning 2018-10-23 09:43:59 +01:00
ed
aa99b2f0ae Projucer: Fixed an unreachable code warning 2018-10-23 09:30:07 +01:00
ed
1a25a0615c Projucer: Removed some unused methods from ProjucerApplication and refactored the DemoRunner scanning code to cache previously found files 2018-10-22 16:43:13 +01:00
ed
c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 2018-10-22 16:42:22 +01:00
jules
fc4449b212 Avoided a dangling pointer in the projucer 2018-10-18 12:41:03 +01:00
ed
90765fa52a Projucer: Re-scan module paths immediately on start up 2018-10-16 10:25:25 +01:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
jules
302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
ed
6a3825f88f Projucer: Fixed a potential crash when setting a global path from the command line 2018-09-25 09:55:45 -07:00
ed
5149ad511f Projucer: Minor whitespace fix 2018-09-20 14:30:54 +01:00