jules
|
871c3a9108
|
Removed some code that prevented RTL TextLayouts having their bounds adjusted
|
2016-04-14 16:34:26 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
1a7caaa58f
|
Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined.
|
2016-01-03 13:16:18 +00:00 |
|
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
2015-12-23 11:47:18 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
eb99390413
|
TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing()
|
2015-11-25 09:58:16 +00:00 |
|
jules
|
7a27686d96
|
Fix for a layout truncation problem in GlyphArrangement when splitting across many lines.
|
2015-09-28 17:12:37 +01:00 |
|
jules
|
9a1a58c454
|
Tweaked Font::getStringWidth to round-up the value it returns as an int.
|
2015-07-24 15:55:37 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
Timur Doumler
|
d46ea64aa5
|
LookAndFeel: added method to specify a custom font for Alert Window title.
|
2015-07-17 09:52:50 +01:00 |
|
hogliux
|
1986f9b2ad
|
Fix TextLayout height when string is empty
|
2015-04-08 10:43:11 +01:00 |
|
jules
|
4e4a9968a3
|
Reverted my typo that had changed the minimum font horizontal scale from the old default 0.7
|
2015-03-19 15:40:48 +00:00 |
|
jules
|
844d9e8d86
|
Added method Font::getDefaultMinimumHorizontalScaleFactor() to make it possible to change the global minimum font squashing amount.
|
2015-03-17 11:41:14 +00:00 |
|
jules
|
94a0793a09
|
Prevented drawFittedText from messing up the graphics context's current font.
|
2015-02-02 13:00:48 +00:00 |
|
jules
|
a49baa3e52
|
Modified TextLayout creation functions to take an optional maximum height as well as a maximum width.
|
2014-12-29 12:07:31 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
36e7c12504
|
Fix for some VC compiler warnings.
|
2014-07-01 18:50:42 +01:00 |
|
jules
|
02460bb95b
|
A bit of refactoring inside GlyphArrangement, to avoid som edge-cases where the wrong number of lines is chosen.
|
2014-06-29 14:34:26 +01:00 |
|
jules
|
171ef8dd4b
|
Workarounds for AttributedString layout when using from-memory fonts on Windows.
|
2014-06-28 21:36:01 +01:00 |
|
jules
|
fda9e97298
|
Workaround for layout of CustomTypefaces on OSX
|
2014-05-16 09:53:38 +01:00 |
|
jules
|
de6c80bb98
|
Clarified some documentation
|
2014-05-11 09:34:57 +01:00 |
|
jules
|
f4c83a9411
|
Fix for a very obscure race-condition involving font string initialisation.
|
2014-04-05 17:39:31 +01:00 |
|
jules
|
d416a425d6
|
Added some documentation to CustomTypeface.
|
2014-03-13 16:23:34 +00:00 |
|
jules
|
76c8400049
|
Really minor clean-ups.
|
2014-01-12 18:06:48 +00:00 |
|
jules
|
01dc36d29d
|
Tiny tweak to the typeface hinting algorithm.
|
2014-01-12 17:14:19 +00:00 |
|
jules
|
42bff200ed
|
Improved the vertical font hinting algorithm and removed some duplicated typeface code.
|
2014-01-05 19:46:13 +00:00 |
|
jules
|
ae291475d6
|
Avoided a GL symbol redefinition and a warning in MSVC.
|
2014-01-03 14:33:37 +00:00 |
|
jules
|
a1a43ea418
|
Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours.
|
2014-01-02 22:00:47 +00:00 |
|
jules
|
d8c065c81f
|
Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor()
|
2013-12-19 15:39:30 +00:00 |
|
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
2013-12-01 23:28:31 +00:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
a8984031ba
|
Made sure that glyph caches are flushed along with the typeface cache.
|
2013-10-23 11:50:04 +01:00 |
|
jules
|
349d3d423f
|
Fix for software text layout colour of single-character strings.
|
2013-10-11 21:56:44 +01:00 |
|
jules
|
af87a2eda6
|
Added some thread-safety to typeface caching, and optimised default font construction.
|
2013-09-24 13:37:00 +01:00 |
|
jules
|
d28ebfdb36
|
Stripped out some unnecessary boilerplate includes from juce_graphics.
|
2013-08-24 10:49:25 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
45b56e2e20
|
Minor clean-ups around the Justification class.
|
2013-08-20 17:27:41 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +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
|
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
|
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
|
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 |
|