Lukasz Kozakiewicz
|
b8b304e4cd
|
PushNotifications: add OSX implementation.
|
7 years ago |
Tom Poole
|
804448b78b
|
Re-saved all projects
|
7 years ago |
Tom Poole
|
7f6f978d0c
|
Changed the MacOS deployment target of the demo to "Default"
|
7 years ago |
hogliux
|
8fd62040fb
|
Re-saved all projects
|
7 years ago |
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
7 years ago |
ed
|
504b95b5a6
|
Removed a duplicate item from the Grid demo and added some missing items
|
7 years ago |
jules
|
babea0885b
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
hogliux
|
e2a0759ab3
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
7 years ago |
jules
|
c3a218ab49
|
Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class
|
7 years ago |
Lukasz Kozakiewicz
|
ff1ba93a1b
|
Re-saved all projects
|
7 years ago |
tpoole
|
f1039cb507
|
Re-saved all projects
|
7 years ago |
tpoole
|
d412215625
|
Updated the MacOS deployment target for the Projucer and the Demo
|
7 years ago |
hogliux
|
1cb3511793
|
Re-saved all projects
|
7 years ago |
hogliux
|
95b38b6623
|
Android: Add bluetooth permissions to the JuceDemo
|
7 years ago |
tpoole
|
fae4cf6567
|
Minor formatting improvements
|
7 years ago |
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)
|
7 years ago |
ed
|
550b547d73
|
Grid demo formatting
|
7 years ago |
jules
|
f990723d6f
|
Added a Visual Studio compiler bug workaround
|
7 years ago |
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
7 years ago |
ed
|
5ceffa53bd
|
Removed some hard-coded windows target platform versions
|
7 years ago |
ed
|
c1f564de98
|
Fixed a build error and warning on 10.6
|
7 years ago |
ed
|
67fd58c796
|
Re-saved all projects
|
7 years ago |
jules
|
d0514c7924
|
Cleanup and refactoring work on the AudioProcessorGraph and the audio plugin host demo
|
7 years ago |
ed
|
f1f2a34d04
|
Set the C++ language standard of all JUCE projects to C++14
|
7 years ago |
ed
|
b115071bb5
|
Re-saved all projects
|
7 years ago |
ed
|
80b326ec48
|
Made the log text of the OSCMonitor demo more readable
|
7 years ago |
hogliux
|
5eb5f9463b
|
Fixed a MessageManager lock assertion in the OpenGL JUCE demo
|
7 years ago |
tpoole
|
1bd5292323
|
Resaved all projects
|
7 years ago |
tpoole
|
eb8fecf816
|
Formatting improvements
|
7 years ago |
ed
|
b95b82f9eb
|
Whitespace
|
7 years ago |
tpoole
|
413164f46a
|
Analytics: Added an new analytics module
|
7 years ago |
Lukasz Kozakiewicz
|
fc231a862f
|
Re-save all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
8 years ago |
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
jules
|
6db06f7a9a
|
Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere
|
7 years ago |
jules
|
76696a5f0d
|
Tidied up some demo code
|
7 years ago |
tpoole
|
af6b81fbc5
|
Fixed some VS2013 compiler warnings
|
7 years ago |
Lukasz Kozakiewicz
|
f6c74afc77
|
Resaved all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
c557369ccb
|
InAppPurchases: add OSX target to IAP demo app.
|
7 years ago |
Lukasz Kozakiewicz
|
e4bfb4f96f
|
InAppPurchases: fix the demo app after the latest changes to StringArray.
|
7 years ago |
jules
|
c2a2d5c734
|
Updated some code to use cleaner array initialisation from constant data
|
7 years ago |
jules
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
7 years ago |
ed
|
a449e3bbb4
|
Use juce namespace for some uint32s in the CodeEditorDemo
|
7 years ago |
jules
|
ff99aec1ab
|
Converted some old uses of non-C++ maths functions to their std equivalents
|
7 years ago |
ed
|
0eb89d650a
|
Improved the colour scheme of the code editor demo
|
7 years ago |
jules
|
5dff69047a
|
Removed a stray log file
|
7 years ago |
jules
|
aa3d1c1564
|
Updated a defunct symbol in demo code
|
7 years ago |
jules
|
27a6903cac
|
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
|
7 years ago |
jules
|
a4f5663fce
|
Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers
|
7 years ago |
tpoole
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
7 years ago |