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

205 commits

Author SHA1 Message Date
ed
b828830af8 Projucer: Added some spacing between options in the new project window to prevent overlap on Windows hiDPI screens 2020-12-03 17:27:17 +00:00
Tom Poole
4e91da6dac Fixed a typo 2020-12-02 13:09:22 +00:00
Tom Poole
20b63e2a61 Projucer: Added warning about in-place autoupdating on Windows 2020-12-01 19:01:32 +00:00
ed
57f4d4a618 Projucer: Removed deprecated Android NDK path property 2020-11-25 17:39:57 +00:00
ed
47dc58620d Projucer: Added "--fix-missing-dependencies" option to the command line resave to add any required modules that may be missing 2020-11-25 17:39:41 +00:00
ed
f46b60280e Projucer: Don't set makeCamelCase argument when creating plug-in template class name 2020-11-05 16:53:17 +00:00
ed
b7e28541ca Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
ed
333f98d204 Squashed some compiler warnings with -Wmissing-prototypes enabled 2020-08-27 14:13:58 +01:00
ed
ad0e7b829f Projucer: Add missing module dependencies when creating new projects 2020-08-12 17:02:44 +01:00
ed
7ce8cc32e9 Projucer: Open example files in new window 2020-07-08 17:08:32 +01:00
ed
9bc5cb8c08 Projucer: Support opening multiple files from macOS and don't re-open all last open project windows if started from a file open 2020-07-08 17:08:32 +01:00
reuk
7fe7104eea
Projucer: Fix gcc 10 warnings 2020-07-08 09:58:01 +01:00
ed
91d9679f0b Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version 2020-07-07 12:39:25 +01:00
reuk
394c4fd475 Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
ed
0d410ef3e6 Projucer: Updated projucerMajorVersion to use ProjectInfo::versionNumber 2020-06-29 08:27:39 +01:00
ed
d7f44a9cf5 Projucer: Updated licence code to JUCE 6 2020-06-23 14:20:10 +01:00
ed
5d9f9879c4 Projucer: Updated licence/account URLs to juce.com 2020-06-22 16:19:00 +01:00
ed
eb671a6809 Projucer: Fixed default avatar image 2020-06-10 19:34:07 +01:00
ed
3536cf969f Projucer: Only close window if one was opened when creating a project from clipboard contents 2020-06-08 16:02:00 +01:00
ed
b5214a341e Normalised lambda whitespace 2020-06-05 09:37:56 +01:00
ed
d510b73cdf Normalised all whitespace before args in std::function 2020-06-05 09:37:49 +01:00
ed
3283f2224a Projucer: Added new start page window 2020-06-04 14:52:29 +01:00
ed
246ace8913 Projucer: Use sign in/out instead of log in/out 2020-05-29 17:04:29 +01:00
ed
720801219a Projucer: Ensure that app is fully initialised before opening windows 2020-04-30 16:49:32 +01:00
ed
c3825b5aa1 Projucer: Made the --tidy-whitespace command a bit more robust 2020-04-30 16:49:00 +01:00
ed
35e8be4dfe Projucer: Ignore examples/CMake directory when building examples menu 2020-04-28 12:41:49 +01:00
reuk
4292a38327 Cleanup: Add some missing explicit constructors 2020-04-27 10:22:06 +01:00
Tom Poole
6cb75d9d2c Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 2020-04-23 17:30:40 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
ed
24ea3d4e8b Projucer: Added timeouts to license query web requests 2020-04-23 16:36:10 +01:00
ed
7114f07b6f Projucer: Added timeouts to version checker web requests 2020-04-23 16:36:10 +01:00
ed
98ab75157a Projucer: Fixed a bug in the previous commit 2020-04-23 16:35:53 +01:00
ed
6ce02ad35f Projucer: Fixed a crash when creating new projects without using global paths and hide UI elements correctly when closing projects 2020-04-22 11:04:23 +01:00
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