summaryrefslogtreecommitdiff
path: root/bk_paper.c (follow)
Commit message (Expand)AuthorAge
* Add \s for 'strong' text, i.e. bold rather than italics. I've missedSimon Tatham2013-03-10
* Revamp of the Halibut error handling mechanism.Simon Tatham2012-08-29
* Remove a bunch of unused variables spotted by Ubuntu 12.04's gcc.Simon Tatham2012-05-03
* Add a --list-fonts option, since getting PostScript names out of TrueTypeBen Harris2007-02-13
* Update the TODO list to match the current state of the world.Ben Harris2007-01-07
* Add a mechanism for disabling ligature substitution for an entire paragraphBen Harris2007-01-07
* Our standard mapping for the first font should start at 0x20, not 0x21.Ben Harris2007-01-07
* Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris2007-01-06
* Initial ligature support. This adds support for emitting ligatures, and addsBen Harris2006-12-31
* PDF outlines already do use PDFDocEncoding or Unicode, so remove that fromBen Harris2006-12-02
* Introduce global (cross-backend) \cfg{contents} and \cfg{index}Simon Tatham2006-06-02
* Initial support for adding fonts at run-time. Currently we only supportBen Harris2006-05-13
* 297mm is closer to 842pt than to 841pt, and the former seems to be theBen Harris2006-05-09
* When setting up a font, if we've done that font already, return theBen Harris2006-05-09
* Add font-selection mechanism to the paper backend. Since we have no way toBen Harris2006-05-08
* Add kerning support to paper backends, embedding the kerning tables fromBen Harris2004-09-28
* Page-break penalties were calculated by taking the amount of spare spaceBen Harris2004-09-24
* Replace the hardcoded instances of "4096" and "4096.0" in the paper backendsBen Harris2004-09-21
* Explicit bounds checking on the bmp[] array.Simon Tatham2004-08-04
* Division by zero (which criminally failed to give rise to any kindSimon Tatham2004-07-17
* Switch the memory allocation macros from the Halibut onesSimon Tatham2004-06-12
* All measurements in the paper backend are now configurable, as areSimon Tatham2004-05-23
* Acroread's PDF cut and paste appears to depend on the order in whichSimon Tatham2004-04-20
* Infrastructure changes for character set support. ustrtoa,Simon Tatham2004-04-20
* Add a TODO entry.Simon Tatham2004-04-16
* Compacted PS and PDF output files by removing redundant reiterationsSimon Tatham2004-04-16
* Prevent a tight loop. Oops.Simon Tatham2004-04-15
* Put the document's version IDs into comments in the PS and PDFSimon Tatham2004-04-15
* Ahem. If an indexable term appears in a section heading, the indexSimon Tatham2004-04-15
* Administrivia: update a TODO and a .cvsignore.Simon Tatham2004-04-14
* Display the page numbers on every page. Right. I think this is nowSimon Tatham2004-04-14
* And now the page numbers in the index are PDF cross-references too.Simon Tatham2004-04-14
* Implemented an index. Good _grief_, that was hard work to get allSimon Tatham2004-04-14
* Typo during restructuring caused all code paragraphs to beSimon Tatham2004-04-14
* The contents section now contains PDF cross-references.Simon Tatham2004-04-14
* Support for a contents section.Simon Tatham2004-04-14
* Restructuring to remove the requirement for a printed paragraph toSimon Tatham2004-04-14
* Implemented PDF outlines.Simon Tatham2004-04-14
* Implemented horizontal rules.Simon Tatham2004-04-14
* Implemented lines under chapter titles.Simon Tatham2004-04-13
* Fine-tuned the page breaking algorithm by adding penalties andSimon Tatham2004-04-13
* Fix the TODO comments up a bit.Simon Tatham2004-04-13
* Implemented all the missing rendering features (such as differentSimon Tatham2004-04-13
* Implement PDF link annotations: both internal hyperlinks within theSimon Tatham2004-04-13
* Aha, _that's_ why paragraphs weren't properly justified. ConfusionSimon Tatham2004-04-13
* Initial work on PS and PDF output. Because these two backends shareSimon Tatham2004-04-13