rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
d766a72146
|
(svn r26389) -Fix [FS#5885]: Select a specific font size when freetype fails to select one automatically.
|
2014-03-03 21:34:36 +00:00 |
|
fonsinchen
|
b816e07742
|
(svn r26389) -Fix [FS#5885]: Select a specific font size when freetype fails to select one automatically.
|
2014-03-03 21:34:36 +00:00 |
|
rubidium
|
4a911754b5
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
rubidium
|
2618d960e3
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
|
rubidium
|
8860bb5c8d
|
(svn r26170) -Feature-ish: add the currently used fonts to the crash log
|
2013-12-22 17:46:27 +00:00 |
|
rubidium
|
00c05e79b1
|
(svn r26170) -Feature-ish: add the currently used fonts to the crash log
|
2013-12-22 17:46:27 +00:00 |
|
frosch
|
0cf1de904d
|
(svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear layout cache. (adf88)
|
2013-10-13 13:28:06 +00:00 |
|
frosch
|
dcec8b9abd
|
(svn r25860) -Fix [FS#5737] (r25570): When clearing font cache, also clear layout cache. (adf88)
|
2013-10-13 13:28:06 +00:00 |
|
frosch
|
56bf93b35a
|
(svn r25822) -Fix [FS#5704]: Searching for a suitable font failed, if one of the fonts had no '?' glyph, and no baseset is installed.
|
2013-10-06 20:08:11 +00:00 |
|
frosch
|
b4609fd923
|
(svn r25822) -Fix [FS#5704]: Searching for a suitable font failed, if one of the fonts had no '?' glyph, and no baseset is installed.
|
2013-10-06 20:08:11 +00:00 |
|
frosch
|
520a8de3e1
|
(svn r25569) -Codechange: Cache all Font instances in a static container.
|
2013-07-06 18:56:23 +00:00 |
|
frosch
|
4824cb7886
|
(svn r25569) -Codechange: Cache all Font instances in a static container.
|
2013-07-06 18:56:23 +00:00 |
|
rubidium
|
31c0eda620
|
(svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache
|
2013-06-29 12:03:44 +00:00 |
|
rubidium
|
fac0b83df6
|
(svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache
|
2013-06-29 12:03:44 +00:00 |
|
rubidium
|
d09127996d
|
(svn r25501) -Fix: compilation error on OS X
|
2013-06-28 19:31:31 +00:00 |
|
rubidium
|
3831e3829d
|
(svn r25501) -Fix: compilation error on OS X
|
2013-06-28 19:31:31 +00:00 |
|
rubidium
|
f2d78be786
|
(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable
|
2013-06-27 21:21:47 +00:00 |
|
rubidium
|
0c14a586bd
|
(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable
|
2013-06-27 21:21:47 +00:00 |
|
rubidium
|
1e7ff472c7
|
(svn r25469) -Add: method for getting the font tables from freetype fonts
|
2013-06-25 20:39:58 +00:00 |
|
rubidium
|
7b10e39bf1
|
(svn r25469) -Add: method for getting the font tables from freetype fonts
|
2013-06-25 20:39:58 +00:00 |
|
rubidium
|
755bd9901d
|
(svn r25463) -Codechange: export more size related information from the fonts
|
2013-06-25 20:21:21 +00:00 |
|
rubidium
|
43a37f7f28
|
(svn r25463) -Codechange: export more size related information from the fonts
|
2013-06-25 20:21:21 +00:00 |
|
rubidium
|
71f6eab843
|
(svn r25462) -Codechange: make a better distinction between characters and glyphs
|
2013-06-25 20:20:15 +00:00 |
|
rubidium
|
092c33be3f
|
(svn r25462) -Codechange: make a better distinction between characters and glyphs
|
2013-06-25 20:20:15 +00:00 |
|
frosch
|
15993b7d87
|
(svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
|
2013-06-23 20:08:13 +00:00 |
|
frosch
|
798f472552
|
(svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
|
2013-06-23 20:08:13 +00:00 |
|
rubidium
|
e326a4b865
|
(svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown
|
2013-06-23 15:38:51 +00:00 |
|
rubidium
|
8190d26f9e
|
(svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown
|
2013-06-23 15:38:51 +00:00 |
|
rubidium
|
67dc369a82
|
(svn r25445) -Codechange: simplify the font loading
|
2013-06-23 15:37:18 +00:00 |
|
rubidium
|
8c5a7cf0ab
|
(svn r25445) -Codechange: simplify the font loading
|
2013-06-23 15:37:18 +00:00 |
|
rubidium
|
24db751594
|
(svn r25444) -Codechange: move sprite font code together with the other sprite font code
|
2013-06-23 15:36:29 +00:00 |
|
rubidium
|
c23eaf0790
|
(svn r25444) -Codechange: move sprite font code together with the other sprite font code
|
2013-06-23 15:36:29 +00:00 |
|
rubidium
|
e73e0a6a7c
|
(svn r25443) -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance
|
2013-06-23 15:35:06 +00:00 |
|
rubidium
|
ac4dd5d627
|
(svn r25443) -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance
|
2013-06-23 15:35:06 +00:00 |
|
rubidium
|
aa9bf82121
|
(svn r25442) -Codechange: move height and ascender information into the FontCache instances
|
2013-06-23 15:32:09 +00:00 |
|
rubidium
|
d724088a1c
|
(svn r25442) -Codechange: move height and ascender information into the FontCache instances
|
2013-06-23 15:32:09 +00:00 |
|
rubidium
|
49e71c3bee
|
(svn r25441) -Codechange: move the freetype font allocation into the FreeTypeFontCache
|
2013-06-23 15:29:20 +00:00 |
|
rubidium
|
eb4388f4f3
|
(svn r25441) -Codechange: move the freetype font allocation into the FreeTypeFontCache
|
2013-06-23 15:29:20 +00:00 |
|
rubidium
|
78d6a73de8
|
(svn r25439) -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache
|
2013-06-23 15:25:35 +00:00 |
|
rubidium
|
a285743d48
|
(svn r25439) -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache
|
2013-06-23 15:25:35 +00:00 |
|
rubidium
|
30394cb05e
|
(svn r25438) -Codechange: introduce classes for the FontCache
|
2013-06-23 15:24:36 +00:00 |
|
rubidium
|
e1a2a8275b
|
(svn r25438) -Codechange: introduce classes for the FontCache
|
2013-06-23 15:24:36 +00:00 |
|
rubidium
|
44d584f84a
|
(svn r25437) -Codechange: rework the FreeTypeSettings structure to make it better grouped
|
2013-06-23 15:23:22 +00:00 |
|
rubidium
|
94a5fe6b92
|
(svn r25437) -Codechange: rework the FreeTypeSettings structure to make it better grouped
|
2013-06-23 15:23:22 +00:00 |
|
rubidium
|
d99113bd00
|
(svn r25436) -Codechange: split the font detection code out of the font caching code
|
2013-06-23 15:20:23 +00:00 |
|
rubidium
|
13c450a66b
|
(svn r25436) -Codechange: split the font detection code out of the font caching code
|
2013-06-23 15:20:23 +00:00 |
|
michi_cc
|
557b0993ba
|
(svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides.
|
2013-04-06 22:06:44 +00:00 |
|
michi_cc
|
55ba9320f3
|
(svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides.
|
2013-04-06 22:06:44 +00:00 |
|
michi_cc
|
da843d931e
|
(svn r25153) -Fix [FS#5522] (r24487): [Win32] Don't statically link to SHGetFolderPath as it may not exist.
|
2013-04-06 18:36:41 +00:00 |
|