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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-27
Yet more cleanups to finish getting 'make distcheck' working This has been
Keith Packard
11
-111
/
+98
2003-10-27
Attempts to fix 'make distcheck' work. Things are progressing pretty well,
Keith Packard
9
-30
/
+142
2003-10-26
Tag version 2.2.91
fc-2_2_91
Keith Packard
3
-2
/
+6
2003-10-26
Include confdir.sgml.in in EXTRA_DIST
Keith Packard
2
-1
/
+6
2003-10-09
Replace fc-cache and fc-list manpages with more detailed, SGML versions.
Josselin Mouette
9
-90
/
+420
2003-09-23
Add a FC_HINT_STYLE key for patterns, with possible values
Owen Taylor
4
-0
/
+25
2003-09-23
Remove Georgian capitals, they aren't used for normal writing. (Bug #116)
Owen Taylor
2
-1
/
+6
2003-09-06
Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
Noah Levitt
6
-14
/
+63
2003-09-01
FcConfigAppFontClear: Support passing NULL to use default config.
Manish Singh
2
-0
/
+12
2003-08-15
Added new FcFini function for cleaning up all memory. Fixed a few memory
Carl Worth
15
-74
/
+398
2003-08-12
Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs are
Keith Packard
1
-1
/
+1
2003-07-20
Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
Keith Packard
1
-0
/
+4
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
2
-1
/
+8
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
2
-31
/
+22
2003-06-17
Bug 75: dont build docs unless docbook is available. Dont install docs
Keith Packard
3
-7
/
+24
2003-06-17
Add FreeFont entries, fix whitespace in fonts.conf.in (bug 93, from
Keith Packard
1
-8
/
+14
2003-06-15
Remove CRs from the out file before comparing (needed on Windows).
Tor Lillqvist
2
-0
/
+4
2003-06-15
Trivial braino.
Tor Lillqvist
1
-1
/
+1
2003-06-15
Fix cut&paste error.
Tor Lillqvist
3
-2
/
+7
2003-06-13
Check also for DLL_EXPORT as indication of being built as a DLL on Win32.
Tor Lillqvist
2
-1
/
+8
2003-06-13
Add share/doc directory. Add Fc*.3 man pages.
Tor Lillqvist
4
-6
/
+27
2003-06-09
Update to version 2.2.90
fc-2_2_90
Keith Packard
3
-2
/
+6
2003-06-09
Add a bunch of ChangeLog entries
Keith Packard
1
-1
/
+78
2003-06-09
Add fc-match program to demonstrate font matching from the command line
Keith Packard
3
-1
/
+7
2003-06-09
Optimization in FcLangSetIndex was broken, occasionally returning a pointer
Keith Packard
1
-14
/
+7
2003-06-09
Add fc-match program
Keith Packard
3
-0
/
+259
2003-05-31
(Bug 85) add support for culmus fonts
Keith Packard
1
-34
/
+5
2003-05-31
(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage info
Keith Packard
7
-9
/
+44
2003-05-28
Fix "contains" op for strings and langsets.
James Su
3
-6
/
+119
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-06
Remove 0b82 and Tamil numbers from tamil orthography (Jungshik Shin
Keith Packard
1
-2
/
+5
2003-05-04
Add more .cvsignore entries
Keith Packard
2
-0
/
+2
2003-05-04
Add more .cvsignore entries
Keith Packard
1
-0
/
+5
2003-05-04
Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodings
Keith Packard
4
-3
/
+170
2003-05-04
Add .cvsignore in new fc-glyphname dir
Keith Packard
1
-0
/
+6
2003-05-04
Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4
Keith Packard
5
-0
/
+4857
2003-05-02
Grub through style to find weight/slant/width values when other techniques
Keith Packard
3
-75
/
+233
2003-05-02
Add book constant for book weight
Keith Packard
1
-0
/
+1
2003-05-02
Add FC_WEIGHT_BOOK as weight 75
Keith Packard
1
-0
/
+1
2003-05-01
Fix expat function check.
Noah Levitt
1
-4
/
+4
2003-05-01
Check for an expat function that won't be there if expat is too old.
Noah Levitt
1
-2
/
+2
[next]