summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support for embedding TrueType fonts in PDF output. The code isn't the mostBen Harris2007-02-08
* Remove slightly odd formatting left in by accident.Jacob Nevins2007-02-07
* Add support for extracting some global font metrics from the 'OS/2' tableBen Harris2007-02-07
* Make ps_token() more generally available and use it to improve the formattingBen Harris2007-02-06
* Insert a missing (though strictly unnecessary) newline.Ben Harris2007-02-06
* Tweak to Tye 42 font generation -- construct the CharStrings dictionaryBen Harris2007-02-06
* Construct a table for mapping glyph names back into glyph indices, for useBen Harris2007-02-06
* Now we have the new `module' command, use it.Simon Tatham2007-02-05
* Quell warnings about declared but undefined static functions by not declaringBen Harris2007-02-04
* Add a "const" to the argument of dupstr() so that GCC doesn't complain whenBen Harris2007-02-04
* Tidy up the handling of non-standard glyphs by defining glyph_extern()Ben Harris2007-02-04
* Build script for building Halibut using bob.Simon Tatham2007-02-04
* Correct a comment.Ben Harris2007-02-03
* Quell some warnings from GCC.Ben Harris2007-02-03
* When adding a new file, it helps to "svn add" it.Ben Harris2007-02-03
* When loading a Type 1 font, remember to terminate the linked list we loadBen Harris2007-02-03
* Add support for using TrueType fonts, including embedding in PostScript butBen Harris2007-02-03
* Add an `Up' link to the HTML navigation bar of sufficiently deep documents.Jacob Nevins2007-01-31
* I haven't found any browsers that do anything disgusting withJacob Nevins2007-01-31
* Use consistent capitalisation for HTML tags.Jacob Nevins2007-01-28
* Minimal support for <LINK REL="next"> etc machine-readable navigation links.Jacob Nevins2007-01-28
* Tweak the HTML Help output to enable Previous/Next navigation in the generatedJacob Nevins2007-01-28
* Add support for PFB files. This seems to have caused me to completelyBen Harris2007-01-27
* Duplicate fix of Kevin Lyles's bug from r7092.Simon Tatham2007-01-11
* 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
* Support for getting ligature information from AFM files, which was theBen Harris2007-01-07
* Make ps_glyph_to_unicode() take a glyph index instead of a glyph name.Ben Harris2007-01-06
* Overhaul of glyph-name handling in the paper backends. Before, we hadBen Harris2007-01-06
* I've worked out why ligation was being (correctly) suppressed in codeBen Harris2007-01-06
* James should apparently have been removed from this file years ago. Fix that.Ben Harris2007-01-02
* Fix the behaviour of constructions like \e{index \i{term}} -- the index tagJacob Nevins2007-01-01
* Bump copyright dates, and change the one at the start of the manual to beBen Harris2007-01-01
* Generate ligature information from the standard AFM files rather thanBen Harris2007-01-01
* Initial ligature support. This adds support for emitting ligatures, and addsBen Harris2006-12-31
* Fix segfault in info backend when invoked with inputs/test.butJacob Nevins2006-12-31
* Emit lots of odd characters so as to test the paper backends' ability toBen Harris2006-12-31
* Tweak /OUT pdfmark generation -- PLRM suggests that constructing a largeBen Harris2006-12-12
* These HHP window dimensions seem to be rubbish. Better off withoutSimon Tatham2006-12-12
* Rough-and-ready line wrapping for PostScript, to keep us below the DSC-mandatedBen Harris2006-12-12
* Actually, the separator in the "NAME" section really ought to be anBen Harris2006-12-11
* Support for the MS HTML Help system in the HTML back end. As yet ISimon Tatham2006-12-11
* Just noticed that Ben missed another PostScript/PDF inversion.Simon Tatham2006-12-11
* Fix amusing cut-and-paste error in section keywords :-)Simon Tatham2006-12-11
* Make the title a bit scarier to test the PostScript backend some more,Ben Harris2006-12-10
* Explicitly set the title via pdfmark, since that allows us to putBen Harris2006-12-10
* Remove accidentally-committed deflate-debugging code.Ben Harris2006-12-10
* Put all the pieces together: introduce a secondary test mode forSimon Tatham2006-12-09
* Remember to initialise the bmp array for AFM fonts, or Unicode fallbacksBen Harris2006-12-09