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

5825 commits

Author SHA1 Message Date
jules
576c60fd15 un-templated a couple of functions to prevent them being accidentally called with integral type arguments 2016-01-18 16:53:11 +00:00
jules
a48d70010f Added support for javascript Array.push method 2016-01-18 15:59:23 +00:00
jules
ea07c5b2b0 Added a workaround in OSX so that plugin windows inside modal host windows can open popups 2016-01-18 15:21:36 +00:00
jules
8c6ef0b0e4 A better optimisation for parsing SVG files with certain types of line dash attributes 2016-01-18 08:40:44 +00:00
jules
30ac2dce0a Minor optimisation for the SVG parser 2016-01-17 15:08:54 +00:00
jules
4e48b3b661 Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state 2016-01-15 14:52:52 +00:00
jules
a6afb208c6 Android: removed the action bar 2016-01-15 10:24:47 +00:00
Timur Doumler
ecc4c7d492 Introjucer Android Studio export: switched toolchain from gcc 4.9 to clang 3.6 for better compatibility with Android Studio 2 Preview. 2016-01-15 09:17:27 +00:00
jules
5398ba5f06 Fixed a capitalisation mistake in the SVG parser 2016-01-15 08:52:34 +00:00
jules
39ba4ed577 Avoided an iOS compile warning 2016-01-14 18:03:14 +00:00
Timur Doumler
f88467eca9 Introjucer: added build.gradle signing config options to Android Studio exporter. 2016-01-14 17:37:08 +00:00
jules
80b689b73d Fix for android studio config-specific preprocessor defs 2016-01-14 16:13:45 +00:00
jules
9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build 2016-01-14 15:04:05 +00:00
jules
de4637d8cb Added support for some more File::getSpecialLocation locations on Android 2016-01-14 10:02:54 +00:00
Timur Doumler
650395dd10 Introjucer: various fixes and improvements to Android Studio export; switched to gradle 2.9. 2016-01-13 18:18:12 +00:00
jules
d3d47ab27d Fix for Android kiosk mode components 2016-01-13 17:28:45 +00:00
jules
dcf949ba66 Additions to StandaloneFilterWindow 2016-01-13 13:00:14 +00:00
jules
76886ea268 Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily 2016-01-13 12:53:38 +00:00
jules
99052af8bc Added Android support for screen orientation control 2016-01-13 12:05:29 +00:00
Timur Doumler
668d9c5f69 JuceDemo: set Android API level to 23 jucer project so it compiles out of the box with Android Studio. 2016-01-13 10:22:39 +00:00
jules
fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 2016-01-12 15:20:34 +00:00
Timur Doumler
d4ace1b983 Introjucer: increased default minimum Android SDK from 10 to 23 to allow Android Studio projects to compile out of the box with a default AS installation. 2016-01-11 16:26:35 +00:00
jules
f6dd015999 The File class will now canonicalise the paths that it is given, to remove ellipsis 2016-01-11 14:59:30 +00:00
jules
606e7be12f Added dashed-line support to the SVG parser and DrawablePath 2016-01-11 13:11:12 +00:00
jules
a48465327b Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin 2016-01-11 10:18:49 +00:00
jules
6c1eaaa0c7 Whitespace cleanup 2016-01-08 17:41:45 +00:00
Timur Doumler
97ffb5ad93 Got rid of some more Visual Studio compiler warnings. 2016-01-08 16:11:10 +00:00
Timur Doumler
5815416834 Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11). 2016-01-08 16:01:12 +00:00
Timur Doumler
10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. 2016-01-08 15:39:34 +00:00
jules
4237db4a31 Silenced some deprecation warnings in OSX10.11 2016-01-08 12:09:10 +00:00
jules
2f998f67fe Tweaked Introjucer settings to avoid an architecture warning in Xcode 2016-01-08 11:54:52 +00:00
jules
9d7571fdc2 Resaved all example projects 2016-01-08 11:19:00 +00:00
jules
d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings 2016-01-08 11:02:19 +00:00
Timur Doumler
99ae5a7668 Introjucer: fixed "Update to recommended build settings" warning for generated Xcode projects. 2016-01-08 10:56:51 +00:00
jules
ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() 2016-01-08 10:16:33 +00:00
jules
8a9322456f Replaced the now-deprecated iOS audio code with a new AVSession-based version. 2016-01-07 17:28:27 +00:00
Timur Doumler
c845a49268 Avoided a compiler warning in Xcode. 2016-01-07 15:37:31 +00:00
jules
aec16864fc Fixed a minor conversion warning 2016-01-07 15:19:28 +00:00
Timur Doumler
22e968b205 Added a Listener class to MPEZoneLayout. 2016-01-07 14:44:59 +00:00
jules
70b0ca3f6a Resaved some example projects 2016-01-07 11:52:03 +00:00
jules
1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 2016-01-07 11:44:57 +00:00
jules
36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 2016-01-07 11:19:45 +00:00
jules
135a1b65de Fixed a typo in the last commit 2016-01-07 11:00:44 +00:00
jules
622add3dc9 Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen. 2016-01-07 10:39:10 +00:00
jules
29058d4231 Introjucer: fixed a crash if you try to create an Android VST 2016-01-07 09:53:40 +00:00
jules
3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes 2016-01-07 09:41:36 +00:00
jules
03dde6a2a8 Avoided a compiler warning in MPENote 2016-01-07 09:15:28 +00:00
jules
18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 2016-01-07 09:12:48 +00:00
Timur Doumler
e958e5a647 Added comparison operators to MPEZone. 2016-01-06 18:15:22 +00:00
jules
82cc6b7183 Fix for an RTAS build error 2016-01-06 11:18:49 +00:00