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

91 commits

Author SHA1 Message Date
hogliux
1e185e988f Re-saved all projects 2017-05-04 15:36:00 +01:00
jules
377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 2017-05-03 15:00:10 +01:00
hogliux
884afa3a0d Re-saved all projects 2017-04-27 14:43:06 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
hogliux
00e38f2ef5 Re-saved all projects 2017-04-12 18:51:57 +01:00
tpoole
166547d1fb Resaved all projects 2017-03-30 12:31:14 +01:00
tpoole
00673ec3bc Fixed some MacOS compiler warnings in the JUCE demo host 2017-03-30 10:10:10 +01:00
hogliux
aad868e383 Added support for WebBrowserComponent on Linux 2017-03-28 15:36:17 +01:00
tpoole
82565a0c96 Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter 2017-03-22 12:51:29 +00:00
tpoole
554645b750 Changed the JUCE demo plug-in and host to compile in 64 bit for the latest version of Visual Studio 2017-03-20 16:57:30 +00:00
hogliux
de723216b5 Fixed an issue where the bus enabled radio button in the audio demo host would not update properly 2017-03-16 17:23:26 +00:00
tpoole
1dd4b05516 Resaved all projects 2017-03-16 09:24:52 +00:00
tpoole
a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 2017-03-01 14:44:10 +00:00
tpoole
5b49bcdbc8 Resaved all projects 2017-03-01 12:16:08 +00:00
tpoole
00f57d43c5 Resaved all projects 2017-02-28 16:21:30 +00:00
tpoole
b547673fae Resaved all projects 2017-02-23 11:16:12 +00:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
tpoole
a6fc53373f Resaved all projects 2017-02-22 13:06:47 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
ed
7f8d1008bc Resaved all projects 2017-02-16 11:15:28 +00:00
hogliux
07d8283143 Re-saved Android and Xcode projects 2017-02-09 18:16:11 +00:00
tpoole
7bb30364a4 Resaved all projects 2017-02-09 12:59:48 +00:00
hogliux
167125afb9 Re-saved all projects 2017-02-01 17:18:08 +00:00
hogliux
03b0df1205 Re-saved all projects 2017-01-26 10:47:48 +00:00
tpoole
96ea4655a7 Resaved all projects 2017-01-16 15:00:00 +00:00
hogliux
83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 2017-01-10 12:50:45 +00:00
tpoole
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
tpoole
e31a0b11e8 Resaved all projects 2016-12-12 11:25:57 +00:00
tpoole
2ae5d2228a Resaved all projects 2016-11-15 10:25:27 +00:00
hogliux
efd4bb67bc Re-saved all projects 2016-11-02 14:02:58 +00:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
hogliux
ebf19aa61a Re-save all projects 2016-09-16 16:47:37 +01:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux 2016-09-08 10:47:57 +01:00
jules
a9d843414a Resaved all projects 2016-08-26 09:49:20 +01:00
hogliux
59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.

Fixes #89
2016-08-10 17:40:47 +01:00
jules
8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 2016-08-10 16:57:44 +01:00
hogliux
b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
jules
8a9fbc38f9 Resaved some project files 2016-06-30 16:01:55 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +01:00
jules
325aeb1fc8 Resaved projects 2016-04-20 10:34:49 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
e9edeccc20 Resaved projects 2016-04-11 16:02:16 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 2016-03-21 09:42:51 +00:00