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

1410 commits

Author SHA1 Message Date
jules
a0f3952081 Projucer GUI editor font kerning retention fix 2018-03-28 10:43:12 +01:00
ed
89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
ed
01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 2018-03-27 14:29:02 +01:00
ed
6eeaa4036c Projucer: Ensure that the default project name is used when no name is set 2018-03-27 14:24:53 +01:00
ed
b0344308f5 Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly 2018-03-27 09:35:51 +01:00
ed
4a80292515 Projucer: Fixed a bug in the MSVC exporter where the architecture setting was not being recalled correctly if set to "default" 2018-03-27 09:16:35 +01:00
ed
0cfa1e4b7a Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups 2018-03-26 10:05:28 +01:00
ed
ea826db813 PIPs: Ensure that the assets directory is copied correctly for mobile examples 2018-03-23 10:56:15 +00:00
ed
8a467e7dc3 Projucer: Added a "PIP Creator" utility tool 2018-03-22 15:23:27 +00:00
ed
ec296d8c4c Projucer: Removed a hardcoded String in the logic for resizing PropertyComponents in PropertyGroupComponent 2018-03-21 12:12:33 +00:00
ed
7e310f51bb Projucer: Fixed an assertion that could be hit when calling StoredSettings::checkJUCEPaths() 2018-03-20 17:13:10 +00:00
ed
10753da103 Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows 2018-03-20 17:12:41 +00:00
ed
d728ca03b7 Projucer: Moved some methods out of MiscUtilities and into ProjectExporter 2018-03-20 15:02:34 +00:00
ed
bbc0bdb29e Projucer: Ignore case in isValidExporterName() 2018-03-20 14:36:11 +00:00
ed
32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 2018-03-20 13:00:04 +00:00
ed
1043ed897a Projucer: Fixed a typo in getTargetFolderForExporter() 2018-03-20 12:38:16 +00:00
Noah Dayan
5b3693ed43 Projucer: Match property name with other plugin categories 2018-03-19 17:23:49 +00:00
ed
b958ea92c2 Projucer: Correct default height multiplier in previous commit 2018-03-19 17:14:47 +00:00
ed
8643d958c1 Projucer: Avoid potential divide-by-zero in PropertyGroupComponent::getHeightMultiplier() 2018-03-19 16:50:58 +00:00
ed
dbaca088b3 Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h 2018-03-16 15:56:06 +00:00
ed
5cfc2d24ea Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available 2018-03-16 14:39:38 +00:00
ed
d707e43d25 Projucer: Ignore empty directories when searching for examples 2018-03-16 14:09:12 +00:00
ed
977e173dc0 PIPs: Ignore system headers in replaceRelativeIncludesAndGetFilesToMove() 2018-03-16 12:29:15 +00:00
ed
da19cf36ab PIPs: Set the plugin manufacturer when generating an AudioProcessor PIP 2018-03-16 12:22:11 +00:00
ed
7d451b984a PIPs: Enable building VST and AU when generating an AudioProcessor PIP 2018-03-16 09:13:36 +00:00
ed
2bd4611c03 Projucer: Update all links to the new website 2018-03-16 09:11:29 +00:00
ed
c596583e3b Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor 2018-03-15 16:42:26 +00:00
ed
9c54ccc99b Projucer: Fixed an issue where the DemoRunner executable could not be found in the JUCE root directory 2018-03-15 14:34:39 +00:00
ed
ef2d1fa9fd Projucer: Various fixes and improvements to PIPGenerator 2018-03-15 12:10:36 +00:00
ed
711e75bdc8 Projucer: Add analytics 2018-03-15 12:10:35 +00:00
ed
47af78fe0b Projucer: Implement PIPGenerator 2018-03-15 12:10:35 +00:00
ed
fa02112614 Projucer: Add PIPGenerator class 2018-03-15 12:10:35 +00:00
ed
9341f15c5f Projucer: Fixed a recursive bug that could occur when editing the text in FilePathPropertyComponent 2018-03-15 12:10:32 +00:00
ed
1b99d653aa Projucer: Fixed a bug in the live-build engine where it would not pick up the global project pre-processor defines 2018-03-15 12:10:31 +00:00
ed
b3d35345e9 Projucer: Ensure that FilePathPropertyComponent text colour is updated when entering a path 2018-03-13 12:47:10 +00:00
ed
58c02823c5 Projucer: Moved some methods into MiscUtilities 2018-03-12 15:16:26 +00:00
ed
6261424cc8 Projucer: Minor formatting fix 2018-03-12 15:12:24 +00:00
ed
139341926c Projucer: Tweak button L&F 2018-03-12 14:57:14 +00:00
ed
2f52fa205a Projucer: Standardise replacement strings in file templates 2018-03-12 14:34:24 +00:00
Lukasz Kozakiewicz
c859b4af1d Android: add support for Google Oboe (developer preview). 2018-03-07 17:43:39 +01:00
ed
06773f18bb Projucer: Add C++17 flag to exporters that support it 2018-03-07 09:47:38 +00:00
ed
9685dacc5d Projucer: Remove getTextButtonFont() from ProjucerLookAndFeel 2018-02-27 15:00:19 +00:00
ed
4d24d125fe Projucer: Ensure that new the project window is opened if reopening previous projects fails 2018-02-26 10:10:27 +00:00
Lukasz Kozakiewicz
4be6679aab Projucer: add option to specify custom drawable resources in Android exporter. 2018-02-21 17:37:37 +01:00
Lukasz Kozakiewicz
7158847b6b Projucer: allow to customise remote notifications config file per build configuration. 2018-02-21 17:37:37 +01:00
Tom Poole
5d2ffe1ffc Fixed whitespace in Doxygen files 2018-02-19 16:26:47 +00:00
Tom Poole
07968421a1 iOS: Made the default Microphone Usage Description less generic 2018-02-19 14:19:04 +00:00
ed
36f6ff854e Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions 2018-02-19 12:51:28 +00:00
ed
590e49216e Projucer: Removed an unused lambda capture and some code cleanup in SourceCodeEditor 2018-02-19 09:12:42 +00:00
ed
260e617363 Projucer: Fixed a VS2013 compiler error 2018-02-14 09:43:17 +00:00