552 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  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
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules 189853720a Cleaned up a few uses of Image::null 10 years ago
  jules a45c3c564f Removed some C++11 syntax that had crept into the OSX font code 10 years ago
  hogliux ac14c59283 Get rid of warnings in Windows direct write headers 10 years ago
  jules 56b6efbbad Made sure that String::toCFString() never returns a null pointer 10 years ago
  jules e66762d81f Added writing-direction flags to OSX font layout generation 10 years ago
  jules cb1c17b9f1 Avoided a redefinition warning in a particular GCC setup 10 years ago
  jules 5d23645ca2 Workaround for some OSX10.11 repaint region coalescing problems 10 years ago
  jules 328652c3ad Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11) 10 years ago
  jules b5907fa90d Normalised some divider comments 10 years ago
  jules 16466371f0 Added ability for ImageType::convert() to work on formats with different pixel strides 10 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 10 years ago
  jules cda1e4f518 Fixed an iOS compile bug 10 years ago
  jules df33097ddf Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint() 10 years ago
  jules dd576a5192 Fixed a mathematical edge-case in line-intersection calculations 10 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago
  Timur Doumler 2d134d9380 Rectangle::toNearestInt(): improved documentation. 10 years ago
  Timur Doumler 26759d5f64 Added helper method Rectangle::toNearestInt(). 10 years ago
  jules d48167a0b7 Added some length-squared methods to Line and Point 10 years ago
  jules 606e7be12f Added dashed-line support to the SVG parser and DrawablePath 10 years ago
  jules d0f646a9ad Fix for a problem with CoreText when laying out very long text strings 10 years ago
  jules 1a7caaa58f Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined. 10 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 10 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 10 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 10 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 10 years ago
  jules edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 10 years ago
  jules 9906788e9b Avoided a Visual Studio compiler warning in Rectangle 10 years ago
  jules 6f092d602d Rendering optimisation when filling off-screen paths 10 years ago
  jules 19d0c71050 Version number update 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 428c8a79a5 Version number update 10 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  Joshua Gerrard 7793b03587 Fixed memory leak in DirectWrite on Windows 10 10 years ago
  jules 7cc522b7e5 Minor tidying up in some win32 code. 10 years ago
  jules eb99390413 TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing() 10 years ago
  jules d833ab5e33 TextLayout: added support for using the AttributedString::getLineSpacing value in DirectWrite 10 years ago
  jules eed5aa641d Minor cleanups in some DirectWrite code. 10 years ago
  jules c35ed85677 Version number update 10 years ago
  jules 09867e15d1 Fix for Android font creation 10 years ago
  jules 12447ba38f Version 4.0.1 10 years ago
  jules a004df192a Corrected some documentation. 10 years ago
  jules 5c773b0323 A couple of minor fixes to CoreText layout for attributed strings 10 years ago
  jules 964a03e627 Fixed some Xcode deprecation warnings in 10.11 10 years ago
  jules 7a27686d96 Fix for a layout truncation problem in GlyphArrangement when splitting across many lines. 10 years ago