jules
|
51d1c85b4e
|
Allowed user-defined setting of JUCE_CORETEXT_AVAILABLE.
|
2012-11-22 15:08:11 +00:00 |
|
jules
|
a971f93daf
|
Fixed typo in CoreGraphics code.
|
2012-11-20 15:01:17 +00:00 |
|
jules
|
880fa4d673
|
Component repaint optimisations.
|
2012-11-19 16:19:05 +00:00 |
|
jules
|
a51a4952e4
|
Cleaned up a few VC warnings.
|
2012-11-15 19:11:24 +00:00 |
|
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
2012-11-15 17:55:57 +00:00 |
|
jules
|
667a18712f
|
Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster.
|
2012-11-15 13:58:49 +00:00 |
|
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
2012-11-14 11:42:17 +00:00 |
|
jules
|
4d4321bea1
|
Version 2.0.28
|
2012-11-14 10:01:45 +00:00 |
|
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
2012-11-13 18:28:55 +00:00 |
|
jules
|
759685d89a
|
Fixed juce_graphics module dependency.
|
2012-11-12 21:22:39 +00:00 |
|
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
2012-11-11 18:43:36 +00:00 |
|
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 |
|