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

14897 commits

Author SHA1 Message Date
hogliux
701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 2016-10-31 10:22:19 +00:00
hogliux
6711016102 Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases 2016-10-29 17:21:49 +01:00
hogliux
7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 2016-10-29 17:20:55 +01:00
hogliux
f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 2016-10-28 09:08:57 +01:00
hogliux
15bed81f87 Fixed a flex box bug where the first item in a list of too large items would not be layouted properly 2016-10-27 18:49:30 +01:00
hogliux
ae13dd6d6c Added an option to escape round brackets in URLs 2016-10-27 18:49:23 +01:00
hogliux
75ea6db250 Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds" 2016-10-27 16:52:47 +01:00
hogliux
5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 2016-10-27 16:21:00 +01:00
Timur Doumler
56c5c8e8ac Fixed an issue in CachedValue where setValue would not actually set the property if it's equal to the default. 2016-10-27 15:38:27 +01:00
stefan
b36b64a482 Projucer: simple pop-up menu to copy diagnostic messages to clipboard 2016-10-27 13:15:31 +02:00
hogliux
26e0aa735c Fixed a crash on quit when windows are open in the Juce Demo's windows demo 2016-10-27 11:31:29 +01:00
hogliux
e435325619 Fix typo and increase maximum size of the "Member initialisers" text field 2016-10-27 10:59:39 +01:00
hogliux
1845437fe1 Only moan about all-lowercase AU manufacturer codes 2016-10-27 09:52:42 +01:00
hogliux
c4d36d15b1 Whitespace clean-up 2016-10-27 09:52:24 +01:00
stefan
76a9b7d24a Projucer: link to privacy policy in EULA and re-save jucer project 2016-10-25 18:19:21 +02:00
jules
23a248fe75 Added method VSTPluginFormat::getPluginInstanceFromVstEffectInterface() which can be used for devious purposes to retrieve a plugin's AudioPluginInstance object from an AEffect 2016-10-25 16:11:33 +01:00
tpoole
f54b7fb104 Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils 2016-10-21 11:18:02 +01:00
hogliux
eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations 2016-10-20 17:44:15 +01:00
hogliux
288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 2016-10-20 17:43:43 +01:00
stefan.graenitz
5e0efc6046 Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param 2016-10-20 18:25:30 +02:00
hogliux
a931b472d0 Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning 2016-10-20 15:45:30 +01:00
hogliux
3e7b5993ca Moved audio CD burner/reader to juce_audio_utils 2016-10-20 14:33:02 +01:00
hogliux
bd3166afc0 Updated the URL of the "Forgot Password" button in the Projucer 2016-10-20 12:42:54 +01:00
hogliux
348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects 2016-10-20 11:45:01 +01:00
jules
c587d4b495 Minor code style tidy-ups 2016-10-20 10:55:27 +01:00
hogliux
7d07f51ce7 Added missing juce_osc dependency on juce_events 2016-10-20 10:48:43 +01:00
hogliux
a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 2016-10-20 10:39:16 +01:00
hogliux
84a16f60c0 Fixed Projucer to check for the correct file when looking for the android ndk on windows 2016-10-20 10:22:41 +01:00
hogliux
6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. 2016-10-20 10:14:38 +01:00
tpoole
255dc1d1ba Fixed documentation typo 2016-10-19 15:49:03 +01:00
tpoole
0bcc53c1ab Removed juce_audio_formats header from juce_audio_devices 2016-10-19 14:50:21 +01:00
hogliux
ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 2016-10-19 10:20:21 +01:00
hogliux
a347689d96 Moved simple sound player to audio_utils module 2016-10-18 18:36:32 +01:00
hogliux
1fcae3675c Changed flac writer to respect the current stream position when writing the flac header 2016-10-18 10:38:18 +01:00
hogliux
29bed6c3fa Fixed warnings in cryptographic unit test code 2016-10-18 10:37:08 +01:00
hogliux
c6a75d0550 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues 2016-10-18 09:25:08 +01:00
hogliux
2a37ba034a Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew" 2016-10-17 17:13:23 +01:00
hogliux
676ad43898 Added more compare operators to Identifier class 2016-10-16 18:37:55 +02:00
hogliux
9e4741f2e4 Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected 2016-10-16 18:17:54 +02:00
jules
14957e7c99 Avoided some FLAC debug output being printed if your app defines the DEBUG macro 2016-10-16 15:49:51 +01:00
hogliux
62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes 2016-10-16 12:50:42 +02:00
hogliux
57742a5e13 Fixed warning of MSVC compilers in latest commit 2016-10-16 12:06:21 +02:00
hogliux
852fe34c9a Added support for encrypting/decrypting blocks of data with BlowFish 2016-10-16 10:39:42 +02:00
hogliux
cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories 2016-10-15 16:17:23 +02:00
hogliux
285635cdf0 Added notch and all pass filters 2016-10-15 15:45:40 +02:00
tpoole
9d08f8fcac Fixed a documentation typo. 2016-10-13 15:11:33 +01:00
ed
4a6473afa0 Removed the isLocked() method from ReadWriteLock 2016-10-12 10:50:27 +01:00
ed
f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 2016-10-12 10:36:43 +01:00
stefan
e03e41bd0d Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting 2016-10-12 11:21:53 +02:00
jules
bacf194dda Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens 2016-10-12 09:25:13 +01:00