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

7493 commits

Author SHA1 Message Date
tpoole
ea34593ae4 Whitespace cleanup 2017-06-29 17:23:03 +01:00
tpoole
c288c94c29 Resaved all projects 2017-06-29 16:14:54 +01:00
tpoole
a520bf6457 Projucer: Fixed bug in f8b9e4468 2017-06-29 16:10:14 +01:00
jules
f8a58c8da7 Added a few assertions and cleanups to AudioBuffer 2017-06-29 16:01:10 +01:00
jules
3675c0a841 Added method BufferedInputStream::peekByte(), and tidied up some internal code in that class 2017-06-29 15:16:35 +01:00
tpoole
f8b9e44685 Projucer: Removed code for exporting old Visual Studio versions 2017-06-29 14:47:19 +01:00
jules
1cda7cf13b BLOCKS API: Fixed a crash when block is connected and disconnected over BT and USB 2017-06-28 16:44:28 +01:00
tpoole
432ad80b60 Fixed a bug in the JUCE demo plug-in time display 2017-06-28 14:08:55 +01:00
tpoole
c63a8a56cd Documentation fixes 2017-06-27 21:39:07 +01:00
tpoole
1f8ccff728 Projucer: Fixed active VS build configuration bug 2017-06-27 17:46:54 +01:00
tpoole
0874e47a35 Graphics code refactoring 2017-06-27 15:31:54 +01:00
hogliux
ccb4ce8829 Android: Fixed a linker error when building in release mode 2017-06-26 18:23:16 +01:00
ed
ca9d76cb68 Projucer: Fixed a bug where the live-build engine wasn't adding the VST3 SDK path to its header search paths when building the plugin host 2017-06-23 16:34:52 +01:00
Lukasz Kozakiewicz
bd3be54a70 Projucer: iOSExporter: add support for Push Notifications entitlement and remote notifications Background Mode. 2017-06-23 15:18:20 +02:00
tpoole
4965cdf030 Android: Added support for static libraries in modules 2017-06-22 17:50:57 +01:00
ed
8bad82397d Projucer: Fixed a bug when adding a new group to the file tree where the new group wasn't being displayed 2017-06-22 13:07:40 +01:00
hogliux
d9a4c06b73 Projucer: Add define guards to splash screen and app usage pre-processor defines 2017-06-22 11:37:38 +01:00
tpoole
984654318d Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro 2017-06-22 09:33:30 +01:00
jules
253fd51a96 Removed a superfluous base class inside SharedResourcePointer 2017-06-22 08:35:11 +01:00
ed
238bca7420 Projucer: Improved file filter method 2017-06-21 17:03:01 +01:00
jules
a1b55a4025 Fixed a problem with the SVG parser handling group element transforms 2017-06-21 16:36:17 +01:00
jules
d6ec66d4f9 Fixed build error when using non-UTF8 strings 2017-06-21 10:42:23 +01:00
jules
e5bd7992c4 Tidied up some CharPointer classes, and gave them isNotEmpty() methods 2017-06-21 10:35:22 +01:00
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