181 Commits (1be82bfcee73b824b1c70c20789931cbe5e0f360)

Author SHA1 Message Date
  jules 9a7e7a267a New method: Rectangle::constainedWithin(). 13 years ago
  jules 9a24aa8a20 Minor clean-ups. 13 years ago
  jules ad958be260 Version bump: 2.0.27 13 years ago
  jules 9fde239d9c Misc minor tidying up. 13 years ago
  jules 745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 13 years ago
  jules abb4946191 Version bump: 2.0.26 13 years ago
  jules 842d30fbfa Minor tidying-up. 13 years ago
  jules 583dcca1e5 Added a method for concatenating AttributedStrings. 13 years ago
  jules 2918e8d886 Minor fixes for compiler warnings. 13 years ago
  jules 665c85b147 Version number bump. 13 years ago
  jules af9c71be38 Added Image::Bitmap::getBounds method. 13 years ago
  jules 6b679bb46b New methods in ImageFileFormat for checking file extensions. 13 years ago
  jules a0ed9c96e4 New class: ConcertinaPanel. 13 years ago
  jules ec590c29cf Handling variable pixel stride in transformed image render. 13 years ago
  jules 19e304bc6f Better support for pixel strides in the software renderer. 13 years ago
  jules 4c951ecce6 TextPropertyComponent colour fix. 13 years ago
  jules 15c35b8ad8 TextLayout bugfix. Removed some unused functions. 13 years ago
  jules 4268ed7453 Introjucer: better tool windows. Font fixes. 13 years ago
  jules 5001ead53a OSX 10.5 SDK and GCC fixes. 13 years ago
  jules bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 13 years ago
  jules 4f206a3f3a Version bump. 13 years ago
  jules ad1becb00b PixelARGB compile fix for PPC targets. 13 years ago
  jules 75d72d6323 Version number bump. 13 years ago
  jules b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 13 years ago
  jules c6299a08dc Changed the return type of ImageType::create(). 13 years ago
  jules fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 13 years ago
  jules dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
  jules 006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 13 years ago
  jules b1d73f2086 Minor internal refactoring and clean-ups. 13 years ago
  jules 225040e62b Improved drop-shadow code. 13 years ago
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 9af7f2f480 Fixed a dependency issue in the graphics module. 13 years ago
  jules b8f557b201 Tab button fix and minor clean-ups. 13 years ago
  jules 3ddc6dd43d New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers. 13 years ago
  jules 1e9e6cbf79 New methods for Graphics, CallOutBox. 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules 502af083aa Fixed a bug in Font::setUnderline(). 13 years ago
  jules 3fdc8a22db New colour contrast method. 13 years ago
  jules ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. 13 years ago
  jules 27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 13 years ago
  jules 46c327d902 Font::fromString() fix. 13 years ago
  jules b6211f01c8 Added method: Font::withTypefaceStyle(). 13 years ago
  jules 625395fc98 Fix for Typeface::clearTypefaceCache() 13 years ago
  jules f5d72f1406 Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle)); 13 years ago
  jules eeeaf832d5 Added a Typeface::clearTypefaceCache() method. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules fa3eb07cd0 Mac 10.5 CoreText fix. 13 years ago
  jules 5d009a2b73 Workaround for an Apple font bug in 10.6. 13 years ago
  jules 4536fce9ab TextLayout RTL fix. 13 years ago
  jules 0e6bbcc55c DirectWrite RTL layout fix. 13 years ago