ed
|
b824c07ae4
|
Re-saved all projects
|
2019-10-16 10:08:56 +01:00 |
|
ed
|
4583baf277
|
Bump version number to 5.4.5
|
2019-10-16 10:01:09 +01:00 |
|
ed
|
6626b96474
|
Re-saved all projects
|
2019-10-03 17:33:02 +01:00 |
|
ed
|
00f27e854d
|
Enabled Bluetooth permissions for iOS in the DemoRunner
|
2019-10-03 17:32:55 +01:00 |
|
Tom Poole
|
9c3f46309f
|
Re-saved all projects
|
2019-09-26 12:31:43 +01:00 |
|
Tom Poole
|
95396b150d
|
DemoRunner: Fixed a home screen navigation bug
|
2019-09-24 13:05:39 +01:00 |
|
ed
|
77f442d424
|
Re-saved all projects
|
2019-09-04 12:11:06 +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 |
|
Tom Poole
|
41055ad782
|
DSP: Refactored AudioBlock
|
2019-08-15 12:49:47 +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 |
|
Tom Poole
|
528798d96e
|
Bump version number to 5.4.4
|
2019-08-09 11:24:54 +01:00 |
|
Tom Poole
|
dd935cac84
|
Re-saved all projects
|
2019-08-08 12:11:04 +01:00 |
|
Tom Poole
|
a12bc32979
|
Fixed some warnings on the latest compilers
|
2019-07-26 12:58:04 +01:00 |
|
Tom Poole
|
ec43e11abc
|
VS2013: Removed the VS2013 exporter from the Projucer
|
2019-07-11 14:16:06 +01:00 |
|
Tom Poole
|
de13b83ed2
|
Fixed some compiler warnings
|
2019-07-09 09:40:31 +01:00 |
|
Tom Poole
|
283521f1df
|
Fixed some issues with the multithreading demo
|
2019-07-04 11:20:39 +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 |
|
jules
|
cd4aba9e43
|
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
|
2019-06-20 13:55:18 +01:00 |
|
Tom Poole
|
acbdec3f71
|
Fixed some DemoRunner build issues
|
2019-06-19 11:09:32 +01:00 |
|
Tom Poole
|
c2a8e0d242
|
Re-saved some projects with new warning flags
|
2019-06-11 16:54:00 +01:00 |
|
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
Tom Poole
|
645a538001
|
Re-saved all projects
|
2019-06-06 14:54:53 +01:00 |
|
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
2019-06-06 10:25:19 +01:00 |
|
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
ed
|
e45b1d9924
|
Updated the VS exporter of example projects to VS2019
|
2019-06-03 17:16:47 +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 |
|
Tom Poole
|
a9a0f6b92f
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
2019-05-29 08:52:16 +01:00 |
|
Tom Poole
|
3767ee3811
|
Fixed some compiler warnings in PushNotificationsDemo
|
2019-05-28 11:45:49 +01:00 |
|
ed
|
e26529d5e9
|
Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods
|
2019-05-22 15:45:15 +01:00 |
|
ed
|
f0ea1c00a6
|
Updated the MidiInput/Output methods to return unique_ptrs
|
2019-05-22 15:45:06 +01:00 |
|
Tom Poole
|
84d6d21f54
|
Made the ValueTrees demo more macOS friendly
|
2019-05-21 13:59:36 +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
|
a97c4a9139
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
2019-05-16 15:37:47 +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 |
|
Tom Poole
|
7c45ad695c
|
MacOS: Better support for SystemTrayIconComponent on Mojave
|
2019-04-25 12:54:54 +01:00 |
|
ed
|
9417021177
|
Android: Fixed a compile error in PushNotificationsDemo.h
|
2019-04-23 11:28:18 +01:00 |
|
ed
|
314ef13a63
|
Added a VS2019 exporter to all example PIPs
|
2019-04-15 14:28:36 +01: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
|
132295bdb3
|
Made the logMessage() method in UnitTestsDemo thread-safe
|
2019-04-03 15:13:02 +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 |
|
ed
|
d6fb474c39
|
Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner
|
2019-03-29 16:03:58 +00:00 |
|
ed
|
0bc37d210e
|
Fixed a compile error in the DSPModulePluginDemo example
|
2019-03-26 18:31:30 +00:00 |
|
Tom Poole
|
1df891ccd7
|
Re-saved all projects
|
2019-03-11 11:27:08 +00:00 |
|