summaryrefslogtreecommitdiff
path: root/bk_html.c (unfollow)
Commit message (Expand)Author
2017-12-27Fix a segfault on bad input files.Simon Tatham
2017-05-15Fix crash in CHM output if a document has no title.Simon Tatham
2017-05-13New output mode to write CHM files directly.Simon Tatham
2017-05-13Reorganise prefix-independence in htmlconfig().Simon Tatham
2017-05-12Remove a spurious %s from the XHTML header.Simon Tatham
2017-05-02Refactor so we can redirect HTML output to an internal buffer.Simon Tatham
2015-03-19Make HTML Help files display a font-size change button on the toolbar.Simon Tatham
2014-12-16Remove an overzealous assertion in HTML href processing.Simon Tatham
2014-08-02Permit tables of contents in HTML single-file mode.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-11-10Escape &<> when they appear in href text.Simon Tatham
2009-10-24Allow a hastily selected subset of the output formats to also acceptSimon Tatham
2008-03-19Fix cut'n'paste error which had the effect of making the default forJacob Nevins
2008-02-25New option *-section-shownumber, alongside *-section-numeric and inSimon Tatham
2007-01-31Add an `Up' link to the HTML navigation bar of sufficiently deep documents.Jacob Nevins
2007-01-31I haven't found any browsers that do anything disgusting withJacob Nevins
2007-01-28Minimal support for <LINK REL="next"> etc machine-readable navigation links.Jacob Nevins
2007-01-28Tweak the HTML Help output to enable Previous/Next navigation in the generatedJacob Nevins
2006-12-12These HHP window dimensions seem to be rubbish. Better off withoutSimon Tatham
2006-12-11Support for the MS HTML Help system in the HTML back end. As yet ISimon Tatham
2006-06-02Introduce global (cross-backend) \cfg{contents} and \cfg{index}Simon Tatham
2006-05-18Missing error handling: the HTML and WinHelp back ends would bothSimon Tatham
2005-03-10Also, while I'm wandering past here, I've just noticed thatSimon Tatham
2005-03-10Explicitly constify a bunch of static data declarations which wereSimon Tatham
2005-03-08Ability to specify multiple arguments to \cfg{html-template-fragment};Jacob Nevins
2005-03-07In contents lists, put <ul> inside <li> to make validator.w3.org happier (forJacob Nevins
2005-02-18Formatting fix if no indexJacob Nevins
2005-02-18Comment in template codeJacob Nevins
2005-02-17Replace crash with assertion failure if we attempt to xref a non-existentJacob Nevins
2005-01-24Shouldn't consider para_Title to be a heading when going throughSimon Tatham
2005-01-24Added a new config directive `html-local-head', which permits me toSimon Tatham
2004-08-04Fix for an uninitialised structure member spotted by valgrind (probably didn'tJacob Nevins
2004-07-02Avoid generating an index section if there actually is no index.Simon Tatham
2004-06-27Sort out error handling everywhere a charset name is converted intoSimon Tatham
2004-06-27Free up all the data we allocated during the HTML backend.Simon Tatham
2004-06-27Support non-breaking spaces.Simon Tatham
2004-06-27Config directives for all the extra configurable things in the newSimon Tatham
2004-06-27Fix up the restrict_charset and output_charset configuration for theSimon Tatham
2004-06-20Various HTML backend cleanups.Simon Tatham
2004-06-20Introduce a configurable option to select the HTML flavour. AlsoSimon Tatham
2004-06-20Improve the naming of fragment IDs for numbered list elements andSimon Tatham
2004-06-19Add a batch of assertions to ensure no more index terms fail to haveSimon Tatham
2004-06-19I had somehow managed to leave index entry anchors out of sectionSimon Tatham
2004-06-19Add a clash-checking mechanism to ensure we never generate the sameSimon 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