1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
Commit graph

14897 commits

Author SHA1 Message Date
ed
a3655ec17d Projucer: Fixed a crash in ProjectTab caused by not removing it as a global focus change listener in its destructor 2017-06-21 10:08:30 +01:00
hogliux
f1dc2a71f3 Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects) 2017-06-21 09:51:16 +01:00
jules
bebe32357f Added a file parameter to the LookAndFeel::drawFileBrowserRow methods 2017-06-21 09:43:42 +01:00
hogliux
a54ad21045 Android: Added a workaround for compiler error in Android SDK 18 and 19 2017-06-21 09:21:29 +01:00
ed
7be889a775 Projucer: Fixed a bug when renaming a file or group in the file tree where the renaming box wouldn't fully cover the item's name 2017-06-20 17:18:43 +01:00
hogliux
a6ccee8e02 VST2 Hosting: Added a workaround for a bug in multi-channel VST-2 plug-ins which were created with an old version of JUCE (< 4.1.0) 2017-06-20 17:18:18 +01:00
hogliux
78c8fcbda1 VST2 Hosting: Always ensure that the buffer passed to the plug-in has at least the maximum number of channels that the VST2 plug-in supports 2017-06-20 17:18:18 +01:00
ed
201a85acd7 Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device. 2017-06-20 16:40:03 +01:00
tpoole
b77a0786fb Added a VS2017 exporter to UnitTestRunner 2017-06-20 15:50:35 +01:00
ed
e168a9806a Projucer: Fix for 'unreachable code' warning in previous commit 2017-06-20 15:22:49 +01:00
ed
f4d8cf70d1 Projucer: Added a search field to the file panel to filter project files and added options to expand/collapse all groups in the file tree popup menu 2017-06-20 14:57:04 +01:00
jules
cb7ecfd77b Added method Drawable::getOutlineAsPath(), and used this for parsing SVG clip regions 2017-06-20 14:16:17 +01:00
tpoole
80229c24a9 WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts 2017-06-20 14:09:41 +01:00
hogliux
abd04ad948 Fixed a typo in the previous commit 2017-06-20 12:56:21 +01:00
jules
4df76276d3 Refactored win32 OS version detection to avoid Windows pretending to be a lower version than it really is 2017-06-20 12:52:26 +01:00
jules
2df986e559 Whitespace 2017-06-20 12:28:57 +01:00
jules
13b20de150 BLOCKS API: Added support for custom block names 2017-06-20 12:12:49 +01:00
jules
21f14c478b Tweaked an iOS shutdown behaviour 2017-06-20 11:48:55 +01:00
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
jules
38ba6e9884 Added a better shutdown procedure for the plugin host demo 2017-06-19 10:53:44 +01:00
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 2017-06-19 10:29:34 +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
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
hogliux
9d52538e91 Standalone plug-in: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 2017-06-13 08:50:15 +01:00
hogliux
1f40db45a5 Standalone plug-in: Fixed a compile error for older macOS deployment targets 2017-06-13 08:49:32 +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