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
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
f790148bf6
|
Text layout fix for single-character strings.
|
2013-05-15 11:15:39 -06:00 |
|
jules
|
2d6135a6db
|
Added some methods for scanning font folders with FreeType.
|
2013-04-21 20:47:29 +01:00 |
|
jules
|
3daf0a4015
|
Fix for CustomTypeface.
|
2013-04-03 20:18:59 +01: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
|
7a3453f48b
|
Minor clean-ups.
|
2012-12-31 19:10:54 +00:00 |
|
jules
|
5d35a31f2e
|
Minor clean-ups and documentation fixes.
|
2012-12-20 21:26:12 +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
|
2ae82c4db4
|
New method Font::withPointHeight, for specifying font sizes in points.
|
2012-12-17 21:27:23 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
2012-11-11 18:43:36 +00: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
|
583dcca1e5
|
Added a method for concatenating AttributedStrings.
|
2012-09-03 12:27:49 +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
|
fb5bcb5094
|
Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name.
|
2012-07-14 12:48:01 +01:00 |
|
jules
|
b1d73f2086
|
Minor internal refactoring and clean-ups.
|
2012-07-14 10:02:45 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
502af083aa
|
Fixed a bug in Font::setUnderline().
|
2012-07-11 09:44:10 +01:00 |
|
jules
|
46c327d902
|
Font::fromString() fix.
|
2012-07-03 19:43:49 +01:00 |
|
jules
|
b6211f01c8
|
Added method: Font::withTypefaceStyle().
|
2012-07-03 14:39:00 +01:00 |
|
jules
|
625395fc98
|
Fix for Typeface::clearTypefaceCache()
|
2012-07-02 15:06:49 +01:00 |
|
jules
|
eeeaf832d5
|
Added a Typeface::clearTypefaceCache() method.
|
2012-06-26 10:39:16 +01:00 |
|
jules
|
4536fce9ab
|
TextLayout RTL fix.
|
2012-06-08 16:00:54 +01:00 |
|
jules
|
ec89065a44
|
Improved thread-safety of Typeface::Ptr
|
2012-05-22 20:41:50 +01:00 |
|
jules
|
f401d72b4b
|
Tidied up some minor font issues.
|
2012-05-21 19:02:37 +01:00 |
|
jules
|
cd7cdacfd1
|
OSX/win32 typeface fixes.
|
2012-05-08 11:11:43 +01:00 |
|
jules
|
7e9fbd30c3
|
Some font style tweaks, and update of the juce demo fonts page to show a list of available styles.
|
2012-05-02 11:12:31 +01:00 |
|
jules
|
941907a3d1
|
Initial commit of font style access, providing access to the styles available for each font family.
|
2012-05-01 12:10:05 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
06895cefe1
|
Introjucer: RTAS exporter fix.
|
2012-02-23 14:20:02 +00:00 |
|
jules
|
a8083eb293
|
TextLayout fix. OSX fullscreen fix.
|
2012-02-23 13:41:05 +00:00 |
|
jules
|
e87b1a59ec
|
Fixed a small leak in TextLayout, and a win32 layout problem.
|
2012-02-16 09:30:29 +00:00 |
|
jules
|
70a5f0233c
|
Fixes to some MemoryOutputStream streaming operators.
|
2012-02-15 20:48:14 +00:00 |
|
jules
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|
jules
|
d70d017fc6
|
Docs fix. Version bump.
|
2012-02-13 15:29:21 +00:00 |
|
jules
|
767ff27307
|
Added a couple of methods to Font.
|
2012-02-13 10:44:33 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
b106eca599
|
Small TextLayout fix.
|
2012-02-07 15:44:58 +00:00 |
|
jules
|
d6ed09e158
|
TextLayout fix. Windows stylus fix. Minor clean-ups.
|
2011-12-13 13:45:51 +00:00 |
|
jules
|
d38057b304
|
Fixed bugs in the audio demo page, TextLayout, and AudioUnitPluginFormat.
|
2011-11-29 14:18:53 +00:00 |
|
jules
|
a45f14fbdf
|
Minor DirectWrite fix.
|
2011-11-25 18:41:05 +00:00 |
|
jules
|
58db7eb880
|
Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn.
|
2011-11-25 14:25:12 +00:00 |
|