summaryrefslogtreecommitdiff
path: root/bk_html.c (follow)
Commit message (Expand)AuthorAge
* 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
* 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
* These HHP window dimensions seem to be rubbish. Better off withoutSimon Tatham2006-12-12
* Support for the MS HTML Help system in the HTML back end. As yet ISimon Tatham2006-12-11
* Introduce global (cross-backend) \cfg{contents} and \cfg{index}Simon Tatham2006-06-02
* Missing error handling: the HTML and WinHelp back ends would bothSimon Tatham2006-05-18
* Also, while I'm wandering past here, I've just noticed thatSimon Tatham2005-03-10
* Explicitly constify a bunch of static data declarations which wereSimon Tatham2005-03-10
* Ability to specify multiple arguments to \cfg{html-template-fragment};Jacob Nevins2005-03-08
* In contents lists, put <ul> inside <li> to make validator.w3.org happier (forJacob Nevins2005-03-07
* Formatting fix if no indexJacob Nevins2005-02-18
* Comment in template codeJacob Nevins2005-02-18
* Replace crash with assertion failure if we attempt to xref a non-existentJacob Nevins2005-02-17
* Shouldn't consider para_Title to be a heading when going throughSimon Tatham2005-01-24
* Added a new config directive `html-local-head', which permits me toSimon Tatham2005-01-24
* Fix for an uninitialised structure member spotted by valgrind (probably didn'tJacob Nevins2004-08-04
* Avoid generating an index section if there actually is no index.Simon Tatham2004-07-02
* Sort out error handling everywhere a charset name is converted intoSimon Tatham2004-06-27
* Free up all the data we allocated during the HTML backend.Simon Tatham2004-06-27
* Support non-breaking spaces.Simon Tatham2004-06-27
* Config directives for all the extra configurable things in the newSimon Tatham2004-06-27
* Fix up the restrict_charset and output_charset configuration for theSimon Tatham2004-06-27
* Various HTML backend cleanups.Simon Tatham2004-06-20
* Introduce a configurable option to select the HTML flavour. AlsoSimon Tatham2004-06-20
* Improve the naming of fragment IDs for numbered list elements andSimon Tatham2004-06-20
* Add a batch of assertions to ensure no more index terms fail to haveSimon Tatham2004-06-19
* I had somehow managed to leave index entry anchors out of sectionSimon Tatham2004-06-19
* Add a clash-checking mechanism to ensure we never generate the sameSimon Tatham2004-06-19
* Switch the memory allocation macros from the Halibut onesSimon Tatham2004-06-12
* Initial checkin of the shiny new rewritten-from-scratch HTML backSimon Tatham2004-06-12