jules
|
4a5380171a
|
Version number update
|
2013-07-17 16:26:42 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
0a0e0bc60d
|
Workarounds for png code in some older versions of VC.
|
2013-07-11 16:58:10 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
5918d039ce
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
jules
|
13304ac410
|
Text layout fix when using newlines with certain fonts on OSX.
|
2013-07-08 17:04:25 +01:00 |
|
jules
|
c5f1e86cb3
|
Added some point-size accessor methods to Font.
|
2013-07-06 10:28:24 +01:00 |
|
jules
|
518e302d4a
|
Avoided some VC warnings.
|
2013-07-04 20:51:27 +01:00 |
|
jules
|
d086d55b44
|
Added division operator to Rectangle.
|
2013-07-04 13:26:42 +01:00 |
|
jules
|
0b5fd389c0
|
Moved png lib C symbols into juce namespace.
|
2013-07-02 17:29:30 +01:00 |
|
jules
|
a53a50eb35
|
Improved ShapeButton's mouse-click movement behaviour.
|
2013-07-01 22:12:07 +01:00 |
|
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 |
|