summaryrefslogtreecommitdiff
path: root/bk_pdf.c (follow)
Commit message (Expand)AuthorAge
* OS X Lion's compiler spotted two missing casts, where we use %hu andSimon Tatham2012-05-06
* Remove a bunch of unused variables spotted by Ubuntu 12.04's gcc.Simon Tatham2012-05-03
* Allow a hastily selected subset of the output formats to also acceptSimon Tatham2009-10-24
* Clean up some compiler warnings.Simon Tatham2008-11-21
* Improve (and greatly complicate) CMap generation for TrueType fonts.Ben Harris2007-02-10
* Now that glyph indices are exposed to bk_pdf.c, move CMap generation there,Ben Harris2007-02-10
* Generate a "W" array for CIDFonts, since acroread seems to do very sillyBen Harris2007-02-10
* Support for embedding TrueType fonts in PDF output. The code isn't the mostBen Harris2007-02-08
* 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
* Remove accidentally-committed deflate-debugging code.Ben Harris2006-12-10
* Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1Ben Harris2006-12-09
* Support for emitting outlines using pdfmark.Ben Harris2006-12-02
* Factor out printing a destination (in either an annotation or an outline)Ben Harris2006-12-01
* Increase page-tree branching factor from two to eight, since two was obviouslyBen Harris2006-12-01
* Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris2006-11-30
* Small tweak: add a /ProcSet array to the top-level /Resources dictionary,Ben Harris2006-11-26
* Emit a PageLabels dictionary to make it clear what page numbering schemeBen Harris2006-11-18
* Tighten formatting of PDF annotations, making them direct rather than indirectBen Harris2006-05-14
* Generate rather more compact /Differences tables for font encodings, mostlyBen Harris2006-05-14
* Fairly ropey font-embedding support. In particular, the PDF output isBen Harris2006-05-14
* Generate a more-or-less valid /FontDescriptor dictionary for non-standardBen Harris2006-05-13
* Now that we've got definitive metrics for the standard fonts, there's no needBen Harris2006-05-13
* Initial support for adding fonts at run-time. Currently we only supportBen Harris2006-05-13
* Make /Widths arrays for fonts more compact by using FirstChar and LastCharBen Harris2006-05-10
* Add a /Info dictionary to PDF output, containing the title and producerBen Harris2006-05-10
* A page's MediaBox, like its Resources, is inheritable, so rather thanBen Harris2006-05-10
* Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris2004-09-21
* Cut-and-paste error was preventing PS and PDF filename configSimon Tatham2004-07-17
* Switch the memory allocation macros from the Halibut onesSimon Tatham2004-06-12
* Stop the PDF backend from crashing if no outline elements appear. ItSimon Tatham2004-05-23
* PDF outline headings, it turns out, should be encoded using eitherSimon Tatham2004-04-20
* 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
* Restructuring to remove the requirement for a printed paragraph toSimon Tatham2004-04-14
* 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