Tom Poole
|
beec82b8cb
|
Improvements to the Analytics class
|
2017-12-19 14:18:39 +00:00 |
|
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
2017-12-19 12:44:24 +00:00 |
|
Lukasz Kozakiewicz
|
1f77b356d1
|
Re-saved all projects.
|
2017-12-14 16:20:05 +00:00 |
|
Lukasz Kozakiewicz
|
202cad8991
|
DialogsDemo: flush output stream after writing to it in saving dialog demo.
|
2017-12-13 09:46:12 +00:00 |
|
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +00:00 |
|
Tom Poole
|
d2dc866f01
|
Updated OpenGLAppExample to use an renamed function
|
2017-12-11 09:16:44 +00:00 |
|
jules
|
d9585241ad
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
2017-12-06 17:33:26 +00:00 |
|
jules
|
d727f2a35a
|
Added MathConstants::halfPi to improve readability
|
2017-12-06 12:56:00 +00:00 |
|
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
jules
|
6a49d6efdc
|
Minor tidying up
|
2017-11-29 17:33:00 +00:00 |
|
Lukasz Kozakiewicz
|
5358756d58
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
2017-11-29 16:46:38 +01:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
jules
|
a586966c65
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
2017-11-28 16:18:40 +00:00 |
|
jules
|
472c5616d4
|
The Matrix3D::rotated() method wasn't doing what its comment said, so it has been renamed to Matrix3D::rotation() and made static, which correctly describes what it does. If you had code that was calling rotated(), you can safely replace it with rotation(), but should use the opportunity to check whether your code was doing what you thought it was!
|
2017-11-24 09:21:21 +00:00 |
|
hogliux
|
df8fc9b910
|
FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user
|
2017-11-22 14:03:42 +00:00 |
|
Lukasz Kozakiewicz
|
fd6b7de444
|
Re-saved all projects.
|
2017-11-22 14:25:18 +01:00 |
|
Lukasz Kozakiewicz
|
b8b304e4cd
|
PushNotifications: add OSX implementation.
|
2017-11-22 12:59:53 +01:00 |
|
Tom Poole
|
804448b78b
|
Re-saved all projects
|
2017-11-20 17:05:16 +00:00 |
|
Tom Poole
|
7f6f978d0c
|
Changed the MacOS deployment target of the demo to "Default"
|
2017-11-20 16:14:01 +00:00 |
|
hogliux
|
8fd62040fb
|
Re-saved all projects
|
2017-11-20 10:57:48 +00:00 |
|
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
2017-11-20 10:56:08 +00:00 |
|
ed
|
504b95b5a6
|
Removed a duplicate item from the Grid demo and added some missing items
|
2017-11-20 09:10:45 +00:00 |
|
jules
|
babea0885b
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
2017-11-11 14:17:48 +00:00 |
|
hogliux
|
e2a0759ab3
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
2017-11-10 18:18:48 +00:00 |
|
jules
|
c3a218ab49
|
Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class
|
2017-11-08 15:00:47 +00:00 |
|
Lukasz Kozakiewicz
|
ff1ba93a1b
|
Re-saved all projects
|
2017-11-07 20:06:17 +01:00 |
|
tpoole
|
f1039cb507
|
Re-saved all projects
|
2017-11-06 16:30:15 +00:00 |
|
tpoole
|
d412215625
|
Updated the MacOS deployment target for the Projucer and the Demo
|
2017-11-06 15:43:34 +00:00 |
|
hogliux
|
1cb3511793
|
Re-saved all projects
|
2017-11-03 11:00:07 +00:00 |
|
hogliux
|
95b38b6623
|
Android: Add bluetooth permissions to the JuceDemo
|
2017-11-03 10:59:58 +00:00 |
|
tpoole
|
fae4cf6567
|
Minor formatting improvements
|
2017-11-01 18:32:32 +00:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
ed
|
550b547d73
|
Grid demo formatting
|
2017-10-31 14:30:06 +00:00 |
|
jules
|
f990723d6f
|
Added a Visual Studio compiler bug workaround
|
2017-10-30 15:00:34 +00:00 |
|
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
ed
|
5ceffa53bd
|
Removed some hard-coded windows target platform versions
|
2017-10-27 15:53:20 +01:00 |
|
ed
|
c1f564de98
|
Fixed a build error and warning on 10.6
|
2017-10-27 11:10:30 +01:00 |
|
ed
|
67fd58c796
|
Re-saved all projects
|
2017-10-27 10:41:18 +01:00 |
|
jules
|
d0514c7924
|
Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo
|
2017-10-27 10:02:10 +01:00 |
|
ed
|
f1f2a34d04
|
Set the C++ language standard of all JUCE projects to C++14
|
2017-10-27 09:56:45 +01:00 |
|
ed
|
b115071bb5
|
Re-saved all projects
|
2017-10-25 12:12:10 +01:00 |
|
ed
|
80b326ec48
|
Made the log text of the OSCMonitor demo more readable
|
2017-10-24 16:17:04 +01:00 |
|
hogliux
|
5eb5f9463b
|
Fixed a MessageManager lock assertion in the OpenGL JUCE demo
|
2017-10-24 09:16:39 +01:00 |
|
tpoole
|
1bd5292323
|
Resaved all projects
|
2017-10-23 15:12:58 +01:00 |
|
tpoole
|
eb8fecf816
|
Formatting improvements
|
2017-10-23 15:03:25 +01:00 |
|
ed
|
b95b82f9eb
|
Whitespace
|
2017-10-23 14:26:09 +01:00 |
|
tpoole
|
413164f46a
|
Analytics: Added an new analytics module
|
2017-10-23 13:52:30 +01:00 |
|
Lukasz Kozakiewicz
|
fc231a862f
|
Re-save all projects.
|
2017-10-23 09:54:16 +02:00 |
|
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
2017-10-23 09:31:06 +02:00 |
|
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|