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
hogliux
0d601faae5 Android: Add workaround for devices which falsely report supporting floating point audio 2017-07-18 11:44:39 +01:00
ed
0e6699ce23 Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions 2017-07-18 09:47:08 +01:00
tpoole
d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 2017-07-17 18:33:07 +01:00
hogliux
a47dfc5969 Fixed a harmless compiler warning on MSVC in previous commit 2017-07-17 13:03:57 +01:00
jules
f0792827a4 Added Tracktion Waveform to PluginHostType 2017-07-17 13:00:31 +01:00
hogliux
643bbdcf87 VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions 2017-07-17 12:54:23 +01:00
hogliux
9daf7e26e6 AU: Fixed a typo in the AU wrapper shared code 2017-07-17 09:19:38 +01:00
ed
5575f7c735 Changed the Plugin Host release build OSX deployment target to use default instead of 10.5 2017-07-14 09:11:34 +01:00
ed
470060b6ee Resaved all projects 2017-07-14 09:09:42 +01:00
ed
a68373ac44 URL: Added support for query string parameters without values 2017-07-12 12:03:23 +01:00
ed
15898a75bd Projucer: Fixed a bug in the GUI editor where the query string of a URL passed to a HyperlinkButton was being removed 2017-07-12 09:09:05 +01:00
hogliux
04c0fc093c Fixed a harmless compiler warning with newer versions of clang 2017-07-11 14:35:12 +01:00
hogliux
c7e8475f57 Andorid: Removed some android video stubs which could cause a crash on application startup 2017-07-11 14:34:54 +01:00
hogliux
b2576d288a Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer 2017-07-11 12:54:12 +01:00
jules
61b24cd152 BLOCKS API: Fix to the littlefoot compiler crashing on some return statements 2017-07-11 12:35:53 +01:00
hogliux
4b4b171423 VST3: Fixed an issue where the program number was calculated incorrectly when the host requests a program change 2017-07-11 11:43:08 +01:00
jules
276d760cb5 Workaround for AVPlayerView being unavailable on 32-bit OSX 2017-07-11 09:16:09 +01:00
hogliux
0508e4f2fe AU: Remove old unused source file (and apply my previous fix on the correct file) 2017-07-10 17:47:09 +01:00
hogliux
b1b5c7bf23 iOS: Always assume that your main view is in focus if you are running as an app extension 2017-07-10 17:34:16 +01:00
jules
97fdc233e6 Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled 2017-07-10 10:08:12 +01:00
hogliux
da113a24a5 AU: Fixed a crash in a recent commit 2017-07-10 10:06:45 +01:00
jules
a2a5428eab Added a missing iOS framework to the juce_video module 2017-07-07 21:13:13 +01:00
jules
cb14ab3891 Tweaked the OSX video player to do sample-accurate seeking 2017-07-07 17:48:12 +01:00
hogliux
763ae6c4ad AU: Fixed a compiler error when building AU hosts 2017-07-07 16:02:25 +01:00
ed
cfdb747a42 Fixed a bug in ComponentBoundsConstrainer that caused JUCE windows to be snapped to the wrong position when using multiple displays 2017-07-07 16:00:08 +01:00
jules
096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 2017-07-07 15:38:31 +01:00
jules
355addb5c3 BLOCKS API: Added a couple of missing simplification steps in the littlefoot compiler 2017-07-07 14:51:42 +01:00
tpoole
fb172ac41b Resaved all projects 2017-07-07 14:13:01 +01:00
tpoole
0ab7d3d9c3 Box2D: Suppressed some build warnings 2017-07-07 12:29:10 +01:00
jules
20d0b3775f Added some move-operators and iterators to MidiMessageSequence 2017-07-07 11:41:20 +01:00
tpoole
680a0d671c Fixed a build warning on older gcc versions 2017-07-07 11:17:11 +01:00
tpoole
10b7aa3c16 MinGW: Fixed some build warnings 2017-07-07 11:06:16 +01:00
ed
251ba5be6e BLOCKS: Documentation updates to add groups 2017-07-07 10:02:50 +01:00
tpoole
73d4e73a3d UnitTestRunner: Fixed some build warnings on Linux 2017-07-06 17:17:52 +01:00
jules
50dce5079d Disabled VideoComponent on linux to prevent build errors 2017-07-06 16:59:49 +01:00
tpoole
7fe3e13489 UnitTestRunner: Fixed some build warnings on Windows 2017-07-06 16:09:34 +01:00
hogliux
ab13359c66 AAX: Fixed an issue where an AAX plug-in would hit an internal ProTool assertion if it had meters (and no sidechain) 2017-07-06 15:24:56 +01:00
jules
66fa7e7411 Added some assertions to catch use of some Font methods on background threads 2017-07-06 11:45:26 +01:00
tpoole
a45855f7c3 UnitTestRunner: Added more modules, increased the number of warnings, return 1 on any failures 2017-07-05 17:47:45 +01:00
hogliux
27687f7193 AudioUnit PlugIns: Tidy up some AU wrapper code and fixed a bug which could lead the AU to report an incorrect AUChannelInfo 2017-07-05 17:02:54 +01:00
tpoole
e163800014 Fixed a compiler warning in MacOS VideoComponent 2017-07-05 15:32:15 +01:00
tpoole
d62749770a Fixed an infinite loop when setting a Slider's range 2017-07-05 15:06:43 +01:00
tpoole
507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 2017-07-05 14:15:50 +01:00
hogliux
8afcd55079 Android Exporter: Fixed a bug where the exporter specific extra macro pre-processor config field in the Projucer would be ignored completely 2017-07-05 12:14:59 +01:00
hogliux
8d645b8333 Projucer Android Exporter: Fixed a bug where pre-processor macros would not be escaped correctly (Fixes #215) 2017-07-05 11:54:18 +01:00
hogliux
a1fcd357ae Projucer: Fixed an edge case where preprocessor macros would not be correctly parsed if they had the form "MYMACRO=" 2017-07-05 11:53:17 +01:00
hogliux
7129625c86 Fixed a compiler error on older macOS SDK targets 2017-07-05 11:13:47 +01:00
jules
776bf565db Fixes for a couple of minor compiler warnings 2017-07-05 09:21:08 +01:00
ed
18c0e37f43 Projucer: Always initially disable "Use global path" when adding a module from a specified folder 2017-07-04 10:30:48 +01:00
ed
98092a7384 Projucer: Fixed a bug where module paths starting with "~" weren't being added to projects correctly 2017-07-04 10:21:05 +01:00