ed
|
ca9c8f22d7
|
Windows: Removed Desktop::clearAllTouchSources() method and cleaned up some Windows touch input code
|
2017-06-15 17:20:55 +01:00 |
|
tpoole
|
8e4c187451
|
WebInputStream: Fixed bug preventing cancellation of streams on Linux
|
2017-06-15 15:33:57 +01:00 |
|
ed
|
a95ede0c6e
|
Updated the breaking changes document to reflect the previous commit that fixed a bug in Windows HTTPS connections
|
2017-06-15 11:12:48 +01:00 |
|
jules
|
46a9da28d6
|
(Fixed typo)
|
2017-06-15 10:51:18 +01:00 |
|
jules
|
0094d199ed
|
Linux: avoided an out-of-bounds access when using mice with large numbers of buttons
|
2017-06-15 10:23:41 +01:00 |
|
ed
|
562a2b5d9f
|
Windows: Fixed a bug where HTTPS security features were being disabled
|
2017-06-15 10:21:07 +01:00 |
|
tpoole
|
6917e5f5ce
|
Documentation: Fixed some Doxygen warnings
|
2017-06-14 19:04:48 +01:00 |
|
tpoole
|
d525bb49e1
|
Resaved all projects
|
2017-06-14 15:59:20 +01:00 |
|
ed
|
0edac2e981
|
Windows: Small tweak for previous commit
|
2017-06-14 14:26:30 +01:00 |
|
ed
|
9d294970d7
|
Windows: Fixed a bug where multi-touch inputs weren't being cleared correctly
|
2017-06-14 12:11:12 +01:00 |
|
ed
|
319ca33637
|
BLOCKS: Some code cleanup and modernisation in BlocksDrawing
|
2017-06-13 12:48:21 +01:00 |
|
ed
|
3d04a23c0f
|
Projucer: Only add the juce_audio_plugin_client module path to XCode's header search paths if it is included in the project
|
2017-06-13 10:16:54 +01:00 |
|
ed
|
543711d92f
|
BLOCKS: Updated the BlocksSynth example
|
2017-06-12 17:33:26 +01:00 |
|
ed
|
acf00d485f
|
BLOCKS: Re-saved BlocksDrawing example project
|
2017-06-12 17:29:33 +01:00 |
|
ed
|
9796746756
|
BLOCKS: Updated and cleaned up the BlocksDrawing example
|
2017-06-12 16:34:16 +01:00 |
|
ed
|
15cc2bbc7f
|
BLOCKS: Removed an old method from the BitmapLEDProgram LittleFoot program
|
2017-06-12 16:21:02 +01:00 |
|
ed
|
955b2aa71e
|
Projucer: Made the default Windows target platform version 8.1 for VS2013 and VS2015 exporters and 10.0.15063.0 for VS2017 exporters
|
2017-06-12 14:46:01 +01:00 |
|
tpoole
|
bfd59e5f87
|
CoreAudioDevice: Fixed potential race condition
|
2017-06-12 10:20:58 +01:00 |
|
ed
|
693fde9f21
|
Projucer: Added an option to CodeHelpers::makeValidIdentifier() to allow asterisks so that pointer types are not ignored when automatically generating header files in the GUI editor
|
2017-06-12 09:28:35 +01:00 |
|
ed
|
8e7cc759f5
|
Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it
|
2017-06-09 20:38:10 +01:00 |
|
ed
|
02349f4677
|
JUCE Demo: Removed some commented out code
|
2017-06-09 16:27:02 +01:00 |
|
jules
|
2bc7618424
|
BLOCKS SDK: Added support for the Seaboard BLOCK and new config item API
|
2017-06-09 15:13:41 +01:00 |
|
tpoole
|
1c7d1084b9
|
Minor formatting changes
|
2017-06-09 11:49:57 +01:00 |
|
jules
|
56a2ad4231
|
Projucer: Add various android project properties to the Android exporter to add custom resources and gradle dependencies
|
2017-06-09 11:30:44 +01:00 |
|
jules
|
9b02982f4e
|
Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists
|
2017-06-09 11:29:52 +01:00 |
|
jules
|
851b3e6db1
|
Added method Desktop::getOrientationsEnabled()
|
2017-06-09 11:26:37 +01:00 |
|
tpoole
|
9ae25d13c2
|
Documentation: Some typo fixes
|
2017-06-08 16:51:07 +01:00 |
|
hogliux
|
1a6e1dbff2
|
Result of pointer arithmetic should not depend on if the pointer is being wrapped in a JUCE Atomic or not (breaking change: see https://github.com/WeAreROLI/JUCE/blob/develop/BREAKING-CHANGES.txt
|
2017-06-08 16:45:49 +01:00 |
|
hogliux
|
22c187826d
|
Android: Fixed a compile error when building standalone plug-ins on Android
|
2017-06-07 16:10:21 +01:00 |
|
jules
|
57120b39c0
|
Tweaked some whitespace to avoid false-alarm warnings in GCC
|
2017-06-07 11:12:48 +01:00 |
|
jules
|
8493da4d7b
|
Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes.
|
2017-06-07 10:33:59 +01:00 |
|
jules
|
ebe5916c49
|
Misc code cleanups
|
2017-06-07 10:13:38 +01:00 |
|
jules
|
82f3ab616a
|
Avoided duplicate entries in the default VST search path
|
2017-06-07 10:07:02 +01:00 |
|
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
2017-06-06 16:57:16 +01:00 |
|
tpoole
|
f1e98f54ed
|
Removed extraneous semicolon
|
2017-06-06 15:16:53 +01:00 |
|
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
2017-06-06 11:09:20 +01:00 |
|
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
2017-06-06 11:07:09 +01:00 |
|
jules
|
ee8c2303c6
|
Build fixes for FileListComponent and FileTreeComponent
|
2017-06-06 10:27:48 +01:00 |
|
jules
|
b6478be22c
|
Added a public member DirectoryContentsDisplayComponent::directoryContentsList
|
2017-06-06 10:21:44 +01:00 |
|
jules
|
dfcc6780dd
|
Added a path to .gitignore
|
2017-06-05 16:54:32 +01:00 |
|
hogliux
|
b449c346ad
|
VST3 Wrapper: Fixed an issue where JUCE would overwrite audio data into an input buffer provided by VST3 hosts
|
2017-06-05 16:05:12 +01:00 |
|
hogliux
|
eb38256e2c
|
Removed an assertion which was already checked just a few lines above
|
2017-06-05 14:35:14 +01:00 |
|
ed
|
c56dc32b28
|
Fixed a bug in ComponentBoundsConstrainer::setBoundsForComponent() where a component positioned off-screen or on another monitor wouldn't have its bounds set correctly
|
2017-06-05 14:12:44 +01:00 |
|
hogliux
|
6f94997adb
|
Don't assert on GL errors if the peer is not valid anymore
|
2017-06-05 12:57:49 +01:00 |
|
hogliux
|
7539a993f9
|
VST2: Fixed a typo in VST2 flag definition
|
2017-06-05 11:56:21 +01:00 |
|
hogliux
|
a5aaf97806
|
AUv3 Wrapper: Fixed a bug where AUv3 meters would display incorrect parameter units
|
2017-06-05 11:19:09 +01:00 |
|
hogliux
|
1c5042ab22
|
Silenced a harmless warning in VS2017
|
2017-06-05 11:14:04 +01:00 |
|
ed
|
73654ee535
|
Added a method to TextPropertyComponent to set whether it should respond to file drag and drop
|
2017-06-05 10:15:45 +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 |
|
ed
|
919e3e36ec
|
Added TextEditor::applyColourToAllText() method
|
2017-06-02 11:39:02 +01:00 |
|