index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fcpat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-20
cleanup
Akira TAGOH
1
-30
/
+0
2017-11-20
Add new API to find out a font from current search path
Akira TAGOH
1
-0
/
+30
2017-09-27
[varfonts] Share lang across named-instances
Behdad Esfahbod
1
-0
/
+3
2017-07-07
Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...
Akira TAGOH
1
-2
/
+16
2015-06-08
Add one more debugging option to see transformation on font-matching
Akira TAGOH
1
-0
/
+6
2014-03-26
Bug 71287 - size specific design selection support in OS/2 table version 5
Akira TAGOH
1
-0
/
+73
2013-12-20
Improve the performance issue on rescanning directories
Akira TAGOH
1
-0
/
+2
2013-06-28
Add FcTypeUnknown to FcType to avoid comparison of constant -1
Akira TAGOH
1
-1
/
+4
2013-03-21
Fix a SIGSEGV on FcPatternGet* with NULL pattern
Akira TAGOH
1
-0
/
+2
2013-01-02
Remove FcSharedStr*
Behdad Esfahbod
1
-22
/
+3
2013-01-02
Make refcounts, patterns, charsets, strings, and FcLang thread-safe
Behdad Esfahbod
1
-13
/
+12
2013-01-02
Remove shared-str pool
Behdad Esfahbod
1
-51
/
+7
2013-01-01
Don't crash in FcPatternDestroy with NULL pattern
Behdad Esfahbod
1
-0
/
+3
2013-01-01
Make FC_DBG_OBJTYPES debug messages into warnings
Behdad Esfahbod
1
-12
/
+9
2012-12-29
Remove memory accounting and reporting
Behdad Esfahbod
1
-19
/
+1
2012-12-29
Fix compiler warnings
Behdad Esfahbod
1
-8
/
+8
2012-11-15
Bug 57114 - regression on FcFontMatch with namelang
Akira TAGOH
1
-3
/
+143
2012-06-01
Fix the wrong estimation for the memory usage information in fontconfig
Akira TAGOH
1
-1
/
+2
2012-03-28
fcpat: Increase the number of buckets in the shared string hash table
Akira TAGOH
1
-1
/
+1
2012-03-28
Bug 17832 - Memory leaks due to FcStrStaticName use for external patterns
Akira TAGOH
1
-39
/
+24
2011-03-28
Bug 35587 - Add padding to make valgrind and glibc not hate each other
Behdad Esfahbod
1
-3
/
+7
2010-11-10
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
Behdad Esfahbod
1
-2
/
+2
2010-04-12
Remove all training whitespaces
Behdad Esfahbod
1
-35
/
+35
2009-11-16
[int] Remove fc_value_* macros that did nothing other than renaming
Behdad Esfahbod
1
-6
/
+6
2009-11-16
[int] Remove fc_storage_type() in favor of direct access to v->type
Behdad Esfahbod
1
-1
/
+1
2009-06-24
Simplify FcValueSave() semantics
Behdad Esfahbod
1
-10
/
+2
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
1
-2
/
+2
2009-02-13
Oops, fix FcPatternFilter
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Don't leak FcValues string loaded through fcxml.c (#17661)
Behdad Esfahbod
1
-5
/
+5
2009-02-13
Fix docs re 'orig' argument of FcPatternBuild and family
Behdad Esfahbod
1
-6
/
+6
2009-02-13
Add FcPatternFilter() (#13016)
Behdad Esfahbod
1
-0
/
+37
2008-05-04
Fix a few memory tracking mistakes.
Keith Packard
1
-1
/
+1
2008-01-07
Include fcftaliastail.h so that the freetype funcs are exported.
Keith Packard
1
-0
/
+1
2008-01-02
Remove freetype requirement for build-time applications.
Keith Packard
1
-0
/
+1
2007-03-12
Make FcPatternDuplicate copy the binding instead of always using Strong.
Stephan Kulow
1
-3
/
+7
2006-12-02
Avoid writing uninitialized structure pad bytes to cache files.
Keith Packard
1
-1
/
+16
2006-09-05
Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
Keith Packard
1
-0
/
+3
2006-09-04
Reference count cache objects.
Keith Packard
1
-1
/
+9
2006-09-01
Pass directory information around in FcCache structure. Freeze charsets.
Keith Packard
1
-0
/
+8
2006-08-31
Serialized value lists were only including one value.
Keith Packard
1
-0
/
+1
2006-08-30
Rework Object name database to unify typechecking and object lookup.
Keith Packard
1
-1
/
+1
2006-08-30
FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.
Keith Packard
1
-0
/
+7
2006-08-30
Rework cache files to use offsets for all data structures.
Keith Packard
1
-717
/
+308
2006-04-27
Eliminate pattern freezing
Keith Packard
1
-370
/
+0
2006-04-27
Make path names in cache files absolute (NB, cache format change) Stop
Keith Packard
1
-130
/
+0
2006-04-25
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Patrick Lam
1
-1
/
+1
2006-04-12
Fix memory leak (Coverity defect #2089).
Patrick Lam
1
-1
/
+6
2006-04-11
Properly convert static charsets to dynamic charsets.
Patrick Lam
1
-1
/
+10
2006-04-07
Portability fixes for HP-UX (reported by Christoph Bauer). Replace
Patrick Lam
1
-3
/
+3
2006-04-06
Reduce amount of dirty rss by const'ing some data structures.
Patrick Lam
1
-1
/
+1
[next]