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

539 commits

Author SHA1 Message Date
ed
dfc2eb9760 Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected 2018-04-05 15:17:07 +01:00
ed
49c4f0c0f3 Projucer: Don't set the OSX SDK version if using default 2018-04-05 15:17:07 +01:00
ed
791c7c5ea4 Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string 2018-04-05 15:17:07 +01: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
ed
4410ffc892 Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project 2018-02-12 14:26:53 +00:00
Lukasz Kozakiewicz
0bc498e913 Projucer: add option to customise activity base class in Android exporter. 2018-02-09 11:54:45 +01:00
Lukasz Kozakiewicz
71d1feb391 Projucer: add option to include Java JAR libs to Android exporter. 2018-02-09 11:54:45 +01:00
ed
cf61037ea4 Projucer: Added an option to clear the recent files list and added some more menu items for managing the currently open windows 2018-02-07 12:57:16 +00:00
ed
be6c1ba489 Projucer: Added the xcopy '/R' flag to the Visual Studio AAX copy step to ensure that read-only files in the destination are overwritten 2018-02-06 16:42:39 +00:00
ed
130b4f75a6 Projucer: Only re-save the main project file if it has changed 2018-02-05 17:25:31 +00:00
hogliux
982bd58609 Android: Updated default gradle android plugin version to 3.0.1 2018-02-05 16:22:57 +00:00
ed
d55f4956f8 Projucer: Repeat writeMainProjectFile() when saving so that config flags are written correctly 2018-02-05 11:38:28 +00:00
Tom Poole
1c037e07be CLion: Fixed a hardcoded cmake executable name 2018-01-29 17:20:51 +00:00
ed
771025cccf Projucer: Increased the character limit of some TextPropertyComponents in the project settings 2018-01-29 08:39:14 +00:00
ed
d668adb81b Projucer: Code cleanup 2018-01-22 12:30:19 +00:00
ed
1f405d6cd5 Projucer: Some reshuffling in the exporters tree to allow build configurations to be deleted with the backspace key 2018-01-22 11:29:23 +00:00
ed
cd24d14000 Projucer: Fixed a missing argument in the simple content component template 2018-01-22 09:11:44 +00:00
ed
8924eda7b7 Projucer: Fix for toggle button not showing in the "Application Usage Data" window 2018-01-22 08:53:10 +00:00
Noah Dayan
e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
ed
ce253595f2 Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths 2018-01-18 11:20:29 +00:00
ed
3f2678b38e Projucer: Some code cleanup in Project.h/.cpp 2018-01-18 09:46:39 +00:00
ed
780902b492 Projucer: Fixed a bug where preprocessor definitions weren't being parsed initially and fixed a typo 2018-01-18 09:44:37 +00:00
Noah Dayan
bed0f02e54 Projucer: Cleaned up templates and added options for header and cpp file creation 2018-01-17 16:51:07 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00