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

36 commits

Author SHA1 Message Date
jules
06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 2016-04-15 09:02:37 +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
hogliux
bbf716af9c Fix StandaloneFilterWindow compile error 2016-03-03 17:15:46 +00:00
jules
dcf949ba66 Additions to StandaloneFilterWindow 2016-01-13 13:00:14 +00:00
hogliux
c9f4949f47 Fix warnings in StandaloneFilterWindow 2015-12-16 18:33:08 +00:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
bb14c94af2 Added missing virtual destructor to StandalonePluginHolder. 2015-03-17 10:46:37 +00:00
jules
ab018dbe38 Virtualised a couple of methods in StandalonePluginHolder 2015-03-17 10:04:34 +00:00
jules
3e947f1612 Fixes for unused parameter warnings when modal loops are disabled. 2015-03-05 14:38:42 +00:00
jules
e233124fc3 Fix for StandAloneFilterWindow path saving. 2014-07-30 11:35:43 +01:00
jules
f7d97b3166 Added a parameter to StandaloneFilterWindow to make ownership of the settings object optional. 2014-06-29 19:22:10 +01:00
jules
0147476afb Modified StandaloneFilterWindow to take an extra argument for setting ownership of the property set. 2014-06-17 14:01:49 +01:00
jules
6c6c815a16 Changed default location for standalone plugin wrapper file saving. 2014-04-28 11:40:53 +01:00
jules
22056fab01 Added parameters to StandalonePluginHolder to allow custom file suffixes when loading/saving 2014-04-25 10:47:56 +01:00
jules
596fccb6de Really minor UI tweak in StandaloneFilterWindow. 2014-04-17 12:27:56 +01:00
jules
2db263c122 Refactored StandaloneFilterWindow, breaking it up so that there's a separate class StandalonePluginHolder which can be used inside more customised windows. 2014-04-16 15:25:21 +01:00
jules
352e603d43 A couple of compiler warning fixes 2014-03-31 10:42:53 +01:00
jules
c478ff0116 Documentation fix. 2014-03-31 10:11:06 +01:00
jules
d2a52948fc AAX fix. 2014-02-15 15:58:35 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 2013-09-07 09:43:45 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
9d23f87f7c Added a missing definition to StandaloneFilterWindow 2013-05-29 10:46:48 -07:00
jules
1b1fe9d24e StandaloneFilterWindow fix. 2013-04-22 22:08:16 +01:00
jules
58872b9fe2 StandaloneFilterWindow update. 2013-04-22 20:52:38 +01:00
jules
ceb556eb30 Added a couple of methods to StandaloneFilterWindow 2013-02-18 16:48:10 +00:00
jules
39eae806de Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called. 2012-12-06 15:18:02 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
jules
d02bde31df Made StandaloneFilterWindow into a header-file-only class. 2011-10-19 10:24:28 +01:00
Julian Storer
5b92d8cc8f Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class. 2011-08-31 15:47:54 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00