766 Commits (41a2c97ff30f66095fb5982ef67d4c3a32232f21)

Author SHA1 Message Date
  ed 4583baf277 Bump version number to 5.4.5 6 years ago
  Tom Poole a93ce46534 Fixed a bug in the previous commit 6 years ago
  Tom Poole ae0b8cf406 Fixed a Rectangle intersection issue 6 years ago
  ed e262bfa531 Fixed a few documentation typos 6 years ago
  ed 383d69c421 Prevent integer overflow in BitmapData::getLinePointer() and BitmapData::getPixelPointer() 6 years ago
  ed c78749b14e macOS: Fixed some issues drawing italicised text 6 years ago
  Tom Poole c6a4bb567e Removed a leaking UnitTest 6 years ago
  Tom Poole 528798d96e Bump version number to 5.4.4 6 years ago
  reuk edf99d171f TextLayout: Fixed some bugs setting stringRanges 6 years ago
  Tom Poole ece16bce70 CoreGraphics: Fixed a text layout bug 6 years ago
  Tom Poole bc25355b71 Fixed a documentation typo 6 years ago
  Tom Poole c528af5976 macOS: Replaced a deprecated glyph drawing function 6 years ago
  ed a5e5831ea0 Don't apply FillType transform twice in CoreGraphicsContext::drawGradient() 6 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 7 years ago
  ed 06da4f2daf Added a font 'leading' parameter for multiline text layouts 7 years ago
  Tom Poole cb41fdcb9e macOS: Fixed spurious dynamic_cast type_info warnings when loading dylibs containing JUCE at runtime 7 years ago
  ed 6722194260 Bump version number to 5.4.3 7 years ago
  Tom Poole 6bf6aa1761 MacOS/iOS: Fixed a potential memory corruption when drawing 7 years ago
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 7 years ago
  Tom Poole 03db8d15c6 Fixed a bug in DropShadow::drawForRectangle 7 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 7 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
  Tom Poole cdff2c7f45 macOS: Fixed an issue rendering memory based fonts 7 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 7 years ago
  ed c723e56952 Defaulted some constructors and copy assignment operators in AttributedString 7 years ago
  ed 9de863a272 Fix a typo 7 years ago
  ed 7a41d53409 Fix some potential issues with using auto in a backwards loop in the previous commit 7 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 7 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 7 years ago
  ed 6d39f01793 Bump version number to 5.4.1 7 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 7 years ago
  Tom Poole 06f8accd9c Fixed compatibility with Xcode 8.2.1 7 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 7 years ago
  Tom Poole 482d87e2db Fixed a compiler warning 7 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 7 years ago
  Tom Poole b25c14535a Fixed an issue adding two RectangleLists 7 years ago