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

8903 commits

Author SHA1 Message Date
hogliux
3ebe75f030 Windows: ensured that File::replaceInternal does not fail with ACL errors 2018-04-03 09:51:07 +01:00
Noah Dayan
fd0c426ed0 Fixed Doxygen bug in CoreAudioLayouts 2018-03-29 15:43:45 +01:00
Noah Dayan
65c82b99db Fixed typo in docs of MultiChoicePropertyComponent 2018-03-29 15:27:53 +01:00
Noah Dayan
db1e454f45 Fixed a documentation tag in URLInputSource 2018-03-29 15:19:32 +01:00
ed
db8fa5a4b4 Re-saved all projects 2018-03-29 14:51:26 +01:00
ed
dd7d3c41d0 Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array 2018-03-29 14:47:54 +01:00
ed
4f976edd5a Fixed a typo in ChangeList.txt 2018-03-29 11:35:40 +01:00
ed
cca893a5a2 Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type 2018-03-29 11:15:03 +01:00
ed
bd75eb1ed8 Projucer: Update plugin name, description and AU export prefix defaults when project name changes 2018-03-29 11:12:32 +01:00
hogliux
5b0b97473c macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window 2018-03-29 10:45:09 +01:00
ed
961b274e1b Projucer: Removed a couple of unused methods 2018-03-29 08:50:53 +01:00
ed
c70d321007 Fixed a positioning bug in MultiChoicePropertyComponent 2018-03-28 18:33:37 +01:00
ed
e24cfc864a Projucer: Fixed a couple of VST/VST3 typos in the previous commit 2018-03-28 16:14:25 +01:00
ed
629f2a2979 Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent 2018-03-28 15:59:34 +01:00
ed
51ff1daf60 Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values 2018-03-28 15:57:16 +01:00
ed
11ad96d0c8 Added some methods to ValueWithDefault for converting between Array<var> and a delimited string so that it can be written to XML 2018-03-28 15:55:40 +01:00
hogliux
f5db5faff6 Update the BLOCKS SDK and its documentation 2018-03-28 14:46:08 +01:00
hogliux
975b242987 macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads 2018-03-28 10:49:43 +01:00
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
Tom Poole
f5174e340e Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range 2018-03-27 11:06:41 +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
reuk
e98c73bc6d AU: Pragma ignore warnings which are triggered by Apple code 2018-03-27 08:51:07 +01:00
hogliux
350551b37c Ensured that ThreadPool::moveJobToFront can survive a stale job pointer 2018-03-26 14:31:25 +01:00
jules
a632b57e7a Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 2018-03-26 12:25:02 +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
Tom Poole
77128db335 Capitalised the PIP vendor field for the examples 2018-03-26 09:58:54 +01:00
Tom Poole
dd684b1a5d Fixed a parameter change recursion issue in the VST and AU wrappers 2018-03-26 09:54:40 +01:00
jules
734d33dd80 Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows 2018-03-26 09:12:27 +01:00
ed
a7b6f55885 Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes 2018-03-23 16:21:15 +00:00
ed
a9283f48fa Added a lambda callback to ValueWithDefault that will be called when the default value is changed 2018-03-23 16:19:16 +00:00
ed
8eacf2cd96 Fixed some AudioProcessor layouts mis-matches in the JUCE plugin examples 2018-03-23 10:56:15 +00:00
ed
ea826db813 PIPs: Ensure that the assets directory is copied correctly for mobile examples 2018-03-23 10:56:15 +00:00
Noah Dayan
c610745ee3 Fixed listener bug in AudioPluginHost 2018-03-23 09:58:19 +00:00
ed
8a467e7dc3 Projucer: Added a "PIP Creator" utility tool 2018-03-22 15:23:27 +00:00
ed
bfd3afa6cf Re-saved all projects 2018-03-22 15:14:55 +00:00
ed
404838a99f Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it 2018-03-22 15:04:53 +00:00
ed
9916aa6870 Minor cleanup in ChoicePropertyComponent 2018-03-22 15:04:21 +00:00
Noah Dayan
9e867255d3 Fixed doxygen deprecated bug 2018-03-22 13:06:20 +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
b4b6feaf97 Added a isTextEditorMultiLine() method to TextPropertyComponent 2018-03-21 12:11:25 +00:00
jules
c734e03dd0 Avoided some UB warnings when trying to sort empty arrays 2018-03-21 10:49:27 +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