ed
|
fe61354c21
|
Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime
|
2020-04-16 12:18:48 +01:00 |
|
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
1fdba480cc
|
JUCE 6: Update version numbers
|
2020-04-11 15:03:19 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
26c9468dc5
|
Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform
|
2020-03-30 18:34:19 +01:00 |
|
ed
|
441c88f3b9
|
macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02
|
2020-03-30 12:57:28 +01:00 |
|
Tom Poole
|
034ca9347e
|
Fixed a potential overflow when dealing with large images
|
2020-03-27 08:51:52 +00:00 |
|
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
2020-03-17 09:02:57 +00:00 |
|
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
2020-03-11 17:21:30 +00:00 |
|
ed
|
6e51eb4a65
|
Documentation update
|
2020-03-09 17:42:08 +00:00 |
|
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +00:00 |
|
ed
|
d87ff510f2
|
Corrected the documentation for Colour::fromHSV()
|
2020-03-06 17:38:53 +00:00 |
|
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
2020-02-10 14:16:54 +00:00 |
|
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |
|
ed
|
442478680b
|
macOS: Fixed another spurious dynamic_cast warning in CoreGraphicsPixelData
|
2020-02-05 10:49:25 +00:00 |
|
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
2020-02-04 11:26:48 +00:00 |
|
ed
|
b45ce09235
|
Standardised the licensing whitespace in module headers
|
2020-01-30 09:48:16 +00:00 |
|
Tom Poole
|
9798f672c4
|
macOS: Renamed the CoreGraphicsImage class to avoid a symbol resolution issue in Pro Tools
|
2020-01-27 10:23:59 +00:00 |
|
Tom Poole
|
47f138464f
|
macOS: Fixed a CoreGraphics text layout bug
|
2020-01-17 16:34:50 +00:00 |
|
ed
|
a54da0b832
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
Tom Poole
|
5ad8b1a50c
|
macOS: Fixed an issue setting the CTFrame size for AttributedStrings
|
2019-12-30 16:39:07 +00:00 |
|
Tom Poole
|
1d2fc2ddd5
|
macOS: Fixed an issue restoring graphics state after drawing an AttributedString
|
2019-12-30 15:12:02 +00:00 |
|
Tom Poole
|
008f097e12
|
Windows: Fixed a DirectWrite justification bug
|
2019-12-30 11:38:41 +00:00 |
|
Tom Poole
|
24d7a9a342
|
Updated some deprecated code use
|
2019-11-29 10:21:28 +00:00 |
|
ed
|
3d5c6b8a03
|
Fixed a typo
|
2019-11-19 10:48:14 +00:00 |
|
reuk
|
6a01077646
|
Colours: Fixed a static init order issue with predefined Colours
|
2019-10-28 13:13:23 +00:00 |
|
ed
|
4583baf277
|
Bump version number to 5.4.5
|
2019-10-16 10:01:09 +01:00 |
|
Tom Poole
|
a93ce46534
|
Fixed a bug in the previous commit
|
2019-09-25 09:54:20 +01:00 |
|
Tom Poole
|
ae0b8cf406
|
Fixed a Rectangle intersection issue
|
2019-09-24 14:48:24 +01:00 |
|
ed
|
e262bfa531
|
Fixed a few documentation typos
|
2019-09-12 10:19:33 +01:00 |
|
ed
|
383d69c421
|
Prevent integer overflow in BitmapData::getLinePointer() and BitmapData::getPixelPointer()
|
2019-08-28 15:19:41 +01:00 |
|
ed
|
c78749b14e
|
macOS: Fixed some issues drawing italicised text
|
2019-08-27 14:03:36 +01:00 |
|
Tom Poole
|
c6a4bb567e
|
Removed a leaking UnitTest
|
2019-08-14 12:26:09 +01:00 |
|
Tom Poole
|
528798d96e
|
Bump version number to 5.4.4
|
2019-08-09 11:24:54 +01:00 |
|
reuk
|
edf99d171f
|
TextLayout: Fixed some bugs setting stringRanges
|
2019-08-08 17:58:17 +01:00 |
|
Tom Poole
|
ece16bce70
|
CoreGraphics: Fixed a text layout bug
|
2019-08-07 18:01:37 +01:00 |
|
Tom Poole
|
bc25355b71
|
Fixed a documentation typo
|
2019-08-07 16:06:47 +01:00 |
|
Tom Poole
|
c528af5976
|
macOS: Replaced a deprecated glyph drawing function
|
2019-08-05 16:50:55 +01:00 |
|
ed
|
a5e5831ea0
|
Don't apply FillType transform twice in CoreGraphicsContext::drawGradient()
|
2019-08-05 14:04:02 +01:00 |
|
Tom Poole
|
1b4042217a
|
macOS: Fixed an issue unregistering fonts
|
2019-07-11 15:48:49 +01:00 |
|
Tom Poole
|
79d3e8b3f5
|
Windows: Removed some VS2013 workarounds
|
2019-07-11 15:28:41 +01:00 |
|
Tom Poole
|
0e00e83944
|
Removed some extern "C" declarations from libpng
|
2019-06-28 15:34:16 +01:00 |
|
Tom Poole
|
1c9cea431d
|
PNG: Switched to inline libpng linkage to prevent symbol collisions
|
2019-06-27 17:54:59 +01:00 |
|
Tom Poole
|
7e52198ee1
|
Updated the internal PNG library
|
2019-06-25 10:01:36 +01:00 |
|
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
2019-06-24 15:05:17 +01:00 |
|
jules
|
485feb47ed
|
Tweaked a couple of Rectangle methods to avoid some spurious assertions triggered by rounding errors
|
2019-06-21 12:15:51 +01:00 |
|
ed
|
88fecd196e
|
Fixed a typo
|
2019-06-10 09:45:19 +01:00 |
|
Tom Poole
|
8f84192c9b
|
Fixed some more Android compiler warnings
|
2019-06-07 12:24:05 +01:00 |
|
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|