index
:
~dottedmag/fontconfig
2.3-branch
fc-2_2_branch
fc-2_4-keithp
fc-2_4_branch
fc_2-3
fix-fat-cache-aging
master
ultra-weight
Bugfixes for fontconfig
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-28
Polite typechecking for test and edit expressions. Helps catch errors in
Keith Packard
3
-65
/
+201
2005-01-13
Add SEE ALSO section (bug 2085)
Keith Packard
1
-1
/
+1
2005-01-04
Verify that every font pattern loaded from cache has both FC_FILE and
Keith Packard
1
-1
/
+9
2004-12-29
Document ASCII limitations of Fc character conversion macros
Keith Packard
1
-1
/
+20
2004-12-29
Adopt some RedHat suggestions for standard font configuration.
Keith Packard
3
-73
/
+240
2004-12-14
I changed FcFontSetSort to respect the generic aliases better in the face
Keith Packard
1
-2
/
+79
2004-12-07
Reviewed by: Keith Packard <keithp@keithp.com>
Keith Packard
5
-39
/
+19
2004-12-07
Change files from ISO-Latin-1 to UTF-8
Keith Packard
20
-21
/
+21
2004-12-05
Just remove the FC_FONTDATE -- it has locale issues and annoys redhat
Keith Packard
1
-0
/
+23
2004-12-05
Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (or
Keith Packard
3
-3
/
+96
2004-12-05
Check for non-empty face->family_name and face->style_name before using
Keith Packard
1
-5
/
+7
2004-12-05
Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where available.
Keith Packard
2
-0
/
+15
2004-12-04
Fix typo.
Keith Packard
2
-0
/
+189
2004-12-04
Move existing fonts.conf to fonts.conf.bak
Keith Packard
9
-281
/
+1129
2004-06-30
Provided by: Lubos Lunak <l.lunak@suse.cz>
Keith Packard
1
-2
/
+2
2004-05-29
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
Keith Packard
2
-3
/
+6
2004-05-06
Replace MIN/MAX/ABS macros which happen to have come from FreeType with
Keith Packard
1
-2
/
+5
2004-04-14
Add instructions for doing a release
fc-2_2_93
Keith Packard
2
-53
/
+57
2004-03-06
Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking for
Keith Packard
1
-8
/
+10
2004-03-02
Supplied by: mfabian@suse.de (Mike FABIAN)
Keith Packard
1
-3
/
+3
2004-02-11
Ok, so I messed up the test for y_ppem. Let's see if I got it right this
Keith Packard
1
-2
/
+2
2004-02-10
Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_Size
Keith Packard
1
-0
/
+4
2004-02-07
Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>)
Keith Packard
2
-12
/
+27
2004-02-01
fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashes
Tor Lillqvist
1
-0
/
+25
2003-11-18
Switch to FreeType 2.1.7 style includes. Bug #150.
Keith Packard
1
-8
/
+9
2003-11-10
Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
Roozbeh Pournader
1
-2
/
+5
2003-09-23
Add a FC_HINT_STYLE key for patterns, with possible values
Owen Taylor
2
-0
/
+11
2003-09-06
Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
Noah Levitt
2
-11
/
+45
2003-09-01
FcConfigAppFontClear: Support passing NULL to use default config.
Manish Singh
1
-0
/
+7
2003-08-15
Added new FcFini function for cleaning up all memory. Fixed a few memory
Carl Worth
7
-9
/
+169
2003-07-20
Implement new semantics for Contains and LISTING:
Keith Packard
6
-53
/
+89
2003-07-09
Was miscomputing end of string position for FcStrtod in locales with
Keith Packard
1
-1
/
+1
2003-06-26
Add autoconf checks for FT_Has_PS_Glyph_Names
Keith Packard
1
-0
/
+6
2003-06-26
Allow config->cache to be null (as it is when $HOME is not set)
Keith Packard
1
-3
/
+6
2003-06-25
Lean on autoconf to find useful FreeType functions (bug 95)
Keith Packard
1
-29
/
+17
2003-06-15
Trivial braino.
Tor Lillqvist
1
-1
/
+1
2003-06-15
Fix cut&paste error.
Tor Lillqvist
1
-1
/
+1
2003-06-13
Check also for DLL_EXPORT as indication of being built as a DLL on Win32.
Tor Lillqvist
1
-1
/
+5
2003-06-13
Add share/doc directory. Add Fc*.3 man pages.
Tor Lillqvist
1
-2
/
+3
2003-06-09
Optimization in FcLangSetIndex was broken, occasionally returning a pointer
Keith Packard
1
-14
/
+7
2003-05-28
Fix "contains" op for strings and langsets.
James Su
2
-6
/
+113
2003-05-17
Fix build error with BDF prop local. Free langset after query
Keith Packard
1
-1
/
+8
2003-05-16
oops. Left the psfontinfo.weight matching code commented out while testing
Keith Packard
1
-2
/
+0
2003-05-14
Extract spacing from XLFD atom
Juliusz Chroboczek
1
-0
/
+14
2003-05-12
Use FcIsWidth to share code
Keith Packard
1
-21
/
+6
2003-05-12
Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.
Juliusz Chroboczek
1
-1
/
+4
2003-05-12
Generate FC_SIZE and FC_DPI for legacy bitmap fonts
Juliusz Chroboczek
1
-0
/
+41
2003-05-07
Add filename-based accept/reject to ammend available fonts.
Keith Packard
6
-30
/
+232
2003-05-04
Add more .cvsignore entries
Keith Packard
1
-0
/
+1
2003-05-04
Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodings
Keith Packard
2
-2
/
+168
[next]