ed
|
a449e3bbb4
|
Use juce namespace for some uint32s in the CodeEditorDemo
|
2017-10-10 14:55:43 +01:00 |
|
jules
|
ff99aec1ab
|
Converted some old uses of non-C++ maths functions to their std equivalents
|
2017-10-09 17:45:44 +01:00 |
|
ed
|
0eb89d650a
|
Improved the colour scheme of the code editor demo
|
2017-10-09 10:30:11 +01:00 |
|
jules
|
5dff69047a
|
Removed a stray log file
|
2017-10-09 09:25:45 +01:00 |
|
jules
|
aa3d1c1564
|
Updated a defunct symbol in demo code
|
2017-09-28 11:31:34 +01: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
|
47698a86b1
|
MinGW: Fixed some 32 bit build errors
|
2017-09-20 12:53:27 +01:00 |
|
tpoole
|
9fc21a8d5a
|
Re-saved all projects
|
2017-09-18 15:05:30 +01:00 |
|
hogliux
|
8b3ab7c152
|
Windows: Remove deprecated direct show macro from JUCE demo
|
2017-09-13 10:43:57 +01:00 |
|
hogliux
|
e2c8e30d72
|
Added a ScopedNoDenormal class to temporarily disable denormals
|
2017-09-12 11:32:32 +01:00 |
|
tpoole
|
31e05ad014
|
Fixed a bug in the demo plug-in slider class
|
2017-09-11 12:42:27 +01:00 |
|
tpoole
|
3cd4a9d917
|
Made the demo host compatible with OS X 10.6
|
2017-09-11 10:14:57 +01:00 |
|
tpoole
|
2f329cec87
|
Added the microphone permission to the iOS demo plug-in
|
2017-09-11 08:59:53 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
tpoole
|
b58a0f4be7
|
Fixed some VS2013 compiler errors
|
2017-09-07 16:44:46 +01:00 |
|
hogliux
|
ede622c1ef
|
Re-saved all projects
|
2017-09-06 15:23:19 +01:00 |
|
hogliux
|
cc6a417a1d
|
DSP: Removed left-over VS post-build commands from DSP module plugin demo sample
|
2017-09-06 11:53:24 +01:00 |
|
hogliux
|
f1d6298206
|
DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly
|
2017-09-06 10:17:09 +01:00 |
|
hogliux
|
7a34790388
|
DSP: Made trimming of the convolution impulse response optional
|
2017-09-06 10:04:12 +01:00 |
|
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
2017-09-05 16:06:57 +01:00 |
|
tpoole
|
7316128918
|
Fixed some bugs in the sliders demo
|
2017-08-30 17:43:52 +01:00 |
|
tpoole
|
53aa5b9849
|
Removed some duplicated code from the demo plug-in
|
2017-08-30 15:25:48 +01:00 |
|
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
2017-08-28 12:31:59 +01:00 |
|
hogliux
|
ba1cba9547
|
IAP: Ensured that IAP can compile even on platforms that don't support IAP
|
2017-08-24 17:28:26 +01:00 |
|
hogliux
|
6cbae93696
|
Fixed an issue when building the in-app purchases app on case-sensitive filesystems
|
2017-08-24 17:24:41 +01:00 |
|
hogliux
|
8433b3799d
|
FFTSimpleExample: avoid an assertion when the input audio is a block of samples all of which are exactly zero
|
2017-08-24 14:22:45 +01:00 |
|
hogliux
|
cfdd849b66
|
Re-saved all projects
|
2017-08-24 10:44:57 +01:00 |
|
hogliux
|
b56e3890c2
|
Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes
|
2017-08-18 17:52:23 +01:00 |
|
hogliux
|
39ce151636
|
Plugin Host: Fixed a potential crash when creating a new document
|
2017-08-16 10:52:19 +01:00 |
|
jules
|
55f536078a
|
Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag
|
2017-08-15 09:53:29 +01:00 |
|
jules
|
357dd2c9c9
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
hogliux
|
a092c19bcc
|
Added In-App Purchase sample code app
|
2017-08-10 12:05:46 +01:00 |
|
hogliux
|
3c871602dc
|
Re-saved all projects
|
2017-08-09 20:16:55 +01:00 |
|
hogliux
|
1b7d30f0f4
|
Android: Moved more Java code into C++
|
2017-08-04 18:49:14 +01:00 |
|
hogliux
|
1b964e98c2
|
Fixed the SimpleFFT sample code
|
2017-08-04 09:50:54 +01:00 |
|
hogliux
|
6d49b9d99c
|
Re-saved all projects
|
2017-08-02 18:36:10 +01:00 |
|
jules
|
2bbd2b9785
|
Added CSS Grid classes
|
2017-08-01 16:22:19 +01:00 |
|
hogliux
|
dfab56c449
|
Removed extra build-steps in DSP module plugin demo
|
2017-07-31 15:52:33 +01:00 |
|
hogliux
|
a6b128affb
|
Fixed a window naming typo in the DSP module
|
2017-07-31 15:25:55 +01:00 |
|
tpoole
|
621fcf31d2
|
AUv3: Added support for MIDI output, host MIDI controller visibility and MPE
|
2017-07-28 08:57:38 +01:00 |
|
hogliux
|
04f459b22e
|
Re-saved all projects
|
2017-07-27 12:39:30 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +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 |
|
hogliux
|
d3efd6e685
|
Fixed a typo in the AUv3Synth sample code
|
2017-07-24 10:03:24 +01:00 |
|
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
2017-07-20 17:24:05 +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 |
|
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
2017-07-18 13:09:03 +01:00 |
|