ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
Tom Poole
|
5ad8b1a50c
|
macOS: Fixed an issue setting the CTFrame size for AttributedStrings
|
5 years ago |
Tom Poole
|
1d2fc2ddd5
|
macOS: Fixed an issue restoring graphics state after drawing an AttributedString
|
5 years ago |
Tom Poole
|
008f097e12
|
Windows: Fixed a DirectWrite justification bug
|
5 years ago |
Tom Poole
|
24d7a9a342
|
Updated some deprecated code use
|
5 years ago |
ed
|
3d5c6b8a03
|
Fixed a typo
|
5 years ago |
reuk
|
6a01077646
|
Colours: Fixed a static init order issue with predefined Colours
|
5 years ago |
ed
|
4583baf277
|
Bump version number to 5.4.5
|
5 years ago |
Tom Poole
|
a93ce46534
|
Fixed a bug in the previous commit
|
5 years ago |
Tom Poole
|
ae0b8cf406
|
Fixed a Rectangle intersection issue
|
5 years ago |
ed
|
e262bfa531
|
Fixed a few documentation typos
|
5 years ago |
ed
|
383d69c421
|
Prevent integer overflow in BitmapData::getLinePointer() and BitmapData::getPixelPointer()
|
5 years ago |
ed
|
c78749b14e
|
macOS: Fixed some issues drawing italicised text
|
5 years ago |
Tom Poole
|
c6a4bb567e
|
Removed a leaking UnitTest
|
5 years ago |
Tom Poole
|
528798d96e
|
Bump version number to 5.4.4
|
5 years ago |
reuk
|
edf99d171f
|
TextLayout: Fixed some bugs setting stringRanges
|
5 years ago |
Tom Poole
|
ece16bce70
|
CoreGraphics: Fixed a text layout bug
|
5 years ago |
Tom Poole
|
bc25355b71
|
Fixed a documentation typo
|
5 years ago |
Tom Poole
|
c528af5976
|
macOS: Replaced a deprecated glyph drawing function
|
5 years ago |
ed
|
a5e5831ea0
|
Don't apply FillType transform twice in CoreGraphicsContext::drawGradient()
|
5 years ago |
Tom Poole
|
1b4042217a
|
macOS: Fixed an issue unregistering fonts
|
6 years ago |
Tom Poole
|
79d3e8b3f5
|
Windows: Removed some VS2013 workarounds
|
6 years ago |
Tom Poole
|
0e00e83944
|
Removed some `extern "C"` declarations from libpng
|
6 years ago |
Tom Poole
|
1c9cea431d
|
PNG: Switched to inline libpng linkage to prevent symbol collisions
|
6 years ago |
Tom Poole
|
7e52198ee1
|
Updated the internal PNG library
|
6 years ago |
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
6 years ago |
jules
|
485feb47ed
|
Tweaked a couple of Rectangle methods to avoid some spurious assertions triggered by rounding errors
|
6 years ago |
ed
|
88fecd196e
|
Fixed a typo
|
6 years ago |
Tom Poole
|
8f84192c9b
|
Fixed some more Android compiler warnings
|
6 years ago |
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
jules
|
f58eacc135
|
Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects.
|
6 years ago |
Tom Poole
|
4e0adb2af8
|
GCC 9 compatibility fixes
|
6 years ago |
Tom Poole
|
3c0ccda6a5
|
macOS: Cleaned up old 10.6 support ifdefs
|
6 years ago |
ed
|
06da4f2daf
|
Added a font 'leading' parameter for multiline text layouts
|
6 years ago |
Tom Poole
|
cb41fdcb9e
|
macOS: Fixed spurious dynamic_cast type_info warnings when loading dylibs containing JUCE at runtime
|
6 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
Tom Poole
|
6bf6aa1761
|
MacOS/iOS: Fixed a potential memory corruption when drawing
|
6 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
6 years ago |
Tom Poole
|
03db8d15c6
|
Fixed a bug in DropShadow::drawForRectangle
|
6 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
Tom Poole
|
cdff2c7f45
|
macOS: Fixed an issue rendering memory based fonts
|
6 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |
ed
|
c723e56952
|
Defaulted some constructors and copy assignment operators in AttributedString
|
6 years ago |
ed
|
9de863a272
|
Fix a typo
|
6 years ago |
ed
|
7a41d53409
|
Fix some potential issues with using auto in a backwards loop in the previous commit
|
6 years ago |
ed
|
f1d5e5c9cc
|
Avoid hitting an assertion in the splitAttributeRanges() method of AttributedString due to inserting a reference to an Array member into the Array + some misc clean up in the class
|
6 years ago |
hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
6 years ago |