summaryrefslogtreecommitdiff
path: root/xc/lib/font/bitmap
AgeCommit message (Expand)AuthorFilesLines
1994-07-25XBUG 6920, define _XOPEN_SOURCE to get prototype for hypot() on somekaleb1-1/+7
1994-04-17new X Consortium copyright/permissionkeith1-21/+32
1994-04-17new X Consortium copyright/permissionrws2-26/+63
1994-04-17new X Consortium copyright/permissiongildea10-162/+313
1994-03-17better error message on too few propertiesgildea1-4/+6
1994-03-12cast arg to bdfError to type pointer. XBUG #6523.gildea1-2/+2
1994-03-08*** empty log message ***gildea1-4/+3
1994-03-08avg width should be integer for monospaced fonts. XBUG #6517.gildea1-2/+6
1994-02-14make FindBestToScale and ScaleFont static. XBUG #6435.gildea1-3/+3
1994-02-10don't drop as many pixels when downsizing a font. XBUG #6145, #6423.gildea1-17/+35
1994-02-08new property defs from Nathan. XBUG #6411gildea1-49/+163
1994-02-07free devPrivates when closing font. XBUG #6360.gildea4-4/+8
1994-02-07ignore non-existent chars when computing font metrics. XBUG #5938, #6363.gildea1-21/+17
1994-02-07bdfPadToTerminal: save attributes field. XBUG #6349.gildea1-1/+2
1994-02-06pcfWrite: return a valuegildea1-2/+2
1994-02-06BitmapGetInfoScalable needs to pass new non_cachable_fontgildea1-2/+2
1994-02-04misc fixes from Nathan. XBUG #6239.gildea2-39/+61
1994-02-04snfReadFontInfo: set ink_{min,max}bounds from {min,max}boundsgildea1-1/+4
1994-02-04guard against malloc(0) on completely empty font. XBUG #6005.gildea1-2/+3
1994-02-03zero out "offsets" after freeing so doesn't get freed twice. XBUG #5438.gildea1-1/+2
1994-02-03Removed unused function bdfInformation.gildea1-24/+8
1994-02-03Print line number in error messages. Close XBUG #5164.gildea1-2/+4
1993-09-29#undef MIN/MAXSHORT before possible redefrws1-1/+3
1993-09-26Bool -> unsigned in bitfield of snfCharInfoRec for portabilityrws1-2/+2
1993-09-22rindex,rindex => strchr,strrchrgildea1-2/+2
1993-09-20bcopy,bcmp => ANSI equivs, protect errno declgildea1-4/+5
1993-09-17fontfile*.h renamed fntfil*.h for dull file systemsgildea10-28/+28
1993-09-04bitmaputils -> bitmaputilrws1-5/+5
1993-09-04tree reorgrws1-2/+2
1993-08-26bitmapUnloadScalable() decl needs to be at top level for Nathan's changesgildea1-2/+3
1993-08-24Nathan Meyers: XLFD matrix, glyph caching, font authgildea5-463/+880
1992-11-18Port to Cray.gildea1-2/+2
1992-05-29lintgildea5-35/+35
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.gildea3-9/+3
1992-04-16Check for premature EOF. Close XBUG #4632.gildea2-4/+7
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-20memory leak fixingkeith3-21/+29
1992-03-16leaking name copykeith1-2/+3
1992-02-11XBUG #4773 and #4870: frees uninitialized pointer on erroreswu1-3/+5
1991-09-07new fontfile io interfaceskeith2-40/+53
1991-07-22Reformat snf files dynamically.keith1-9/+99
1991-07-22Free font recordkeith2-13/+21
1991-07-22use SubdirLibraryRulerws1-2/+2
1991-07-22add anamorphic bit to font infokeith4-4/+10
1991-07-19Optimize case where pixel sizes matchkeith1-37/+69
1991-07-17*** empty log message ***keith1-2/+2