Allow a hastily selected subset of the output formats to also accept
[sgt/halibut] / bk_ps.c
2009-10-24 simonAllow a hastily selected subset of the output formats...
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-06 benOverhaul of glyph-name handling in the paper backends...
2006-12-12 benTweak /OUT pdfmark generation -- PLRM suggests that...
2006-12-12 benRough-and-ready line wrapping for PostScript, to keep...
2006-12-10 benExplicitly set the title via pdfmark, since that allows...
2006-12-07 benSpecify the /Border of /ANN pdfmarks correctly.
2006-12-03 benTweak prologue so that it works correctly on interprete...
2006-12-02 benSupport for emitting outlines using pdfmark.
2006-12-02 benAdjust ps_string so that it escapes characters above...
2006-12-02 benRough pdfmark support. Links are implemented, but...
2006-12-01 benAdd a procedure to our prologue to draw filled rectangl...
2006-05-16 benOn Level 2 implementations, use setpagedevice to select...
2006-05-14 benThere's no need to reset the font every line if it...
2006-05-14 benFairly ropey font-embedding support. In particular...
2006-05-13 benInitial support for adding fonts at run-time. Currentl...
2004-09-25 benDon't bother overriding the metrics of PostScript fonts...
2004-09-24 benIf you're going to change the metrics of a font, it...
2004-09-21 benStupid bug: "t" was leaving the y-coordinate on the...
2004-09-21 benReplace the hardcoded instances of "4096" and "4096...
2004-09-21 benBracket each page in a save/restore pair. This is...
2004-09-20 benMake the PostScript prologue look less like it was...
2004-09-20 benTwo small tweaks to the prologue:
2004-09-20 benAdd lots of DSC comments, and change the DSC version...
2004-07-17 simonCut-and-paste error was preventing PS and PDF filename...
2004-04-20 simonInfrastructure changes for character set support. ustrtoa,
2004-04-16 simonCompacted PS and PDF output files by removing redundant...
2004-04-15 simonPut the document's version IDs into comments in the...
2004-04-14 simonImplemented PDF outlines.
2004-04-13 simonImplemented lines under chapter titles.
2004-04-13 simonImplement PDF link annotations: both internal hyperlink...
2004-04-13 simonInitial work on PS and PDF output. Because these two...
2004-04-12 simonDouble yikes! I meant to check in just biblio.c, but...
2004-04-12 simonYikes! Stack trash I'd never noticed before. Oops.