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

395 commits

Author SHA1 Message Date
jules
2091e8dfc8 Replaced a few Justification references. 2013-07-01 22:07:39 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
1a49c7fc5b TextLayout whitespace fix. 2013-06-29 12:03:29 +01:00
jules
146155bd34 Software text layout fix. 2013-06-29 11:02:34 +01:00
jules
78aac0995a Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
d3a207c596 New classes: AnimatedPosition and MouseInactivityDetector. 2013-06-22 14:42:45 +01:00
jules
b0e1cbd0ee Fix for single-character TextLayout width. 2013-06-19 19:55:17 +01:00
jules
e05393c36d Windows default font fix. 2013-06-16 21:48:02 +01:00
jules
4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 2013-06-16 10:08:05 +01:00
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. 2013-06-15 16:53:47 +01:00
jules
9772fde950 Minor tidying 2013-06-13 14:41:45 +01:00
jules
048e5c679b Version number update 2013-06-13 13:28:35 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
e1f0baca43 Pixel blending improvement. 2013-06-12 09:39:33 +01:00
jules
20a72142b7 Version number update 2013-06-10 21:07:26 +01:00
jules
9affbafa75 Pixel blending fix. 2013-06-10 16:10:45 +01:00
jules
a1e3f23ee4 Linux build fix. 2013-06-05 15:08:00 +01:00
jules
4d0cd69895 Minor tidying 2013-06-04 10:41:53 +01:00
jules
31fc78b314 Minor tidying up. 2013-06-04 10:16:25 +01:00
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
100e231122 Removed leak detector from BorderSize class. 2013-05-19 15:23:38 -06:00
jules
f790148bf6 Text layout fix for single-character strings. 2013-05-15 11:15:39 -06:00
jules
a1461637ee Added a comment. 2013-05-09 18:53:46 +01:00
jules
34e5591701 v2.0.40 2013-04-27 10:43:47 +01:00
jules
4c147d94a5 Fix to Rectangle::intersects 2013-04-24 11:29:39 +01:00
jules
2d6135a6db Added some methods for scanning font folders with FreeType. 2013-04-21 20:47:29 +01:00
jules
9387c7fdaf Simplified some ComponentPeer methods. 2013-04-21 19:01:02 +01:00
jules
e339d39eb4 v2.0.39 2013-04-21 12:23:57 +01:00
jules
c8b3d28acc Refactored some linux freetype font classes. 2013-04-16 11:44:01 +01:00
jules
14cc8bf3c5 Changed ImageCache purging method. Added a PropertyPanel::getTotalContentHeight() method. 2013-04-15 12:21:22 +01:00
jules
c8e09aba67 Added an extra method to ListenerList. Handled zero-length binary data in var class. 2013-04-14 10:14:24 +01:00
jules
e951ab4a4d Added ImageCache::clear() method. 2013-04-10 21:09:13 +01:00
jules
bf3cb2e29b Avoided some strict compiler warnings. 2013-04-04 16:47:33 +01:00
jules
536bfddef4 Made PNG loader ignore warnings. 2013-04-03 20:41:09 +01:00
jules
3daf0a4015 Fix for CustomTypeface. 2013-04-03 20:18:59 +01:00
jules
9ba2079603 update of libpng to 1.6.1 2013-04-03 16:31:22 +01:00
jules
6b6c4a3eab Minor clean-ups. 2013-04-02 11:52:52 +01:00
jules
e69339aeba Relaxed JPEG header byte matching. 2013-04-01 12:16:19 +01:00
jules
a54d8f8098 Minor clean-ups. 2013-03-29 09:27:50 +00:00
jules
01d123d1e8 Workarounds for a few mingw warnings and errors. 2013-03-28 21:40:41 +00:00
jules
d9f1b72067 Added method AffineTransform::withAbsoluteTranslation 2013-03-23 11:09:56 +00:00
jules
29419e480e Added a method Point::dotProduct() 2013-03-23 11:09:30 +00:00
jules
ba2dc52b34 Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
jules
79f9874f59 OTF font scanning in linux. 2013-03-20 18:48:51 +00:00
jules
f1f237ebbf Added Rectangle::toDouble() method 2013-03-19 19:50:30 +00:00
jules
aec62f376e Fix for OSX10.4 fonts. 2013-03-19 11:38:31 +00:00
jules
ffd894089d Cleaned up a few static analyser warnings. 2013-03-15 19:36:28 +00:00
jules
cf91fc2d6b Method DropShadow::drawForRectangle, which approximates a shadow with gradients. Used this to simplify the DropShadower class. 2013-03-15 12:31:44 +00:00
jules
b627a75c21 Minor docs updates. Added a method to Rectangle. 2013-03-15 12:29:48 +00:00