1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_graphics
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
..
colour CharacterFunctions: Avoid UB when parsing hex strings 2021-10-25 09:51:20 +01:00
contexts GraphicsContext: Fix unused variable warning 2021-12-01 15:44:07 +00:00
effects Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
fonts Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
geometry Rectangle: Add string conversion functions for floats and doubles 2021-11-24 16:20:37 +00:00
image_formats Fixed some warnings flagged by Clang's static analyzer 2021-07-19 15:48:31 +01:00
images DragAndDropContainer: Allow custom scaling 2021-12-01 15:35:54 +00:00
native MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
placement Updated all license headers 2020-06-29 08:30:22 +01:00
juce_graphics.cpp MinGW: Improve compatibility 2022-01-17 10:58:18 +00:00
juce_graphics.h Bump version number to 6.1.4 2021-12-20 11:06:15 +00:00
juce_graphics.mm Updated all license headers 2020-06-29 08:30:22 +01:00