summaryrefslogtreecommitdiff
path: root/xc/lib/font
AgeCommit message (Expand)AuthorFilesLines
1993-07-13remove useless loop, causing UnixWare optimizer to chokerws1-1/+3
1993-02-08support ANSICPP definerws1-2/+2
1992-11-22static SaveString -> (public) FontFileSaveString. (mkfontdir uses it)gildea1-7/+7
1992-11-22SaveString -> FontFileSaveStringgildea1-2/+2
1992-11-20CountDashes -> FontFileCountDashesgildea2-6/+6
1992-11-20CountDashes (now FontFileCountDashes) and SaveStringgildea1-3/+29
1992-11-20fontutil.c obsolete (code moved into fontdir.c)gildea1-3/+3
1992-11-18Port to Cray.gildea6-215/+244
1992-10-08_fs_get_metrics needs to always avoid default charactergildea1-5/+6
1992-09-29character metrics cannot be NULL. Close XBUG #5519.gildea1-11/+3
1992-09-17xiTransform -> t1_Transform to match name in spaces.hgildea1-2/+2
1992-09-17cleanup namespacegildea8-119/+103
1992-08-10 Additional BSD44SOCKETS changes (XBUGS #5025, #5208, #5045)eswu2-3/+9
1992-07-13make local symbols staticgildea1-2/+2
1992-07-09set bits pointer in inkMetrics struct. Close XBUG #5375.gildea2-7/+9
1992-07-07declare local symbols staticgildea5-57/+57
1992-07-04remove useless extern declarationrws1-3/+1
1992-05-31undo cache cycle introduced in CacheFontPattern in prev revrws1-5/+3
1992-05-29Initialize more members of cache struct.gildea1-5/+12
1992-05-29lintgildea3-53/+47
1992-05-29lintgildea5-35/+35
1992-05-28Use new SpecialCObjectRule so Saber C works.gildea1-2/+2
1992-05-18do default character calculations correctlyrws1-10/+48
1992-05-15XBUG #5214eswu1-35/+1
1992-05-15fsfuncs.c removed, functionality now in difsgildea1-3/+3
1992-05-14reset errno in _fs_read so we can detect when the server has diedgildea1-1/+2
1992-05-13make return value from skip function correctkeith1-3/+7
1992-05-13set format variables in font recordkeith1-1/+5
1992-05-13Correct padding at end of ListFontsWithXInfo reply.gildea1-2/+8
1992-05-13Remove fsfuncs.c since get_bitmaps and get_extents interfaces removed.gildea1-3/+3
1992-05-12Remove get_bitmaps and get_extents interfaces.gildea1-13/+27
1992-05-12Remove get_bitmaps and get_extents interfaces.gildea5-400/+6
1992-05-12Add fsMajorVersion to FSFpeRec.gildea1-3/+2
1992-05-12Add inkMetrics to FSFontRec. Close XBUG #5170.gildea1-3/+2
1992-05-12Save protocol major version.gildea1-6/+10
1992-05-12FS protocol 2.0.gildea2-207/+87
1992-04-26define NULL if not definedrws1-1/+5
1992-04-16Check for premature EOF. Close XBUG #4632.gildea2-4/+7
1992-04-15don't use "byte" as a variable name. Close XBUG #4583.gildea2-20/+16
1992-04-15bail out on tiny Speedo fonts.gildea1-5/+25
1992-04-15clean up error handling of open_sp_font. Part of XBUG #4762.gildea1-6/+4
1992-04-13set freed pointer to NULL. Close XBUG #5131.gildea1-1/+2
1992-04-09If cannot open a font, don't deallocate memory never allocated.gildea2-5/+11
1992-03-27Parse "ISOLatin1Encoding" as possible encoding.eswu3-277/+287
1992-03-26check for bdfGetPropertyValue failure. Close XBUG #5087.gildea1-6/+7
1992-03-26in bdfGetPropertyValue, don't return atom None for empty string.gildea1-7/+5
1992-03-26Don't special-case the atom None and cover up BDF reader bug #5087gildea1-6/+2
1992-03-26XBUG #5009: Need to read and use encoding in Type1 fontfile when theeswu6-417/+329
1992-03-25memory leak fixingkeith3-32/+25
1992-03-23memory leak fixingkeith1-12/+31