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

285 commits

Author SHA1 Message Date
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
jules
4d4cc13a46 2.0.38 2013-03-08 20:34:38 +00:00
jules
136041daa7 Fixed a couple of base-class copying typos and prevented copying of ReferenceCountedObject bases. 2013-03-08 15:13:07 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
63411d7a47 2.0.37 2013-03-08 12:02:15 +00:00
jules
f68637f16b Documentation fix and MidiMessage constness clean-up. 2013-03-05 18:37:18 +00:00
jules
4ad853c7b9 Minor fix to DropShadow 2013-03-05 18:36:45 +00:00
jules
e75663b467 Improved some openGL texture creation functionality. 2013-02-28 20:45:40 +00:00
jules
14b0493bb0 2.0.36 2013-02-25 14:40:33 +00:00
jules
942b2922a5 2.0.35 2013-02-24 15:50:07 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00