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

3510 commits

Author SHA1 Message Date
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
jules
fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 2016-01-12 15:20:34 +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
d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings 2016-01-08 11:02:19 +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
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
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
jules
bc523c6724 Fixed a win32 pen/touch detection issue 2016-01-06 10:49:25 +00:00
Timur Doumler
c536d10be9 MidiKeyboardComponent: added possibility to change the length of the black keys as a proportion of the white keys to something else than the default of 0.7, and to query that proportion. 2016-01-05 16:39:57 +00:00
jules
d406cacc5f Avoided some deprecation warnings when building hosts on Windows 2016-01-05 16:39:21 +00:00
jules
d0f646a9ad Fix for a problem with CoreText when laying out very long text strings 2016-01-05 15:38:56 +00:00
jules
420f85bc5f Fixed a typo in MP3AudioFormat 2016-01-05 11:23:27 +00:00
jules
4d34212557 Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. 2016-01-05 10:26:42 +00:00
Timur Doumler
8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 2016-01-04 16:20:49 +00:00
Richard Meyer
321a102a8c Fixed an iOS build warning. 2016-01-04 15:29:54 +00:00
Felix Faire
b10039587d Removed extraneous forward declaration of BluetoothMidiSelectorOverlay 2016-01-04 15:29:54 +00:00
jules
85cd905fb4 Whitespace 2016-01-04 15:25:54 +00:00
jules
5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour 2016-01-04 12:48:10 +00:00
jules
3b881401f1 Added some null pointer checks to createWriterFor methods 2016-01-04 12:43:49 +00:00
jules
400cd0e3f4 Deleted the old NPAPI/ActiveX juce_browser_plugin_client module. These plugin formats have not been supported by any modern browsers for some time. 2016-01-04 12:18:20 +00:00
hogliux
69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic 2016-01-04 11:49:37 +00:00
jules
c401515e64 Avoided a leak if the app is killed while an AudioDeviceManager is in the middle of playing a preview sound 2016-01-04 09:58:08 +00:00
jules
47538f87a2 Fix for compatibility with the latest VST3 SDK 2016-01-03 17:15:57 +00:00
jules
a6585b1ebf Fixed a typo in FFT 2016-01-03 15:41:58 +00:00
jules
1a7caaa58f Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined. 2016-01-03 13:16:18 +00:00
jules
63df487c86 Fixed an include problem with the AAX build 2015-12-30 10:41:36 +00:00
jules
88b1fe0d97 Better handling of OSX openGL buffer-swapping in occluded windows 2015-12-29 12:31:05 +00:00
jules
9ab9476fbc Fix for iOS builds targeting OS versions without touch-force 2015-12-29 11:34:29 +00:00
jules
1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down 2015-12-29 11:21:03 +00:00