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

7542 commits

Author SHA1 Message Date
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
jules
eda8612ee3 Fixed some video module compile problems on iOS and Windows 2017-07-04 09:49:24 +01:00
tpoole
f3c224bf26 iOS: Fixed a header inclusion error 2017-07-03 18:35:05 +01:00
ed
f454b97e56 Projucer: Added an option to the module settings page to set selected modules to use or not use global paths 2017-07-03 17:41:55 +01:00
tpoole
2bd5aa04aa Projucer: Visual Studio Exporter: Set default architecture to x64 2017-07-03 17:37:35 +01:00
ed
03917672a1 Projucer: Added an error message when trying to save a project with missing module dependencies and stopped the Projucer from opening projects with errors when clicking the save and open in IDE button 2017-07-03 17:26:34 +01:00
hogliux
03c08027ac Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android. 2017-07-03 16:50:59 +01:00
hogliux
b574d4530e Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd 2017-07-03 16:38:12 +01:00
ed
2540725b6a Projucer: Fixed a bug where modules added from the global user module path weren't being added to generated projects correctly 2017-07-03 16:35:03 +01:00
ed
aef6a296e0 Projucer: Fixed a crash that occurred when adding missing module dependencies 2017-07-03 16:13:37 +01:00
hogliux
34d1433038 Fixed a false-positive leak detector assertion when using ThreadLocalValue 2017-07-03 15:06:28 +01:00
ed
9eb2840029 Projucer: Fixed a sizing bug in the new project window 2017-07-03 09:38:17 +01:00
hogliux
6e22d764d3 Live build engine: Fixed a recent commit which triggered a live build engine crash 2017-07-02 20:43:58 +01:00
hogliux
35b08ecec2 Fixed an issue where submenus would not be scaled according to the transform used for the parent menu 2017-07-02 20:22:04 +01:00
tpoole
f4622f2f46 Restored an accidentally deleted file and resaved all projects 2017-06-30 16:59:53 +01:00
jules
2fdf9d377f Resaved example projects 2017-06-30 16:14:50 +01:00
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
jules
01e7673053 Tweaked in internal Obj-C name 2017-06-30 16:07:45 +01:00
hogliux
c8a3410288 Android: Upgraded default android gradle plug-in and build tools version to match latest Android Studio 2017-06-30 13:55:44 +01:00
hogliux
c54409c7ad Android: Updated default version value for the android gradle plugin to the latest version 2017-06-30 12:07:11 +01:00
hogliux
11e45e902a Fixed a compiler error in MSVC in a recent commit when unit tests are enabled 2017-06-30 11:29:28 +01:00
jules
61044c8bda Fix to Line::getDistanceFromPoint to make it work for integer types 2017-06-30 10:11:45 +01:00
hogliux
6f879cd8cd AAX: Fixed an issue where AAX plug-ins would report a confusing error if their AudioProcessor's getStateInformation returned an empty MemoryBlock 2017-06-29 18:03:59 +01:00
hogliux
2483c80529 Scale PopupMenus with the AffineTransform and scaling factor of their target components (see BREAKING-CHANGES.txt) 2017-06-29 18:01:52 +01:00
hogliux
41f7835119 Fixed a bug where ThreadLocalValue would inadvertently share its value between different instances of the same Type 2017-06-29 17:46:06 +01:00
tpoole
71ee795bbb Projucer: Fixed null-terminated string array bug 2017-06-29 17:40:57 +01:00
hogliux
4c6b5f0a8b Cleaned up some code in HashMap and added a getReference method 2017-06-29 17:25:48 +01:00
tpoole
ea34593ae4 Whitespace cleanup 2017-06-29 17:23:03 +01:00