1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

3832 commits

Author SHA1 Message Date
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
reuk
ee06a2364b
CMake: Add support for AU hosting in PIPs 2022-04-01 16:41:47 +01:00
reuk
c7a17934e3
Formatting 2022-04-01 16:41:47 +01:00
reuk
9c5f4659bb CMake: Handle tabs properly in module metadata blocks 2022-03-31 12:49:17 +01:00
Tom Poole
679fdc5421 Projucer: Improve the App Group ID setting help text 2022-03-29 08:51:48 +01:00
reuk
d232eb90d6
AudioPluginHost: Allow multibus configurations to be set on internal plugins 2022-03-23 16:51:39 +00:00
reuk
1e820fd362
Resave projects 2022-03-23 16:51:39 +00:00
Tom Poole
75a5508bdf Fix some copyright banners 2022-03-23 16:04:04 +00:00
Tom Poole
ccd3a29cc7 Resave all projects 2022-03-04 11:48:48 +00:00
Tom Poole
d5311698e9 Projucer: Make BinaryData::getNamedResourceOriginalFilename more robust 2022-03-04 11:45:27 +00:00
Tom Poole
dbbf5cfe6d Projucer: Add the juce namespace to the URL argument of generated HyperlinkButtons 2022-03-04 10:25:51 +00:00
Tom Poole
30a516898c Projucer: Add a PKG_CONFIG environment variable to Linux Makefiles 2022-03-04 10:25:19 +00:00
Tom Poole
a0994ac576 Resave all projects 2022-02-28 12:59:09 +00:00
Tom Poole
111bbc0979 Bump version number to 6.1.6 2022-02-28 12:53:10 +00:00
Tom Poole
086b21be1b Re-save all projects 2022-02-23 15:06:22 +00:00
reuk
1d1d743b9f
Build: Add -Wdeprecated to recommended flags and fix new warnings 2022-02-23 10:56:10 +00:00
reuk
420167f3ec
AudioPluginHost: Add support for loading and saving plugin state directly 2022-02-18 16:43:25 +00:00
Tom Poole
300ab8b084 Resave all projects 2022-02-18 16:28:51 +00:00
Tom Poole
dc4b9bd152 Projucer: Fix non-bool app sandbox temporary exception entitlements 2022-02-18 15:03:44 +00:00
reuk
abfcdc9a7e
CMake: Allow x64 clang-cl builds in CLion 2022-02-17 16:04:57 +00:00
attila
f6e6627c32 Projucer: Change the package attribute of the Android manifest to match
applicationId
2022-02-09 12:24:36 +00:00
reuk
be119c7f7d CMake: Ad-hoc sign plugin bundles before copying them for running locally
Some hosts on Apple Silicon require that the entire bundle has a
well-formed signature, rather than just the plugin binary itself. This
patch checks whether the bundle signature is valid, and if it is not,
ad-hoc signs the bundle before copying.
2022-02-07 14:24:11 +00:00
reuk
768cf7a54c Projucer: Convert plugin/manufacturer code errors to warnings 2022-02-07 14:24:11 +00:00
reuk
1dc4db581d Projucer: Allow VS project variables in the Extra Libraries field
This change allows users to use macro values defined by Visual Studio in
library names, which might be useful e.g. when selecting different
libraries based on the build configuration.

If the filename of a library contains a special character that would
have a special meaning in the Visual Studio project file, you must use
the ASCII escape sequence for this character instead ("$" becomes "%24",
"%" becomes "%25").

This escaping will happen automatically for non-user-specified library
dependencies, including windows libraries specified in module header
blocks, and the plugin shared code target.
2022-02-07 14:24:11 +00:00
attila
6575d24a81 ComponentPeer: Deprecate getFrameSize() 2022-02-03 21:46:36 +01:00
attila
454ff64631 AudioPluginHost: Call setUsingNativeTitleBar() before restoreWindowStateFromString()
Since the window borders are unknown for a short time after window creation on
Linux, restoreWindowStateFromString() needs to adjust the restored position
before passing it on to the XWindow system.

