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

639 commits

Author SHA1 Message Date
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
Tom Poole
b8eba72995 Re-saved all projects 2019-03-08 15:21:14 +00:00
ed
e6cf72838b Re-saved all projects 2019-02-28 16:33:37 +00:00
ed
09ebd1d257 Added support for ID-based MIDI devices 2019-02-28 16:30:04 +00:00
ed
0db3602ea3 Re-saved all projects 2019-02-21 15:25:51 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
Tom Poole
4a2c15ed64 Re-saved all projects 2019-02-20 11:41:59 +00:00
Tom Poole
9cebba485a Re-saved all projects 2019-02-19 09:41:04 +00:00
Tom Poole
4751e9d41a Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
Tom Poole
dfbe18b577 Re-saved all projects 2019-02-15 14:45:58 +00:00
reuk
b8278cec0e LinearSmoothedValue: Added some helpful member functions and deprecated setValue 2019-02-13 19:00:21 +00:00
ed
045bd32f40 Re-saved all projects 2019-02-11 16:05:53 +00:00
Tom Poole
2832d3df76 Re-saved all projects 2019-02-07 10:11:06 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
ed
3ed17dea2a Ensure that the button for choosing audio files in the AudioPlaybackDemo is visible on mobile devices with smaller screens 2019-01-25 10:46:19 +00:00
jules
da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +00:00
Tom Poole
7908f0cdd0 Re-saved all projects 2019-01-15 16:41:38 +00:00
ed
ebd6a7b0bb Projucer: Don't add ".storyboard" extension when adding the launch storyboard name to the plist 2019-01-10 16:58:13 +00:00
ed
ac62622493 Request audio recording permissions in the SimpleFFTDemo when not running in the DemoRunner and added some more exporters to the audio demos 2019-01-10 10:32:45 +00:00
ed
52bdaf0746 Re-saved all projects 2019-01-09 14:35:58 +00:00
ed
18571feb61 Avoid calling Graphics::fillEllipse() with negative bounds in AudioAppDemo 2018-12-17 11:38:59 +00:00
ed
2e3a41cbb1 Re-saved all projects 2018-12-10 09:55:35 +00:00
Tom Poole
f86045e952 Re-saved all projects 2018-12-06 14:08:24 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
ed
a02b37a68d Re-saved all projects 2018-11-28 15:34:47 +00:00
ed
3948e56486 Re-saved all projects 2018-11-28 15:28:59 +00:00
ed
6f12e99f3d Re-saved all projects 2018-11-14 14:07:05 +00:00
hogliux
1cf973ff32 Re-saved all projects 2018-11-13 12:34:26 +00:00
hogliux
008b7a9ab2 Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
2018-11-13 12:33:40 +00:00
ed
ad6600f31c Re-saved all projects 2018-11-12 11:29:25 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
ed
08928231af Re-saved all projects 2018-11-06 14:03:15 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
37f0fdd0fa Re-saved all projects 2018-11-05 17:14:45 +00:00
ed
2593d5e264 Re-saved all projects 2018-11-02 14:35:08 +00:00