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
/
fcmatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
Remove unused macros
Behdad Esfahbod
1
-31
/
+2
2009-06-24
Mark matchers array const (#21935)
Behdad Esfahbod
1
-1
/
+1
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
1
-2
/
+2
2009-02-15
Change FcCharSetMerge API
Karl Tomlinson
1
-29
/
+35
2009-02-15
[fcmatch] Fix crash when no fonts are available.
Behdad Esfahbod
1
-2
/
+8
2009-02-13
[fcmatch] Move FcFontSetMatch() functionality into FcFontSetMatchInternal()
Behdad Esfahbod
1
-13
/
+29
2009-02-13
[fcmatch] When matching, reserve score 0 for when elements don't exist
Behdad Esfahbod
1
-1
/
+1
2009-02-13
[fcmatch] Use larger multipliers to enforce order
Behdad Esfahbod
1
-2
/
+2
2009-02-13
[fcmatch.c] Fix debug formatting
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Fix comparison of family names to ignore leading space properly
Behdad Esfahbod
1
-1
/
+2
2009-02-13
Don't call FcPatternGetCharSet in FcSortWalk unless we need to (#17361)
Behdad Esfahbod
1
-24
/
+31
2009-02-13
Reduce number of allocations during FcSortWalk().
Chris Wilson
1
-10
/
+3
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
1
-1
/
+1
2008-05-24
Fix index/offset for 'decorative' matcher. Bug 15890.
Evgeniy Stepanov
1
-4
/
+3
2006-09-05
Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
Keith Packard
1
-0
/
+3
2006-09-02
Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
Keith Packard
1
-13
/
+20
2006-09-01
Fonts matching lang not territory should satisfy sort pattern lang.
Keith Packard
1
-1
/
+1
2006-08-30
Rework Object name database to unify typechecking and object lookup.
Keith Packard
1
-2
/
+7
2006-08-30
Rework cache files to use offsets for all data structures.
Keith Packard
1
-113
/
+66
2006-08-28
Revert to original FcFontSetMatch algorithm to avoid losing fonts.
Keith Packard
1
-197
/
+32
2006-04-27
Make path names in cache files absolute (NB, cache format change) Stop
Keith Packard
1
-3
/
+0
2006-04-25
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Patrick Lam
1
-1
/
+1
2006-04-20
Prevent terrible perf regression by getting the if-condition right
Patrick Lam
1
-1
/
+1
2006-04-12
Fix memory leak (Coverity defect #2089).
Patrick Lam
1
-13
/
+20
2006-02-11
Use a tri-state to mark the fonts which didn't get blocked but were just
Patrick Lam
1
-7
/
+11
2006-02-10
Don't kill fonts because they don't declare an element that's being matched
Patrick Lam
1
-0
/
+4
2006-01-08
Fix matching bug when multiple elements match; don't use the sum of all
Patrick Lam
1
-100
/
+143
2005-11-28
Stephan Kulow <coolo@suse.de> reviewed by: plam
Patrick Lam
1
-7
/
+32
2005-11-28
Stephan Kulow <coolo@suse.de> Michael Matz <matz@suse.de> reviewed by: plam
Patrick Lam
1
-65
/
+159
2005-11-26
Fix incorrect merge.
Patrick Lam
1
-3
/
+3
2005-11-25
Don't do random matching when bad objects are passed into
Patrick Lam
1
-15
/
+43
2005-11-25
Pass the FcObjectPtr to FcCompareValueList, not the char * (perf).
Patrick Lam
1
-25
/
+10
2005-11-25
Inline the *PtrU functions to gain perf. Remove unneeded params for the
Patrick Lam
1
-33
/
+17
2005-11-24
Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
Patrick Lam
1
-17
/
+5
2005-11-24
Make FcCompareString and FcCompareFamily less expensive. Only add a value
Patrick Lam
1
-7
/
+17
2005-11-22
Manually perform inlining & partial redundancy elimination to reduce calls
Patrick Lam
1
-8
/
+9
2005-11-01
Copy the full pathname whenever duplicating an FcPattern; otherwise,
Patrick Lam
1
-0
/
+4
2005-09-22
Fix more gcc4 warnings:
Patrick Lam
1
-9
/
+9
2005-08-24
Overhaul the serialization system to create one mmapable file per directory
Patrick Lam
1
-44
/
+44
2005-06-28
Add functionality to allow fontconfig data structure serialization.
Patrick Lam
1
-29
/
+40
2005-03-31
Put all FcPattern objects though FcObjectStaticName and do pointer trather
Ross Burton
1
-1
/
+1
2004-12-14
I changed FcFontSetSort to respect the generic aliases better in the face
Keith Packard
1
-2
/
+79
2004-12-07
Change files from ISO-Latin-1 to UTF-8
Keith Packard
1
-1
/
+1
2004-05-29
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
Keith Packard
1
-0
/
+3
2003-03-12
add font widths and extend weight from OS/2 table
Keith Packard
1
-10
/
+19
2003-03-05
Change RCS tag
Keith Packard
1
-2
/
+2
2003-02-26
Allow double or integer for numeric values in matching
Keith Packard
1
-8
/
+26
2002-09-26
Add fontversion field
Keith Packard
1
-3
/
+12
2002-08-31
More complete memory tracking. Install always overwrites header files
Keith Packard
1
-1
/
+2
2002-08-22
Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup
Keith Packard
1
-3
/
+28
[next]