The adjustment is dependent on whether we use the native or the JUCE titlebar.
Hence the adjustment can only be correct if the titlebar configuration has
already happened before calling restoreWindowStateFromString().
2022-02-02 19:59:56 +01:00
reuk
6c046ffc04
AudioPluginHost: Allow out-of-process scanner to scan AUv3 plugins 2022-01-27 18:43:21 +00:00
reuk
b80927fc91
Nodiscard: Add to builder-pattern functions 2022-01-27 18:43:21 +00:00
reuk
c9c4d7a747
AudioPluginHost: Allow Audio IO window to display different channel layouts with matching channel counts 2022-01-27 18:43:21 +00:00
Tom Poole
4eb6eb828a Resave all projects 2022-01-26 13:06:01 +00:00
Tom Poole
3c03693d07 Bump version number to 6.1.5 2022-01-26 13:00:05 +00:00
Tom Poole
65b649225d Projucer: Fix a typo in an app category name 2022-01-25 12:44:05 +00:00
Tom Poole
c072b1bc8e Fix some typos 2022-01-25 11:48:46 +00:00
Tom Poole
ea5dae4ab6 Remove some unused properties from .jucer files and re-save all projects 2022-01-25 11:25:08 +00:00
Tom Poole
147aa46486 Projucer: Remove a dangling reference to a deleted header file 2022-01-25 11:04:38 +00:00
reuk
640194c878
MinGW: Improve compatibility
With this patch applied, the DemoRunner should build under MinGW, and be
(nearly) feature-complete compared to the MSVC build.

Specifically, when building with MinGW:
- Adds support for accessibility
- Fixes build issues in the juce_video module
- Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is
  defined
- Adds support for the new-style native FileChooser
- Tidies up some other low-severity warnings

Known issues:
- Direct2D rendering is still not supported when building with MinGW due
  to ABI compatibilities.
2022-01-17 10:58:18 +00:00
reuk
aaf68f58f5
Juceaide: Only suppress compiler environment variables when cross compiling 2022-01-17 10:58:17 +00:00
Tom Poole
b53b5f14a1 Projucer: Increment the Android target SDK default setting 2022-01-14 14:49:35 +00:00
reuk
967fc1cc24
CMake: Fix link of Android projects that use OpenGL 2022-01-10 22:15:21 +00:00
reuk
cea8dc260c
CMake: Propagate CMAKE_MAKE_PROGRAM to juceaide build 2022-01-10 22:15:21 +00:00
Tom Poole
da5e0e0cd3 Resave all projects 2021-12-20 11:14:39 +00:00
Tom Poole
8a6e1980d0 Bump version number to 6.1.4 2021-12-20 11:06:15 +00:00
ed
469a3523b7 AudioPluginHost: Remove parameter listeners in PluginDebugWindow destructor 2021-12-20 09:24:01 +00:00
reuk
0bf2f6a7a4 Revert "Projucer: Default to "Sign to Run Locally" when no signing identity is specified"
This reverts commit 8bacf8c15c.
2021-12-14 22:50:09 +00:00
reuk
38318a094b Revert "Projucer: Set project changed flag when global properties change"
This reverts commit 6d38d7eb33.
2021-12-14 22:50:09 +00:00
reuk
f06d8098b0 Revert "Projucer: Only resave project if necessary"
This reverts commit 809252736b.
2021-12-14 22:50:09 +00:00
reuk
6d711a2312 Revert "Projucer: Check if IDE project file exists when saving"
This reverts commit a71bda9adb.
2021-12-14 22:50:09 +00:00
ed
156722d299 Re-save projects 2021-12-14 17:01:26 +00:00
ed
aaf00f13ca Projucer: Bump Xcode LastUpgradeCheck 2021-12-14 16:58:34 +00:00
ed
4f49032fa8 Re-save projects 2021-12-10 15:50:04 +00:00