summaryrefslogtreecommitdiff
path: root/bk_ps.c (follow)
Commit message (Expand)AuthorAge
* Allow a hastily selected subset of the output formats to also acceptSimon Tatham2009-10-24
* Make ps_token() more generally available and use it to improve the formattingBen Harris2007-02-06
* Add support for using TrueType fonts, including embedding in PostScript butBen Harris2007-02-03
* Add support for PFB files. This seems to have caused me to completelyBen Harris2007-01-27
* Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris2007-01-06
* Tweak /OUT pdfmark generation -- PLRM suggests that constructing a largeBen Harris2006-12-12
* Rough-and-ready line wrapping for PostScript, to keep us below the DSC-mandatedBen Harris2006-12-12
* Explicitly set the title via pdfmark, since that allows us to putBen Harris2006-12-10
* Specify the /Border of /ANN pdfmarks correctly.Ben Harris2006-12-07
* Tweak prologue so that it works correctly on interpreters that don't supportBen Harris2006-12-03
* Support for emitting outlines using pdfmark.Ben Harris2006-12-02
* Adjust ps_string so that it escapes characters above 126. This makesBen Harris2006-12-02
* Rough pdfmark support. Links are implemented, but not outlines.Ben Harris2006-12-02
* Add a procedure to our prologue to draw filled rectangles, and use it.Ben Harris2006-12-01
* On Level 2 implementations, use setpagedevice to select the correct page size.Ben Harris2006-05-16
* There's no need to reset the font every line if it hasn't changed. This savesBen Harris2006-05-14
* Fairly ropey font-embedding support. In particular, the PDF output isBen Harris2006-05-14
* Initial support for adding fonts at run-time. Currently we only supportBen Harris2006-05-13
* Don't bother overriding the metrics of PostScript fonts. If the metricsBen Harris2004-09-25
* If you're going to change the metrics of a font, it's necessary to leave spaceBen Harris2004-09-24
* Stupid bug: "t" was leaving the y-coordinate on the stack, which confusedBen Harris2004-09-21
* Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris2004-09-21
* Bracket each page in a save/restore pair. This is suggested by the Red Book,Ben Harris2004-09-21
* Make the PostScript prologue look less like it was written by a C programmer.Ben Harris2004-09-20
* Two small tweaks to the prologue:Ben Harris2004-09-20
* Add lots of DSC comments, and change the DSC version to 3.0, which has beenBen Harris2004-09-20
* Cut-and-paste error was preventing PS and PDF filename configSimon Tatham2004-07-17
* Infrastructure changes for character set support. ustrtoa,Simon Tatham2004-04-20
* Compacted PS and PDF output files by removing redundant reiterationsSimon Tatham2004-04-16
* Put the document's version IDs into comments in the PS and PDFSimon Tatham2004-04-15
* Implemented PDF outlines.Simon Tatham2004-04-14
* Implemented lines under chapter titles.Simon Tatham2004-04-13
* Implement PDF link annotations: both internal hyperlinks within theSimon Tatham2004-04-13
* Initial work on PS and PDF output. Because these two backends shareSimon Tatham2004-04-13