jules
|
433a82edee
|
Added an offset to GlowEffect
|
8 years ago |
jules
|
d7197f8f42
|
Added a couple of missing 'override's
|
8 years ago |
jules
|
38ba6e9884
|
Added a better shutdown procedure for the plugin host demo
|
8 years ago |
ed
|
ec5d319a93
|
Projucer: Fixed a bug where the version number displayed next to a module's name in the modules panel wasn't being updated after changing its path
|
8 years ago |
ed
|
a4a3acaa74
|
BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes
|
8 years ago |
jules
|
909ff222f2
|
Added a missing "pragma once"
|
8 years ago |
ed
|
ca9c8f22d7
|
Windows: Removed Desktop::clearAllTouchSources() method and cleaned up some Windows touch input code
|
8 years ago |
tpoole
|
8e4c187451
|
WebInputStream: Fixed bug preventing cancellation of streams on Linux
|
8 years ago |
ed
|
a95ede0c6e
|
Updated the breaking changes document to reflect the previous commit that fixed a bug in Windows HTTPS connections
|
8 years ago |
jules
|
46a9da28d6
|
(Fixed typo)
|
8 years ago |
jules
|
0094d199ed
|
Linux: avoided an out-of-bounds access when using mice with large numbers of buttons
|
8 years ago |
ed
|
562a2b5d9f
|
Windows: Fixed a bug where HTTPS security features were being disabled
|
8 years ago |
tpoole
|
6917e5f5ce
|
Documentation: Fixed some Doxygen warnings
|
8 years ago |
tpoole
|
d525bb49e1
|
Resaved all projects
|
8 years ago |
ed
|
0edac2e981
|
Windows: Small tweak for previous commit
|
8 years ago |
ed
|
9d294970d7
|
Windows: Fixed a bug where multi-touch inputs weren't being cleared correctly
|
8 years ago |
ed
|
319ca33637
|
BLOCKS: Some code cleanup and modernisation in BlocksDrawing
|
8 years ago |
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
|
8 years ago |
ed
|
543711d92f
|
BLOCKS: Updated the BlocksSynth example
|
8 years ago |
ed
|
acf00d485f
|
BLOCKS: Re-saved BlocksDrawing example project
|
8 years ago |
ed
|
9796746756
|
BLOCKS: Updated and cleaned up the BlocksDrawing example
|
8 years ago |
ed
|
15cc2bbc7f
|
BLOCKS: Removed an old method from the BitmapLEDProgram LittleFoot program
|
8 years ago |
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
|
8 years ago |
tpoole
|
bfd59e5f87
|
CoreAudioDevice: Fixed potential race condition
|
8 years ago |
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
|
8 years ago |
ed
|
8e7cc759f5
|
Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it
|
8 years ago |
ed
|
02349f4677
|
JUCE Demo: Removed some commented out code
|
8 years ago |
jules
|
2bc7618424
|
BLOCKS SDK: Added support for the Seaboard BLOCK and new config item API
|
8 years ago |
tpoole
|
1c7d1084b9
|
Minor formatting changes
|
8 years ago |
jules
|
56a2ad4231
|
Projucer: Add various android project properties to the Android exporter to add custom resources and gradle dependencies
|
8 years ago |
jules
|
9b02982f4e
|
Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists
|
8 years ago |
jules
|
851b3e6db1
|
Added method Desktop::getOrientationsEnabled()
|
8 years ago |
tpoole
|
9ae25d13c2
|
Documentation: Some typo fixes
|
8 years ago |
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
|
8 years ago |
hogliux
|
22c187826d
|
Android: Fixed a compile error when building standalone plug-ins on Android
|
8 years ago |
jules
|
57120b39c0
|
Tweaked some whitespace to avoid false-alarm warnings in GCC
|
8 years ago |
jules
|
8493da4d7b
|
Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes.
|
8 years ago |
jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
jules
|
82f3ab616a
|
Avoided duplicate entries in the default VST search path
|
8 years ago |
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
8 years ago |
tpoole
|
f1e98f54ed
|
Removed extraneous semicolon
|
8 years ago |
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
8 years ago |
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
8 years ago |
jules
|
ee8c2303c6
|
Build fixes for FileListComponent and FileTreeComponent
|
8 years ago |
jules
|
b6478be22c
|
Added a public member DirectoryContentsDisplayComponent::directoryContentsList
|
8 years ago |
jules
|
dfcc6780dd
|
Added a path to .gitignore
|
8 years ago |
hogliux
|
b449c346ad
|
VST3 Wrapper: Fixed an issue where JUCE would overwrite audio data into an input buffer provided by VST3 hosts
|
8 years ago |
hogliux
|
eb38256e2c
|
Removed an assertion which was already checked just a few lines above
|
8 years ago |
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
|
8 years ago |
hogliux
|
6f94997adb
|
Don't assert on GL errors if the peer is not valid anymore
|
8 years ago |