summaryrefslogtreecommitdiff
path: root/bk_html.c (unfollow)
Commit message (Expand)Author
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