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
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-25
Linearly interpolate weight values
Behdad Esfahbod
1
-0
/
+1
2014-06-12
Remove unused FcHash code now that FC_HASH is deprecated
Behdad Esfahbod
1
-1
/
+0
2014-03-26
Bug 71287 - size specific design selection support in OS/2 table version 5
Akira TAGOH
1
-0
/
+1
2013-04-08
build-chain, replace INCLUDES directive by AM_CPPFLAGS
Sebastian Freundt
1
-1
/
+1
2013-02-05
Bug 50733 - Add font-file hash?
Akira TAGOH
1
-0
/
+1
2013-02-04
Use AM_MISSING_PROG instead of hardcoding missing
Akira TAGOH
1
-1
/
+1
2013-01-22
Fix installation on MinGW32
Akira TAGOH
1
-2
/
+3
2013-01-08
Bug 47705 - Using O_CLOEXEC
Akira TAGOH
1
-0
/
+1
2013-01-02
Second try to make Sun CPP happy
Behdad Esfahbod
1
-10
/
+12
2013-01-02
Work around Sun CPP
Behdad Esfahbod
1
-1
/
+2
2013-01-02
Fix build and warnings on win32
Behdad Esfahbod
1
-0
/
+1
2013-01-02
Add thread-safety primitives
Behdad Esfahbod
1
-0
/
+2
2013-01-02
Fix build stuff
Behdad Esfahbod
1
-3
/
+5
2013-01-02
Switch .gitignore to git.mk
Behdad Esfahbod
1
-0
/
+2
2013-01-02
Use a static perfect hash table for object-name lookup
Behdad Esfahbod
1
-2
/
+24
2012-11-27
Fix a potability issue about stdint.h
Akira TAGOH
1
-2
/
+9
2012-06-14
Fix the fail of make install with --disable-shared on Win32
Akira TAGOH
1
-0
/
+2
2012-05-28
Move FcStat to separate compilation unit
Mikhail Gusarov
1
-0
/
+1
2012-04-10
Bug 26830 - Add search for libiconv non-default directory
Akira TAGOH
1
-0
/
+1
2012-04-05
Bug 29341 - Make some fontconfig paths configurable
Akira TAGOH
1
-1
/
+1
2012-03-16
Fix a build issue due to the use of non-portable variables
Akira TAGOH
1
-4
/
+4
2012-03-16
Revert "Fix a build fail on some environment."
Akira TAGOH
1
-1
/
+1
2012-03-10
Fix a build fail on some environment.
Akira TAGOH
1
-1
/
+1
2010-12-28
Allow editing charset and lang in target="scan"
Behdad Esfahbod
1
-2
/
+2
2010-12-28
Make fc-arch stuff cross-compiling-safe
Behdad Esfahbod
1
-3
/
+3
2010-12-09
Add charset editing feature.
Akira TAGOH
1
-2
/
+2
2010-11-10
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
Behdad Esfahbod
1
-2
/
+2
2009-11-18
Use correct autoconf variable
Tor Lillqvist
1
-1
/
+1
2009-11-18
Clean up Makefile's a bit
Behdad Esfahbod
1
-3
/
+9
2009-11-18
[src] Create fcglyphname.h automatically
Behdad Esfahbod
1
-1
/
+3
2009-11-17
Make sure fclang.h and fcarch.h are built
Behdad Esfahbod
1
-1
/
+6
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
1
-2
/
+2
2009-02-13
Implement FcPatternFormat and use it in cmdline tools (bug #17107)
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Get rid of $Id$ tags
Behdad Esfahbod
1
-1
/
+1
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-01-10
Distribute new fcftint.h file
Keith Packard
1
-1
/
+1
2008-01-02
Remove freetype requirement for build-time applications.
Keith Packard
1
-3
/
+10
2007-11-13
Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
Keith Packard
1
-1
/
+2
2007-11-04
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
Keith Packard
1
-2
/
+3
2007-11-03
Remove fcprivate.h, move the remaining macros to fcint.h.
Keith Packard
1
-2
/
+1
2006-09-17
Build fontconfig.def from header files when needed.
Keith Packard
1
-1
/
+17
2006-09-06
Parallel build fix for fcalias.h and fcaliastail.h
Keith Packard
1
-1
/
+3
2006-09-05
Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)
Keith Packard
1
-1
/
+14
2006-08-30
Rework cache files to use offsets for all data structures.
Keith Packard
1
-0
/
+1
2006-08-04
2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam
Patrick Lam
1
-2
/
+1
2006-04-25
Fix the issues with GNU libiconv vs. libc iconv (which especially appear on
Patrick Lam
1
-1
/
+1
2006-04-25
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Patrick Lam
1
-3
/
+3
2005-12-09
Migrate cache files from fonts directories to /var/cache/fontconfig. This
Patrick Lam
1
-0
/
+2
[next]