455 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 8c15f9ac7d Fix for AffineTransform::getScaleFactor() for handling negative scaling. 11 years ago
  jules e60aa581d6 Added some missing semi-colons. 11 years ago
  jules 38bddb3a0d Added a default parameter value to Graphics::drawText. 11 years ago
  jules 6f6d0d201d Avoided a couple of obscure gcc warnings 11 years ago
  jules 46dfd54d9a Minor cleanups. 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules e5d89355d1 Win XP font style selection fix. 11 years ago
  jules 99e8445b96 Version number update 11 years ago
  jules 7d8b9ad597 Avoided a few linux gcc warnings. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules 36e7c12504 Fix for some VC compiler warnings. 11 years ago
  jules 0bf57ddf0c Added a method RectangleList::ensureStorageAllocated 11 years ago
  jules 02460bb95b A bit of refactoring inside GlyphArrangement, to avoid som edge-cases where the wrong number of lines is chosen. 11 years ago
  jules 171ef8dd4b Workarounds for AttributedString layout when using from-memory fonts on Windows. 11 years ago
  jules 590cca9776 Added an overload for calling roundToInt with an int. Added a a Point::roundToInt method. 11 years ago
  jules f8e9a13f1d Version number update 11 years ago
  jules 1a2a50f71d Added a version of Path::addEllipse that takes a Rectangle 11 years ago
  jules fda9e97298 Workaround for layout of CustomTypefaces on OSX 11 years ago
  jules 425fccc7fd Added some image caching to the CoreGraphics renderer, which can speed up drawing when images are re-used. 11 years ago
  jules de6c80bb98 Clarified some documentation 11 years ago
  jules 75770f293c New class: SharedResourcePointer 11 years ago
  jules d7777c87c5 Avoiding a VC warning. 11 years ago
  jules bcce4e388a Minor optimisation in software image rendering. 11 years ago
  jules fbaf80ced4 Fixed a typo in Colour. 11 years ago
  jules 1a75ceb9aa Added method Colour::getPerceivedBrightness() 11 years ago
  jules f4c83a9411 Fix for a very obscure race-condition involving font string initialisation. 11 years ago
  jules 5409951861 Refactored some Xcode warning suppression. 11 years ago
  jules 4251a2437b Version number update 11 years ago
  jules 6c17d3ca74 GlyphCache multithreading fix. 11 years ago
  jules dfda7c77fc Workarounds for some mingw build problems. 11 years ago
  jules 2dbd55db3e Fix for threading bug in GlyphCache. 11 years ago
  jules 2f91b1c5f4 Bit of tidying up in GlyphCache. 11 years ago
  jules d416a425d6 Added some documentation to CustomTypeface. 11 years ago
  jules e1ebe495b4 Added method Path::preallocateSpace(). 11 years ago
  jules 7f9425058a Version number update 11 years ago
  jules 25fe7c8490 Fixed an error when JUCE_CORETEXT_AVAILABLE = 0 11 years ago
  jules 8968df0402 Added some centering methods to Rectangle. 11 years ago
  jules 7a869d6528 Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU. 11 years ago
  jules 7786943593 Added MidiMessage::textMetaEvent method. 11 years ago
  jules b0933193bf Disambiguation in Point::getAngleToPoint 11 years ago
  jules a3ea53c460 Version number update 11 years ago
  jules b153a92bae Performance increase for some software-renderer image blending ops. 11 years ago
  jules 6b43ebfafc Added a version of Graphics::drawText that uses float coords. 11 years ago
  jules 02733aa1b7 Fix for affine transforms with a negative scaling factor in the software renderer. 11 years ago
  jules 62b986573e More DirectWrite numeric workarounds. 11 years ago
  jules f34d1cdb3c Fix for older VS versions. 11 years ago
  jules 4cd58b54c0 Workaround for DirectWrite creating NaN coordinates. 11 years ago
  jules d2532f4540 Version number update 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules 01dc36d29d Tiny tweak to the typeface hinting algorithm. 11 years ago