1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

8874 commits

Author SHA1 Message Date
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
ed
1043ed897a Projucer: Fixed a typo in getTargetFolderForExporter() 2018-03-20 12:38:16 +00:00
Lukasz Kozakiewicz
b0d515f329 iOS: fix a crash in ContentSharer upon sharing finish. 2018-03-20 12:37:30 +01:00
Lukasz Kozakiewicz
0aa41705ad Re-saved all projects. 2018-03-20 10:55:19 +01:00
Lukasz Kozakiewicz
43b80f7a73 Android: fix a crash on app resume when native views are displayed. 2018-03-20 10:50:16 +01: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
jules
5a122e124a Added support for Bela in the form of an AudioIODeviceType 2018-03-19 15:50:38 +00:00
jules
26e31ff7d6 Whitespace 2018-03-19 14:07:38 +00:00
jules
9af093d1d4 Merged-in some Ogg-Vorbis security fixes 2018-03-19 14:01:16 +00:00
hogliux
3ae28b3d54 Viewport: Added the ability to position the scrollbars at the top/left 2018-03-19 14:00:31 +00:00
hogliux
266beb22b2 Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code 2018-03-19 13:52:37 +00:00
ed
dbaca088b3 Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h 2018-03-16 15:56:06 +00:00
ed
563869300e Fix a build error and some warnings when building the SamplerPluginDemo example on Windows 2018-03-16 15:27:05 +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
Tom Poole
87dcb5e02b Fixed an issue with recursive VST3 parameter changed callbacks 2018-03-16 11:24:12 +00:00
ed
3977403b1b PIPs: Fixed some errors in the plugin examples 2018-03-16 11:23:04 +00:00
hogliux
1be7db03cd Fixed an issue where the DemoRunner would not find any assets when opened manually on macOS 2018-03-16 10:10:18 +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
Noah Dayan
bcd3fd7689 Fixed a typo in OpenGLDemo 2018-03-15 16:37:44 +00:00
hogliux
ce810ff0b9 Modify examples directory search so that the directory can be found when the DemoRunner is in the JUCE root folder 2018-03-15 14:37:10 +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
c448f8a2f9 JUCE version 5.3.0 2018-03-15 12:41:02 +00:00
ed
85f07f58d0 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:39:45 +00:00