1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
Commit graph

395 commits

Author SHA1 Message Date
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
8a3298ebb8 Added a PropertiesFile::reload() method. 2012-11-02 16:58:13 +00:00
jules
dbaa9b9cc1 Prevented zlib headers messing-up use of the fdopen() function. 2012-10-31 10:03:20 +00:00
jules
c80bc652e9 Linux font list parsing fix. 2012-10-28 11:13:18 +00:00
jules
f84d57243b Fix for linux font path parsing assertion. 2012-10-25 22:50:11 +01:00
jules
2aa22684f3 Workaround for strange type layout bug in Windows 64. 2012-10-24 10:45:44 +01:00
jules
a25acde808 Image subsection fix. Linux text drag-and-drop. 2012-10-17 18:40:44 +01:00
jules
b416ab6651 Added a couple of methods to Graphics. 2012-10-13 11:17:21 +01:00
jules
dbf0aced62 Fix for TextLayout justification. 2012-10-10 11:44:23 +01:00
jules
3f6714ea7d Fixed a leak. 2012-10-05 17:50:17 +01:00
jules
ed83df2d75 Fonts: fix for changing height of customised typefaces. 2012-10-05 17:24:03 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 2012-09-05 11:54:44 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
583dcca1e5 Added a method for concatenating AttributedStrings. 2012-09-03 12:27:49 +01:00
jules
2918e8d886 Minor fixes for compiler warnings. 2012-08-27 12:33:35 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
af9c71be38 Added Image::Bitmap::getBounds method. 2012-08-07 20:26:52 +01:00
jules
6b679bb46b New methods in ImageFileFormat for checking file extensions. 2012-08-06 10:48:30 +01:00
jules
a0ed9c96e4 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
jules
ec590c29cf Handling variable pixel stride in transformed image render. 2012-08-04 15:23:56 +01:00
jules
19e304bc6f Better support for pixel strides in the software renderer. 2012-08-03 16:27:45 +01:00
jules
4c951ecce6 TextPropertyComponent colour fix. 2012-07-27 22:00:59 +01:00
jules
15c35b8ad8 TextLayout bugfix. Removed some unused functions. 2012-07-27 17:48:48 +01:00
jules
4268ed7453 Introjucer: better tool windows. Font fixes. 2012-07-26 13:42:40 +01:00
jules
5001ead53a OSX 10.5 SDK and GCC fixes. 2012-07-26 10:14:16 +01:00
jules
bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 2012-07-25 13:10:21 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
ad1becb00b PixelARGB compile fix for PPC targets. 2012-07-21 20:25:50 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 2012-07-21 08:58:27 +01:00
jules
c6299a08dc Changed the return type of ImageType::create(). 2012-07-18 10:43:27 +01:00
jules
fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 2012-07-14 12:48:01 +01:00
jules
dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 2012-07-14 11:54:29 +01:00
jules
006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 2012-07-14 11:21:56 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00
jules
225040e62b Improved drop-shadow code. 2012-07-13 11:58:44 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
9af7f2f480 Fixed a dependency issue in the graphics module. 2012-07-12 11:19:32 +01:00
jules
b8f557b201 Tab button fix and minor clean-ups. 2012-07-12 11:06:12 +01:00
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. 2012-07-11 21:07:47 +01:00
jules
1e9e6cbf79 New methods for Graphics, CallOutBox. 2012-07-11 14:26:51 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00