Tom Poole
|
de13b83ed2
|
Fixed some compiler warnings
|
6 years ago |
Tom Poole
|
283521f1df
|
Fixed some issues with the multithreading demo
|
6 years ago |
ed
|
5d83c1485d
|
Re-saved all projects
|
6 years ago |
ed
|
aef6bca60a
|
Re-saved all projects
|
6 years ago |
jules
|
cd4aba9e43
|
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
|
6 years ago |
Tom Poole
|
acbdec3f71
|
Fixed some DemoRunner build issues
|
6 years ago |
Tom Poole
|
c2a8e0d242
|
Re-saved some projects with new warning flags
|
6 years ago |
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
6 years ago |
Tom Poole
|
645a538001
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
ed
|
e45b1d9924
|
Updated the VS exporter of example projects to VS2019
|
6 years ago |
Tom Poole
|
764782e142
|
Re-saved all projects
|
6 years ago |
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
|
6 years ago |
Tom Poole
|
a9a0f6b92f
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
Tom Poole
|
3767ee3811
|
Fixed some compiler warnings in PushNotificationsDemo
|
6 years ago |
ed
|
e26529d5e9
|
Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods
|
6 years ago |
ed
|
f0ea1c00a6
|
Updated the MidiInput/Output methods to return unique_ptrs
|
6 years ago |
Tom Poole
|
84d6d21f54
|
Made the ValueTrees demo more macOS friendly
|
6 years ago |
jules
|
0fb8c8e82a
|
Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way
|
6 years ago |
jules
|
a97c4a9139
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
6 years ago |
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
|
6 years ago |
Lukasz Kozakiewicz
|
7c4601473a
|
Android: fix PushNotifications that got broken by Android low level code rework.
|
6 years ago |
Tom Poole
|
7c45ad695c
|
MacOS: Better support for SystemTrayIconComponent on Mojave
|
6 years ago |
ed
|
9417021177
|
Android: Fixed a compile error in PushNotificationsDemo.h
|
6 years ago |
ed
|
314ef13a63
|
Added a VS2019 exporter to all example PIPs
|
6 years ago |
ed
|
106e71bde9
|
Re-saved all projects
|
6 years ago |
ed
|
d4c59fe35b
|
Added a VS2019 exporter to all projects
|
6 years ago |
ed
|
132295bdb3
|
Made the logMessage() method in UnitTestsDemo thread-safe
|
6 years ago |
ed
|
497a1b3fb7
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
ed
|
97e545cd44
|
Moved the Grid unit tests into juce_Grid.cpp and re-saved all projects
|
6 years ago |
Tom Poole
|
ff613d900a
|
Re-saved all projects
|
6 years ago |
ed
|
d6fb474c39
|
Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner
|
6 years ago |
ed
|
0bc37d210e
|
Fixed a compile error in the DSPModulePluginDemo example
|
6 years ago |
Tom Poole
|
1df891ccd7
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
b8eba72995
|
Re-saved all projects
|
6 years ago |
ed
|
e6cf72838b
|
Re-saved all projects
|
6 years ago |
ed
|
09ebd1d257
|
Added support for ID-based MIDI devices
|
6 years ago |
ed
|
0db3602ea3
|
Re-saved all projects
|
6 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
Tom Poole
|
4a2c15ed64
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
9cebba485a
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
Tom Poole
|
dfbe18b577
|
Re-saved all projects
|
6 years ago |
reuk
|
b8278cec0e
|
LinearSmoothedValue: Added some helpful member functions and deprecated setValue
|
6 years ago |
ed
|
045bd32f40
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
2832d3df76
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
6 years ago |
ed
|
3ed17dea2a
|
Ensure that the button for choosing audio files in the AudioPlaybackDemo is visible on mobile devices with smaller screens
|
6 years ago |
jules
|
da2b10ada6
|
Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'.
|
6 years ago |