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
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
18
-18
/
+18
2009-02-13
When canonizing filenames, squash // and remove final / (#bug 16286)
Behdad Esfahbod
1
-0
/
+3
2009-02-13
Avoid C99ism in Win32 code (#16651)
Behdad Esfahbod
2
-2
/
+4
2008-05-24
Ignore empty <dir></dir> elements
Keith Packard
1
-1
/
+3
2008-05-24
FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424.
Sayamindu Dasgupta
1
-1
/
+12
2008-05-24
Fix index/offset for 'decorative' matcher. Bug 15890.
Evgeniy Stepanov
1
-4
/
+3
2008-05-04
Add extended, caps, dunhill style mappings.
Keith Packard
1
-2
/
+3
2008-05-04
Fix a few memory tracking mistakes.
Keith Packard
5
-4
/
+17
2008-05-03
Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)
Keith Packard
1
-3
/
+3
2008-05-03
Add FreeType-dependent functions to fontconfig.def file. (bug 15415)
Carlo Bramini
1
-2
/
+2
2008-05-03
Use of ":=" in src/Makefile.am is unportable (bug 14420)
Keith Packard
1
-1
/
+1
2008-05-03
fontconfig build fails if "head" is missing or unusable (bug 14304)
Ryan Schmidt
1
-1
/
+1
2008-05-03
Proper config path for static libraries in win32
Dennis Schridde
2
-6
/
+42
2008-05-03
Fontconfig options for freetype sub-pixel filter configuration
Sylvain Pasche
2
-2
/
+8
2008-05-03
Remove size and dpi values from bitmap fonts. Bug 8765.
Keith Packard
1
-34
/
+0
2008-05-03
Work around for bitmap-only TrueType fonts that are missing the glyf table.
Keith Packard
1
-7
/
+51
2008-01-10
Distribute new fcftint.h file
Keith Packard
1
-1
/
+1
2008-01-07
Include fcftaliastail.h so that the freetype funcs are exported.
Keith Packard
3
-0
/
+3
2008-01-02
Remove freetype requirement for build-time applications.
Keith Packard
7
-22
/
+72
2007-12-23
Fix OOM failure case in FcPStackPush.
Keith Packard
1
-0
/
+5
2007-12-12
Not_contain should use strstr, not strcmp on strings. (bug 13632)
Hongbo Zhao
1
-1
/
+1
2007-11-13
Workaround for stat() brokenness in Microsoft's C library (bug 8526)
Tor Lillqvist
2
-1
/
+116
2007-11-13
Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
Keith Packard
2
-95
/
+3
2007-11-05
Add FcGetLangs() and FcLangGetCharSet().
Behdad Esfahbod
2
-5
/
+18
2007-11-04
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
Keith Packard
4
-2
/
+56
2007-11-03
Have FcConfigSetCurrent accept the current configuration and simply return
Keith Packard
1
-0
/
+3
2007-11-03
Use FcLangDifferentTerritory instead of FcLangDifferentCountry.
Keith Packard
1
-4
/
+4
2007-11-03
Typo error in function name: Inverval -> interval
Keith Packard
1
-2
/
+2
2007-11-03
Make file_stat argument to FcDirCacheLoadFile optional.
Keith Packard
1
-0
/
+3
2007-11-03
Remove fcprivate.h, move the remaining macros to fcint.h.
Keith Packard
2
-3
/
+95
2007-10-25
Respect "binding" attribute in <alias> entries.
Keith Packard
1
-22
/
+36
2007-10-25
Also check configDirs mtimes in FcConfigUptoDate
Keith Packard
1
-14
/
+3
2007-10-25
Build fix for Solaris 10 with GCC.
Keith Packard
1
-1
/
+1
2007-10-25
Update CaseFolding.txt to Unicode 5.1.0
Behdad Esfahbod
1
-1
/
+1
2007-10-25
Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)
Keith Packard
3
-3
/
+65
2007-10-25
Ensure weight/slant values present even when style is supplied (bug 9313).
Keith Packard
1
-11
/
+5
2007-10-25
Handle UltraBlack weight.
Keith Packard
1
-1
/
+6
2007-10-25
Oops. Left debugging printf in previous commit.
Keith Packard
1
-1
/
+0
2007-10-25
FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)
Keith Packard
1
-1
/
+1
2007-10-25
Store FcVendorFoundries in read-only memory.
Tilman Sauerbeck
1
-31
/
+31
2007-10-25
Store FcNoticeFoundries in read-only memory.
Tilman Sauerbeck
1
-25
/
+50
2007-10-25
Replace makealias pattern with something supported by POSIX grep (bug 11083)
Keith Packard
1
-1
/
+1
2007-10-18
Eliminate relocations from FcCodePageRange structure (bug 10982).
Keith Packard
1
-6
/
+6
2007-10-18
Eliminate relocations for glyph name table.
Keith Packard
1
-8
/
+8
2007-10-18
Must not insert cache into hash table before completely validating.
Keith Packard
1
-2
/
+2
2007-10-18
Place language name in constant array instead of pointer.
Keith Packard
1
-1
/
+1
2007-10-18
Avoid crashes if config files contain junk.
Mike FABIAN
1
-0
/
+4
2007-10-18
Don't use X_OK bit when checking for writable directories (bug 12438)
Keith Packard
1
-2
/
+2
2007-10-18
Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]
Keith Packard
1
-64
/
+0
2007-10-18
Comment about mmaping cache files was misleading.
Keith Packard
1
-1
/
+2
[next]