Bug in utoi(), which made it ignore a leading minus sign when
[sgt/halibut] / paper.h
2007-02-10 benNow that glyph indices are exposed to bk_pdf.c, move...
2007-02-10 benGenerate a "W" array for CIDFonts, since acroread seems...
2007-02-08 benSupport for embedding TrueType fonts in PDF output...
2007-02-06 benMake ps_token() more generally available and use it...
2007-02-03 benAdd support for using TrueType fonts, including embeddi...
2007-01-27 benAdd support for PFB files. This seems to have caused...
2007-01-07 benAdd a mechanism for disabling ligature substitution...
2007-01-06 benMake ps_glyph_to_unicode() take a glyph index instead...
2007-01-06 benOverhaul of glyph-name handling in the paper backends...
2006-12-31 benInitial ligature support. This adds support for emitti...
2006-12-09 benCorrect embedding of Type 1 fonts in PDF. Error cases...
2006-12-02 benSupport for emitting outlines using pdfmark.
2006-05-14 benFairly ropey font-embedding support. In particular...
2006-05-13 benGenerate a more-or-less valid /FontDescriptor dictionar...
2006-05-13 benInitial support for adding fonts at run-time. Currentl...
2004-09-28 benAdd kerning support to paper backends, embedding the...
2004-09-24 benReplace the empirical GhostScript-derived font metrics...
2004-09-21 benReplace the hardcoded instances of "4096" and "4096...
2004-04-16 simonCompacted PS and PDF output files by removing redundant...
2004-04-14 simonImplemented an index. Good _grief_, that was hard work...
2004-04-14 simonSupport for a contents section.
2004-04-14 simonRestructuring to remove the requirement for a printed...
2004-04-14 simonImplemented PDF outlines.
2004-04-13 simonImplemented lines under chapter titles.
2004-04-13 simonFine-tuned the page breaking algorithm by adding penalt...
2004-04-13 simonImplemented all the missing rendering features (such...
2004-04-13 simonImplement PDF link annotations: both internal hyperlink...
2004-04-13 simonAha, _that's_ why paragraphs weren't properly justified...
2004-04-13 simonInitial work on PS and PDF output. Because these two...