summaryrefslogtreecommitdiff
path: root/halibut.h (unfollow)
Commit message (Expand)Author
2017-05-30New utility function rdaddc_rep().Simon Tatham
2017-05-13New output mode to write CHM files directly.Simon Tatham
2013-03-10Add \s for 'strong' text, i.e. bold rather than italics. I've missedSimon Tatham
2012-08-29Revamp of the Halibut error handling mechanism.Simon Tatham
2009-10-24Enable Halibut to read a .but file from standard input, by supplyingSimon Tatham
2007-12-02Cope with TrueType fonts with slightly broken cmaps, just ignoring code pointsBen Harris
2007-02-13Add a --list-fonts option, since getting PostScript names out of TrueTypeBen Harris
2007-02-11Improved error handling in sfnt support. No more calls to abort()!Ben Harris
2007-02-04Add a "const" to the argument of dupstr() so that GCC doesn't complain whenBen Harris
2007-02-03Add support for using TrueType fonts, including embedding in PostScript butBen Harris
2007-01-27Add support for PFB files. This seems to have caused me to completelyBen Harris
2007-01-01Fix the behaviour of constructions like \e{index \i{term}} -- the index tagJacob Nevins
2006-12-11Support for the MS HTML Help system in the HTML back end. As yet ISimon Tatham
2006-12-09Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1Ben Harris
2006-11-30Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris
2006-05-14Fairly ropey font-embedding support. In particular, the PDF output isBen Harris
2006-05-13Initial support for adding fonts at run-time. Currently we only supportBen Harris
2006-05-08Add font-selection mechanism to the paper backend. Since we have no way toBen Harris
2005-11-13Just to be on the safe side about avoiding other portability hazardsSimon Tatham
2005-11-13`version' needs to be declared `extern'.Simon Tatham
2005-11-12`style.c' appears to have been around since 1999 and never hadSimon Tatham
2005-09-29Remove the error message `no text found in paragraph'. Aaron BrownSimon Tatham
2005-04-12input.c was capable of generating a paragraph structure with no textSimon Tatham
2005-03-08Ability to specify multiple arguments to \cfg{html-template-fragment};Jacob Nevins
2005-02-18Add a `--list-charsets' option to Halibut to enumerate canonical names of knownJacob Nevins
2005-02-17Changes/additions to input character set handling:Jacob Nevins
2004-06-27Sort out error handling everywhere a charset name is converted intoSimon Tatham
2004-06-20Introduce a configurable option to select the HTML flavour. AlsoSimon Tatham
2004-06-13The Halibut manual contained at least one instance of two indexSimon Tatham
2004-06-12Enforce that \q may not be used anywhere within \c. It shouldn't beSimon Tatham
2004-06-12Switch the memory allocation macros from the Halibut onesSimon Tatham
2004-06-12Initial checkin of the shiny new rewritten-from-scratch HTML backSimon Tatham
2004-05-23All measurements in the paper backend are now configurable, as areSimon Tatham
2004-05-23Character-set-isation and configurability in the WinHelp backend.Simon Tatham
2004-04-23Enhance the text backend to support configurable quote characters,Simon Tatham
2004-04-22Rewrite ustrftime(), so that (a) it uses wcsftime() where available,Simon Tatham
2004-04-22Instead of traversing a list of paragraphs, mark_attr_ends() nowSimon Tatham
2004-04-22bk_text and bk_info both need to know the on-screen width ofSimon Tatham
2004-04-22Support the locale-supplied character set where appropriate. It'sSimon Tatham
2004-04-21Charset support for the info backend (\cfg{info-charset}). (ThisSimon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-19Support for \cfg{input-charset}. Input files can now be in ASCII,Simon Tatham
2004-04-14And now the page numbers in the index are PDF cross-references too.Simon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham
2004-04-10The Emacs and Jed info readers don't like my index format: Info menuSimon Tatham
2004-04-10Info backend now takes care to avoid magic characters in node namesSimon Tatham
2004-04-09Add a config directive to generate the INFO-DIR-ENTRY things thatSimon Tatham
2004-04-09Added an info(1) backend, which constructs .info files directlySimon Tatham
2004-04-01GCC 3.0 doesn't like you not including <string.h> if you use things in it.James Aylett
2004-04-01Arrange a mechanism whereby each backend can be passed a filenameSimon Tatham