hogliux
|
8bb611f4d3
|
JUCE version 5.1.0
|
2017-07-27 14:40:54 +01:00 |
|
hogliux
|
04f459b22e
|
Re-saved all projects
|
2017-07-27 12:39:30 +01:00 |
|
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
hogliux
|
7ca5ad001e
|
Added multichannel file io readers and writers
|
2017-07-27 12:39:17 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +01:00 |
|
tpoole
|
281c2fe2af
|
Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper
|
2017-07-26 16:29:17 +01:00 |
|
jules
|
99c5843c3f
|
Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource
|
2017-07-26 16:19:01 +01:00 |
|
tpoole
|
d2175cfe86
|
Fixed a compiler warning in ObjCHelpers
|
2017-07-26 16:05:06 +01:00 |
|
tpoole
|
db1e79601e
|
Fixed an intermittent JSON parsing test failure
|
2017-07-26 15:52:50 +01:00 |
|
ed
|
58fe117260
|
Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus
|
2017-07-26 15:34:19 +01:00 |
|
hogliux
|
98b76b54de
|
Fixed an issue in LookAndFeel v4 which would always override the combobox justification
|
2017-07-26 15:33:55 +01:00 |
|
hogliux
|
c0f69183e7
|
VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again
|
2017-07-26 14:42:44 +01:00 |
|
tpoole
|
61321d2eb9
|
Button: Added a getTriggeredOnMouseDown method
|
2017-07-25 12:58:37 +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
|
7582952cdf
|
Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set
|
2017-07-24 09:45:37 +01:00 |
|
jules
|
df14b18c17
|
cleaned up a method in Array
|
2017-07-23 09:46:45 +01:00 |
|
jules
|
c313a55f83
|
Bit of minor modernisation in CharacterFunctions
|
2017-07-23 09:39:00 +01:00 |
|
jules
|
86deea87ce
|
Added variadic add methods to Array
|
2017-07-23 09:29:21 +01:00 |
|
tpoole
|
ebce454514
|
Added a compatibility fix for older compilers
|
2017-07-22 21:12:23 +01:00 |
|
tpoole
|
7e6a650e8c
|
Fixed some issues when parsing double strings
|
2017-07-20 17:50:12 +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
|
1044015465
|
Added an extra forced resize callback in linux VST hosting to avoid some repaint issues
|
2017-07-20 16:51:21 +01:00 |
|
ed
|
bde34cebcb
|
Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly
|
2017-07-20 14:08:59 +01:00 |
|
hogliux
|
bfc5708521
|
VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively
|
2017-07-20 08:59:45 +01:00 |
|
ed
|
ebb5219581
|
Fix for VS build error in last commit
|
2017-07-19 17:46:09 +01:00 |
|
ed
|
2e81e8a0dc
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
2017-07-19 17:23:20 +01:00 |
|
tpoole
|
60b4b7cfe5
|
Fixed an ISO8601 time parsing bug
|
2017-07-19 14:46:08 +01:00 |
|
tpoole
|
a5c404a155
|
Fixed a bug running the same unit tests successively
|
2017-07-19 12:17:18 +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 |
|
hogliux
|
663af835f9
|
AUv3: Update preset list when updateHostDisplay is called
|
2017-07-19 10:44:31 +01:00 |
|
Tom Waldron
|
b5e6570a10
|
Blocks/api (#18)
BLOCKS API: Added extra support for clustering, pitchbend messages and firmware update error handling
|
2017-07-19 10:07:33 +01:00 |
|
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
2017-07-18 13:09:03 +01:00 |
|
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
2017-07-18 12:23:02 +01:00 |
|
hogliux
|
0d601faae5
|
Android: Add workaround for devices which falsely report supporting floating point audio
|
2017-07-18 11:44:39 +01:00 |
|
ed
|
0e6699ce23
|
Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions
|
2017-07-18 09:47:08 +01:00 |
|
tpoole
|
d6ea60b2e5
|
Flexbox: Fixed a bug in the integer rounding of component bounds
|
2017-07-17 18:33:07 +01:00 |
|
hogliux
|
a47dfc5969
|
Fixed a harmless compiler warning on MSVC in previous commit
|
2017-07-17 13:03:57 +01:00 |
|
jules
|
f0792827a4
|
Added Tracktion Waveform to PluginHostType
|
2017-07-17 13:00:31 +01:00 |
|
hogliux
|
643bbdcf87
|
VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions
|
2017-07-17 12:54:23 +01:00 |
|
hogliux
|
9daf7e26e6
|
AU: Fixed a typo in the AU wrapper shared code
|
2017-07-17 09:19:38 +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 |
|
ed
|
a68373ac44
|
URL: Added support for query string parameters without values
|
2017-07-12 12:03:23 +01:00 |
|
ed
|
15898a75bd
|
Projucer: Fixed a bug in the GUI editor where the query string of a URL passed to a HyperlinkButton was being removed
|
2017-07-12 09:09:05 +01:00 |
|
hogliux
|
04c0fc093c
|
Fixed a harmless compiler warning with newer versions of clang
|
2017-07-11 14:35:12 +01:00 |
|
hogliux
|
c7e8475f57
|
Andorid: Removed some android video stubs which could cause a crash on application startup
|
2017-07-11 14:34:54 +01:00 |
|
hogliux
|
b2576d288a
|
Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer
|
2017-07-11 12:54:12 +01:00 |
|