summaryrefslogtreecommitdiff
path: root/fc-glyphname
AgeCommit message (Collapse)AuthorFilesLines
2006-09-01Pass directory information around in FcCache structure. Freeze charsets.Keith Packard1-13/+0
Instead of passing directory information around in separate variables, collect it all in an FcCache structure. Numerous internal and tool interfaces changed as a result of this. Charsets are now pre-frozen before being serialized. This causes them to share across multiple fonts in the same cache.
2006-04-10Include more stub definitions to make HP-UX's C compiler happy.Patrick Lam1-0/+3
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-6/+6
duplicate names, reduce variable scopes, unsigned/signed printf formatting. reviewed by: plam
2006-03-03More stub definitions and remove FcFileIsDir from fc-cat.Patrick Lam1-0/+10
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam1-2/+2
reviewed by: plam
2005-09-22Fix more gcc4 warnings:Patrick Lam1-8/+13
- Cast sizeof to int, to shut up signedness warnings in comparison. - Add consts where appropriate. reviewed by: Patrick Lam <plam@mit.edu>
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-2/+2
2005-01-13Add SEE ALSO section (bug 2085)Keith Packard1-2/+6
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard3-3/+3
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-1/+1
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
2004-02-22Cast strlen to int for printf, so we're 64-bit clean.Manish Singh1-1/+1
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-3/+3
tested to ensure that it even works from a _build directory.
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-3/+8
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues.
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth1-7/+28
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-05-04Add .cvsignore in new fc-glyphname dirKeith Packard1-0/+6
2003-05-04Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4Keith Packard5-0/+4857
conversion functions