| Commit message (Expand) | Author |
| 2015-05-08 | Fix an uninitialised variable in PDF font code. | Simon Tatham |
| 2012-08-29 | Revamp of the Halibut error handling mechanism. | Simon Tatham |
| 2012-05-06 | OS X Lion's compiler spotted two missing casts, where we use %hu and | Simon Tatham |
| 2012-05-03 | Remove a bunch of unused variables spotted by Ubuntu 12.04's gcc. | Simon Tatham |
| 2009-10-24 | Allow a hastily selected subset of the output formats to also accept | Simon Tatham |
| 2008-11-21 | Clean up some compiler warnings. | Simon Tatham |
| 2007-02-10 | Improve (and greatly complicate) CMap generation for TrueType fonts. | Ben Harris |
| 2007-02-10 | Now that glyph indices are exposed to bk_pdf.c, move CMap generation there, | Ben Harris |
| 2007-02-10 | Generate a "W" array for CIDFonts, since acroread seems to do very silly | Ben Harris |
| 2007-02-08 | Support for embedding TrueType fonts in PDF output. The code isn't the most | Ben Harris |
| 2007-02-03 | Add support for using TrueType fonts, including embedding in PostScript but | Ben Harris |
| 2007-01-27 | Add support for PFB files. This seems to have caused me to completely | Ben Harris |
| 2007-01-06 | Overhaul of glyph-name handling in the paper backends. Before, we had | Ben Harris |
| 2006-12-10 | Remove accidentally-committed deflate-debugging code. | Ben Harris |
| 2006-12-09 | Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1 | Ben Harris |
| 2006-12-02 | Support for emitting outlines using pdfmark. | Ben Harris |
| 2006-12-01 | Factor out printing a destination (in either an annotation or an outline) | Ben Harris |
| 2006-12-01 | Increase page-tree branching factor from two to eight, since two was obviously | Ben Harris |
| 2006-11-30 | Add support for compressed PDF streams, using Simon's new deflate library. | Ben Harris |
| 2006-11-26 | Small tweak: add a /ProcSet array to the top-level /Resources dictionary, | Ben Harris |
| 2006-11-18 | Emit a PageLabels dictionary to make it clear what page numbering scheme | Ben Harris |
| 2006-05-14 | Tighten formatting of PDF annotations, making them direct rather than indirect | Ben Harris |
| 2006-05-14 | Generate rather more compact /Differences tables for font encodings, mostly | Ben Harris |
| 2006-05-14 | Fairly ropey font-embedding support. In particular, the PDF output is | Ben Harris |
| 2006-05-13 | Generate a more-or-less valid /FontDescriptor dictionary for non-standard | Ben Harris |
| 2006-05-13 | Now that we've got definitive metrics for the standard fonts, there's no need | Ben Harris |
| 2006-05-13 | Initial support for adding fonts at run-time. Currently we only support | Ben Harris |
| 2006-05-10 | Make /Widths arrays for fonts more compact by using FirstChar and LastChar | Ben Harris |
| 2006-05-10 | Add a /Info dictionary to PDF output, containing the title and producer | Ben Harris |
| 2006-05-10 | A page's MediaBox, like its Resources, is inheritable, so rather than | Ben Harris |
| 2004-09-21 | Replace the hardcoded instances of "4096" and "4096.0" in the paper backends | Ben Harris |
| 2004-07-17 | Cut-and-paste error was preventing PS and PDF filename config | Simon Tatham |
| 2004-06-12 | Switch the memory allocation macros from the Halibut ones | Simon Tatham |
| 2004-05-23 | Stop the PDF backend from crashing if no outline elements appear. It | Simon Tatham |
| 2004-04-20 | PDF outline headings, it turns out, should be encoded using either | Simon Tatham |
| 2004-04-20 | Infrastructure changes for character set support. ustrtoa, | Simon Tatham |
| 2004-04-16 | Compacted PS and PDF output files by removing redundant reiterations | Simon Tatham |
| 2004-04-15 | Put the document's version IDs into comments in the PS and PDF | Simon Tatham |
| 2004-04-14 | Restructuring to remove the requirement for a printed paragraph to | Simon Tatham |
| 2004-04-14 | Implemented PDF outlines. | Simon Tatham |
| 2004-04-13 | Implemented lines under chapter titles. | Simon Tatham |
| 2004-04-13 | Implement PDF link annotations: both internal hyperlinks within the | Simon Tatham |
| 2004-04-13 | Initial work on PS and PDF output. Because these two backends share | Simon Tatham |