ed
|
12bad3008b
|
Re-saved all projects
|
2018-01-05 17:24:59 +00:00 |
|
jules
|
3dd94b7341
|
resaved projects
|
2018-01-03 12:27:13 +00:00 |
|
Lukasz Kozakiewicz
|
36da4cde05
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +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
|
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 |
|
Lukasz Kozakiewicz
|
fd6b7de444
|
Re-saved all projects.
|
2017-11-22 14:25:18 +01:00 |
|
Tom Poole
|
804448b78b
|
Re-saved all projects
|
2017-11-20 17:05:16 +00:00 |
|
hogliux
|
8fd62040fb
|
Re-saved all projects
|
2017-11-20 10:57:48 +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 |
|
jules
|
f990723d6f
|
Added a Visual Studio compiler bug workaround
|
2017-10-30 15:00:34 +00: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 |
|
tpoole
|
1bd5292323
|
Resaved all projects
|
2017-10-23 15:12:58 +01:00 |
|
Lukasz Kozakiewicz
|
fc231a862f
|
Re-save all projects.
|
2017-10-23 09:54:16 +02:00 |
|
tpoole
|
af6b81fbc5
|
Fixed some VS2013 compiler warnings
|
2017-10-17 20:21:43 +01:00 |
|
Lukasz Kozakiewicz
|
f6c74afc77
|
Resaved all projects.
|
2017-10-17 17:42:04 +02:00 |
|
jules
|
27a6903cac
|
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
|
2017-09-27 12:24:02 +01:00 |
|
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
|
2017-09-25 11:22:03 +01:00 |
|
tpoole
|
9fc21a8d5a
|
Re-saved all projects
|
2017-09-18 15:05:30 +01:00 |
|
tpoole
|
3cd4a9d917
|
Made the demo host compatible with OS X 10.6
|
2017-09-11 10:14:57 +01:00 |
|
hogliux
|
39ce151636
|
Plugin Host: Fixed a potential crash when creating a new document
|
2017-08-16 10:52:19 +01:00 |
|
hogliux
|
6d49b9d99c
|
Re-saved all projects
|
2017-08-02 18:36:10 +01:00 |
|
hogliux
|
04f459b22e
|
Re-saved all projects
|
2017-07-27 12:39:30 +01:00 |
|
tpoole
|
9f9f815208
|
Resaved all projects
|
2017-07-24 18:06:32 +01:00 |
|
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
2017-07-24 18:00:54 +01:00 |
|
tpoole
|
9649dde424
|
Resaved all projects
|
2017-07-24 15:15:06 +01:00 |
|
jules
|
4e5f005421
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
ed
|
5575f7c735
|
Changed the Plugin Host release build OSX deployment target to use default instead of 10.5
|
2017-07-14 09:11:34 +01:00 |
|
ed
|
470060b6ee
|
Resaved all projects
|
2017-07-14 09:09:42 +01:00 |
|
jules
|
096b4e94c0
|
Removed zombie MovieComponent files that should have been deleted with the new video playback changes
|
2017-07-07 15:38:31 +01:00 |
|
jules
|
2fdf9d377f
|
Resaved example projects
|
2017-06-30 16:14:50 +01:00 |
|
tpoole
|
c288c94c29
|
Resaved all projects
|
2017-06-29 16:14:54 +01:00 |
|
jules
|
38ba6e9884
|
Added a better shutdown procedure for the plugin host demo
|
2017-06-19 10:53:44 +01:00 |
|
tpoole
|
d525bb49e1
|
Resaved all projects
|
2017-06-14 15:59:20 +01:00 |
|
jules
|
ebe5916c49
|
Misc code cleanups
|
2017-06-07 10:13:38 +01:00 |
|
hogliux
|
a6b8ad0c75
|
Audio Plugin Host: Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window
|
2017-06-05 09:58:49 +01:00 |
|
jules
|
c6da067ac3
|
Scraped a layer of crusty old code from some audio plugin host files
|
2017-06-01 11:34:36 +01:00 |
|
hogliux
|
763ba20a61
|
Re-saved all projects (see previous commit)
|
2017-05-31 14:42:44 +01:00 |
|
hogliux
|
c2991f77c2
|
Re-saved all projects
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
9a5764a324
|
Changed the linux build folder name to "Build/LinuxMakefile" so it is consistent with the rest of JUCE
|
2017-05-30 16:07:45 +01:00 |
|
hogliux
|
473147350d
|
Re-saved all projects
|
2017-05-18 12:56:54 +01:00 |
|
hogliux
|
f735a28708
|
Plugin Host: fixed background colour of channel configuration window
|
2017-05-12 16:13:48 +01:00 |
|
hogliux
|
2ff6de2a94
|
Linux: re-saved all projects to update broken linux Makefiles (see previous commit)
|
2017-05-09 13:00:00 +01:00 |
|
hogliux
|
1e185e988f
|
Re-saved all projects
|
2017-05-04 15:36:00 +01:00 |
|
jules
|
377a73a122
|
Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added
|
2017-05-03 15:00:10 +01:00 |
|