429 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  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
  jules 5b25b303fb Cleaned up some minor stuff in the GL demo and PathStrokeType. 11 years ago
  jules e68a654646 Minor warning fix. 11 years ago
  jules 858686d88c Workaround for CoreText layout failure with in-memory typefaces. 11 years ago
  jules 62aac7d384 Adjusted mapping of float->int colour values (again). 11 years ago
  jules 1db908d5cc Accuracy tweak to float->int conversions in the Colour class. 11 years ago
  jules 42bff200ed Improved the vertical font hinting algorithm and removed some duplicated typeface code. 11 years ago
  jules ae291475d6 Avoided a GL symbol redefinition and a warning in MSVC. 11 years ago
  jules a1a43ea418 Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 11 years ago
  jules 688f14d50d Handling for broken fonts on win32. 11 years ago
  jules 7dd5c09826 Version number update 11 years ago
  jules 1de23b2c06 Workaround for DirectWrite failing to load certain fonts. 11 years ago
  jules ffb4572104 Fix for DPI of win32 fonts sizes when specified in points. 11 years ago
  jules 64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 11 years ago
  jules d3b92ab447 Fix for win32 memory font loading. 11 years ago
  jules d8c065c81f Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor() 11 years ago
  jules fc24a63ed1 Added a method Rectangle::withSizeKeepingCentre() 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules 95610593a5 Fix for clipping of Graphics::drawSingleLineText with right-justification. 11 years ago
  jules f62c9d186d Avoided some warnings in OSX10.9 SDK 11 years ago
  jules cdacae9cbb Version 3.0.0 11 years ago
  jules 7b2b7b975b Removed leak detector from RectangleList to avoid problems in DLL build. 11 years ago
  jules 41545be958 Added methods for line/rectangle intersection. 11 years ago
  jules a90c0635bc Added a default constructor for RectanglePlacement. 11 years ago
  jules 1113e17186 Version number update 11 years ago
  jules 863895d107 Minor cleanups. 11 years ago