jules
|
79cad7771a
|
Fix for Rectangle::constrainedWithin()
|
2013-01-16 20:23:30 +00:00 |
|
jules
|
9ed6f088e3
|
Improved Path::addBubble.
|
2013-01-09 12:43:43 +00:00 |
|
jules
|
6f88b7ae60
|
Minor clean-ups.
|
2013-01-03 10:29:01 +00:00 |
|
jules
|
7a3453f48b
|
Minor clean-ups.
|
2012-12-31 19:10:54 +00:00 |
|
jules
|
906a99763d
|
Version 2.0.31
|
2012-12-27 20:55:40 +00:00 |
|
jules
|
234525aef9
|
Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.
|
2012-12-27 19:56:18 +00:00 |
|
jules
|
a20ff4c910
|
Version 2.0.30
|
2012-12-23 18:58:27 +00:00 |
|
jules
|
de61fee31c
|
Fix for fonts on PPC.
|
2012-12-23 13:05:25 +00:00 |
|
jules
|
35991fb01c
|
Fix for compiler error in camera code.
|
2012-12-22 18:06:44 +00:00 |
|
jules
|
5d35a31f2e
|
Minor clean-ups and documentation fixes.
|
2012-12-20 21:26:12 +00:00 |
|
jules
|
68b2e056e7
|
Version update 2.0.29
|
2012-12-20 20:46:41 +00:00 |
|
jules
|
ccc89aaae9
|
Minor tidying-up.
|
2012-12-20 20:46:17 +00:00 |
|
jules
|
6846b71ea4
|
Minor tweak to the GlyphArrangement word-splitting algorithm.
|
2012-12-20 13:59:51 +00:00 |
|
jules
|
a07ce814eb
|
win32 font point size fixes.
|
2012-12-18 18:06:01 +00:00 |
|
jules
|
e58b915300
|
Fixed some COM object ref-counting.
|
2012-12-18 18:05:36 +00:00 |
|
jules
|
2ae82c4db4
|
New method Font::withPointHeight, for specifying font sizes in points.
|
2012-12-17 21:27:23 +00:00 |
|
jules
|
6971cab6d2
|
Compiler compatibilty change in mac font code.
|
2012-12-17 10:29:14 +00:00 |
|
jules
|
a4b2a5dfa9
|
DRY-ing some loops in the software renderer (and improving performance).
|
2012-12-15 22:16:29 +00:00 |
|
jules
|
f5af56f1b5
|
Added ability to synthesise italic fonts on OSX for fonts which don't have a real italic style.
|
2012-12-15 21:41:55 +00:00 |
|
jules
|
3a9cad8f2c
|
Enabled some code that was disabled for mingw, but which will work with the latest version.
|
2012-12-13 14:17:08 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
3c83383d0e
|
Added Line::toFloat(). Fix for scrollbar edge-case.
|
2012-11-30 14:14:17 +00:00 |
|
jules
|
68476aded8
|
Renderer optimisations.
|
2012-11-25 19:04:05 +00:00 |
|
jules
|
e704ed0c46
|
Support for high-dpi software rendering on OSX.
|
2012-11-25 14:00:23 +00:00 |
|
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 |
|