615 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  jules 89ad7eb0a4 Modernised some code in some text layout classes, and made TextLayout draw underlining where the font asks for it 8 years ago
  jules 38d49a5ee7 Modernised a few RectangleList iterators 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  hogliux 5fe3289256 Fixed several Android text rendering bugs 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  tpoole 1e2f6fec5c Restored module header #defines 8 years ago
  jules f184ed1710 Clarified a few comments in the Image class 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  hogliux 3cef6dcbdf Fixed an obscure iOS deadlock when loading custom type-faces 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  hogliux 64f0027863 Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes 8 years ago
  ed a6d3c971fc Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space 8 years ago
  jules 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 8 years ago
  jules d4b47809a1 Fixed some spelling mistakes in comments 8 years ago
  jules a15d79d4fe Added new methods Rectangle::withRightX() and withBottomY() 8 years ago
  jules b90077c85f Cleaned up some warnings in the PNG code 8 years ago
  hogliux a7ee1a7c2e Added missing initialiser in Path::Iterator constructor 8 years ago
  hogliux 27c353ca3f Fixed an issue when compiling with newer external png libraries 9 years ago
  ed 18c896f45b Changed Line::getPointAlongLineProportionally method to work properly with integers 9 years ago
  hogliux c0987f2b32 Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface 9 years ago
  hogliux 57fdbd439f Fixed a potential access after free bug when creating typefaces from user data os macOS 9 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 9 years ago
  ed 76b3689a48 Added BLOCKS module 9 years ago
  tpoole 9d08f8fcac Fixed a documentation typo. 9 years ago
  tpoole 13c494666e Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS 9 years ago
  hogliux 8263d70adb Continue drawing if a negative dashLen was hit 9 years ago
  tpoole a440c16d89 Added Graphics::ResamplingQuality::noResampling 9 years ago
  ed aff5ea5a9b Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset 9 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 9 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
  hogliux 0159102e10 Fix ResamplingQuality documentation 9 years ago
  hogliux 4b6458438f Fix small typo 9 years ago
  jules 97e058bbd2 Added a couple of proportional Rectangle methods 9 years ago
  jules 6b8c7208b3 Tidied up a few things in the Line class, and added a Line::fromStartAndAngle method 9 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  hogliux 3461b12f7e Draw custom line ends if arrow width is zero 9 years ago
  jules 31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 9 years ago
  jules 5960afde1a Cleaned up a few functions in Graphics, and optimised drawEllipse when used for circles 9 years ago
  jules 021209e216 Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak 9 years ago
  jules ec40f0940c Updated version numbers in modules, and resaved example projects 9 years ago
  jules 708e357e3c Prevented ColourGradient from having multiple colour stops at 0 9 years ago
  jules 01e2e53160 Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer 9 years ago
  jules 0b3a11ee07 Updated version number to 4.2.1 9 years ago
  jules 871c3a9108 Removed some code that prevented RTL TextLayouts having their bounds adjusted 9 years ago
  jules bb7189b05e Added kerning support to the DirectWrite layout code 9 years ago
  jules 9abd4eeace Added some extra tolerance settings to some Path methods 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago