1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

4728 commits

Author SHA1 Message Date
hogliux
831e06d6bd VST2: Fixed missing Xlib initialisation in VST2 wrapper 2017-06-20 11:37:45 +01:00
hogliux
44f17f5061 VST2: Fixed a VS2013 compiler error 2017-06-19 18:00:09 +01:00
ed
940ff3ee6e Fixed a bug in iOS and Windows multi-touch code where touches on different windows weren't aware of each other 2017-06-19 16:29:07 +01:00
jules
f866b4ff5e Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code 2017-06-19 16:27:47 +01:00
hogliux
5930f2254c Added ability to add meta parameters to AudioProcessorValueTree 2017-06-19 16:22:20 +01:00
jules
433a82edee Added an offset to GlowEffect 2017-06-19 11:31:03 +01:00
jules
d7197f8f42 Added a couple of missing 'override's 2017-06-19 11:06:28 +01:00
ed
a4a3acaa74 BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes 2017-06-16 12:27:37 +01:00
jules
909ff222f2 Added a missing "pragma once" 2017-06-15 18:00:17 +01:00
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
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
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
15cc2bbc7f BLOCKS: Removed an old method from the BitmapLEDProgram LittleFoot program 2017-06-12 16:21:02 +01:00
tpoole
bfd59e5f87 CoreAudioDevice: Fixed potential race condition 2017-06-12 10:20:58 +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
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
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
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
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
ed
919e3e36ec Added TextEditor::applyColourToAllText() method 2017-06-02 11:39:02 +01:00
hogliux
ecacee031d AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor 2017-06-02 11:31:57 +01:00
tpoole
7663c4a045 Fixed a bug in the AudioProcessorGraph routing 2017-06-02 08:58:41 +01:00
hogliux
4b114d89a7 OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor 2017-06-01 10:34:20 +01:00
hogliux
7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 2017-05-31 14:42:43 +01:00
jules
313571118e Added some braces to work around a compiler bug in VS2015 2017-05-31 12:38:07 +01:00
hogliux
9d921a3b21 Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 2017-05-31 12:02:12 +01:00