300 Commits (eb646f8c4282bed752ec2d207e15150ecfd333db)

Author SHA1 Message Date
  jules c5f1e86cb3 Added some point-size accessor methods to Font. 12 years ago
  jules 518e302d4a Avoided some VC warnings. 12 years ago
  jules d086d55b44 Added division operator to Rectangle. 12 years ago
  jules 0b5fd389c0 Moved png lib C symbols into juce namespace. 12 years ago
  jules a53a50eb35 Improved ShapeButton's mouse-click movement behaviour. 12 years ago
  jules 2091e8dfc8 Replaced a few Justification references. 12 years ago
  jules 2329e63f20 Converted a few Colour references to pass-by-values. 12 years ago
  jules 1a49c7fc5b TextLayout whitespace fix. 12 years ago
  jules 146155bd34 Software text layout fix. 12 years ago
  jules 78aac0995a Fixes for some clang static analysis warnings. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules d3a207c596 New classes: AnimatedPosition and MouseInactivityDetector. 12 years ago
  jules b0e1cbd0ee Fix for single-character TextLayout width. 12 years ago
  jules e05393c36d Windows default font fix. 12 years ago
  jules 4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 12 years ago
  jules 49fd486c23 Removed Graphics::drawTextAsPath, which is obsolete, since the same job can be done using Graphics::addTransform and any of the other drawText methods. 12 years ago
  jules 9772fde950 Minor tidying 12 years ago
  jules 048e5c679b Version number update 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules e1f0baca43 Pixel blending improvement. 12 years ago
  jules 20a72142b7 Version number update 12 years ago
  jules 9affbafa75 Pixel blending fix. 12 years ago
  jules a1e3f23ee4 Linux build fix. 12 years ago
  jules 4d0cd69895 Minor tidying 12 years ago
  jules 31fc78b314 Minor tidying up. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 100e231122 Removed leak detector from BorderSize class. 12 years ago
  jules f790148bf6 Text layout fix for single-character strings. 12 years ago
  jules a1461637ee Added a comment. 12 years ago
  jules 34e5591701 v2.0.40 12 years ago
  jules 4c147d94a5 Fix to Rectangle::intersects 12 years ago
  jules 2d6135a6db Added some methods for scanning font folders with FreeType. 12 years ago
  jules 9387c7fdaf Simplified some ComponentPeer methods. 12 years ago
  jules e339d39eb4 v2.0.39 12 years ago
  jules c8b3d28acc Refactored some linux freetype font classes. 12 years ago
  jules 14cc8bf3c5 Changed ImageCache purging method. Added a PropertyPanel::getTotalContentHeight() method. 12 years ago
  jules c8e09aba67 Added an extra method to ListenerList. Handled zero-length binary data in var class. 12 years ago
  jules e951ab4a4d Added ImageCache::clear() method. 12 years ago
  jules bf3cb2e29b Avoided some strict compiler warnings. 12 years ago
  jules 536bfddef4 Made PNG loader ignore warnings. 12 years ago
  jules 3daf0a4015 Fix for CustomTypeface. 12 years ago
  jules 9ba2079603 update of libpng to 1.6.1 12 years ago
  jules 6b6c4a3eab Minor clean-ups. 12 years ago
  jules e69339aeba Relaxed JPEG header byte matching. 12 years ago
  jules a54d8f8098 Minor clean-ups. 12 years ago
  jules 01d123d1e8 Workarounds for a few mingw warnings and errors. 12 years ago
  jules d9f1b72067 Added method AffineTransform::withAbsoluteTranslation 12 years ago
  jules 29419e480e Added a method Point::dotProduct() 12 years ago
  jules ba2dc52b34 Made use of @autoreleasepool for clang builds. 12 years ago
  jules 79f9874f59 OTF font scanning in linux. 12 years ago