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

119 commits

Author SHA1 Message Date
ed
deed6c4906 Re-saved all projects 2020-03-03 17:24:39 +00:00
ed
542e661374 Re-saved all projects 2020-02-10 14:33:21 +00:00
Tom Poole
0fa4738cc1 Re-saved all projects 2020-02-07 09:11:34 +00:00
Tom Poole
c7838d4ca3 Re-saved all projects 2020-02-04 11:35:34 +00:00
ed
90d08cb58b Re-saved all projects 2020-02-03 09:54:46 +00:00
ed
c8adff3675 Removed an unused config flag from the AudioPluginHost jucer file 2020-01-29 17:16:33 +00:00
ed
7d330ab782 Always #include JuceHeader.h from the include search path 2020-01-21 16:24:57 +00:00
ed
4b118bb45b Added a MIDI output node to the AudioPluginHost 2020-01-14 19:06:48 +00:00
Tom Poole
07f15909ea Re-saved all projects 2020-01-07 16:14:43 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
8f6f29943d Re-saved all projects 2020-01-06 17:17:31 +00:00
ed
f982c00d88 Re-saved all projects 2020-01-06 16:22:09 +00:00
Tom Poole
d55e19b691 Re-saved all projects 2020-01-02 13:30:50 +00:00
Tom Poole
c8fffa9044 Re-saved all projects 2019-12-19 12:12:04 +00:00
ed
f312c96f24 Re-saved all projects 2019-12-17 09:22:11 +00:00
ed
fa1c15b45e Re-saved all projects 2019-12-06 10:13:35 +00:00
ed
b824c07ae4 Re-saved all projects 2019-10-16 10:08:56 +01:00
ed
6626b96474 Re-saved all projects 2019-10-03 17:33:02 +01:00
Tom Poole
9c3f46309f Re-saved all projects 2019-09-26 12:31:43 +01:00
ed
937991cc83 Fixed broken back button behaviour on Android and updated JUCEApplicationBase::backButtonPressed() to return a bool indicating whether the back event has been handled or not to override this behaviour 2019-08-30 22:03:39 +01:00
ed
7041be0520 Save and restore plug-in DPI awareness in AudioPluginHost 2019-08-29 15:02:55 +01:00
ed
462ed5468c Re-saved all projects 2019-08-15 11:26:12 +01:00
Tom Poole
102db8ebb2 Re-saved all projects 2019-08-09 11:29:15 +01:00
ed
77cb157db0 Removed some old settings from the AudioPluginHost .jucer project and re-saved 2019-08-05 11:44:31 +01:00
jules
18bb120179 Did some long-overdue renaming of "filter" -> "plugin" in the AudioPluginHost demo 2019-07-17 12:44:05 +01:00
Tom Poole
ec43e11abc VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
ed
5d83c1485d Re-saved all projects 2019-07-02 09:29:08 +01:00
ed
aef6bca60a Re-saved all projects 2019-06-24 15:10:06 +01:00
ed
c88611e5c8 Made KnownPluginList::addToMenu() and ::getIndexChosenByMenu() operate on a copy of the PluginDescription array so they are in sync 2019-06-19 15:30:29 +01:00
Tom Poole
c2a8e0d242 Re-saved some projects with new warning flags 2019-06-11 16:54:00 +01:00
ed
b2a4aaa338 Updated some deprecated AudioDeviceManager methods in the AudioPluginHost 2019-06-07 18:06:32 +01:00
Tom Poole
b22db01968 Fixed an iOS compiler warning 2019-06-07 09:22:42 +01:00
jules
6b82c964cd Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 2019-06-05 17:04:06 +01:00
Tom Poole
16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
Tom Poole
764782e142 Re-saved all projects 2019-05-30 12:13:00 +01:00
jules
15567c7150 Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window 2019-05-29 17:13:06 +01:00
ed
92a9c37bac Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit 2019-05-23 14:22:56 +01:00
ed
833446fe89 Windows: Removed some nonexistent warnings from the VS2013 and 2015 exporters 2019-05-20 10:22:14 +01:00
ed
32bc00871d Windows: Fixed some compilation errors and warnings when building the AudioPluginHost in VS2013 2019-05-20 10:22:08 +01:00
jules
0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 2019-05-19 08:16:27 +01:00
jules
6463529371 Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
jules
2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
Lukasz Kozakiewicz
7c4601473a Android: fix PushNotifications that got broken by Android low level code rework. 2019-05-08 13:48:50 +02:00
ed
106e71bde9 Re-saved all projects 2019-04-15 14:25:52 +01:00
ed
d4c59fe35b Added a VS2019 exporter to all projects 2019-04-15 14:20:39 +01:00
ed
497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
ed
97e545cd44 Moved the Grid unit tests into juce_Grid.cpp and re-saved all projects 2019-04-02 11:52:44 +01:00
Tom Poole
ff613d900a Re-saved all projects 2019-03-29 17:05:52 +00:00
jules
1c1232bfe7 Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time 2019-03-15 10:08:26 +00:00
Tom Poole
1df891ccd7 Re-saved all projects 2019-03-11 11:27:08 +00:00