aboutsummaryrefslogtreecommitdiff
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* put the synopsis back in the other themesMark Lentczner2010-07-302-0/+20
|
* improved synopsis drawer: on click, not hoverMark Lentczner2010-07-302-25/+23
|
* styling tweaksMark Lentczner2010-07-292-27/+46
| | | | | | | | don't generate an empty li for absent style menu in links area update css for Classic and Snappy to handle: dl lists links in package header and in declarations floating of links and info block in package and module headers
* styling source links on declarationsMark Lentczner2010-07-281-0/+9
|
* make info block and package bar links be floatable by placing them first in ↵Mark Lentczner2010-07-281-8/+8
| | | | the dom tree
* apply margin changes to pre and headings as per group decision, and small ↵Mark Lentczner2010-07-271-8/+5
| | | | cleanups
* give a class to empty dd elements so they can be hiddenMark Lentczner2010-07-271-0/+4
|
* move themes into html dir with .theme and .std-theme extensionsMark Lentczner2010-07-2712-0/+0
|
* remove Tibbe themeMark Lentczner2010-07-274-394/+0
|
* make module list use new collapsersMark Lentczner2010-07-263-7/+43
|
* reorganize files in the html lib data dirMark Lentczner2010-07-2618-470/+0
|
* change how collapsing sections are doneMark Lentczner2010-07-255-14/+66
| | | | | | make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags
* fields are def lists, tweak css for style menu, mini pages, argumentsMark Lentczner2010-07-241-14/+25
|
* extend package header and footer to edges of pageMark Lentczner2010-07-241-7/+14
|
* slide out Synopsis drawerMark Lentczner2010-07-241-1/+45
|
* tweak look of mini pages, keywords, and preblocksMark Lentczner2010-07-231-5/+21
|
* tweaks for dl layout, though still not usedMark Lentczner2010-07-231-1/+23
|
* tweaks to theme for info table, headings, and tablesMark Lentczner2010-07-231-7/+29
|
* tweaks to nhaddock.cssMark Lentczner2010-07-221-29/+36
|
* further cleanup of nhaddock.css, float TOC, support aux. pagesMark Lentczner2010-07-211-13/+84
|
* reorganization of nhaddock.css with tibbeMark Lentczner2010-07-211-140/+134
|
* apply Tibbe's updates to his themeMark Lentczner2010-07-211-17/+26
|
* correct icon used with Snappy themeMark Lentczner2010-07-212-1/+1
|
* add Thomas Schilling's themeMark Lentczner2010-07-202-0/+270
|
* remove an explicit bold tag - replace with .def classMark Lentczner2010-07-192-0/+8
|
* added content div to main pagesMark Lentczner2010-07-181-2/+5
|
* fixed alphabet on index page, and styling of it and packages in module listsMark Lentczner2010-07-183-7/+67
|
* styling auxillary pages for tibbe and snappy themesMark Lentczner2010-07-172-3/+103
|
* factored out head element generationMark Lentczner2010-07-171-1/+0
|
* classing styling of ancillary pagesMark Lentczner2010-07-171-25/+43
|
* fixed package catpion, added style menuMark Lentczner2010-07-164-23/+173
|
* added two new themes and rough css switcherMark Lentczner2010-07-153-0/+591
|
* clean up synopsis listsMark Lentczner2010-07-141-13/+9
|
* methods and associated types in new layout schemeMark Lentczner2010-07-141-0/+16
|
* convert instances to SubDeclMark Lentczner2010-07-141-19/+1
|
* convert args to SubDecl formatMark Lentczner2010-07-141-3/+24
|
* made subDecl tables looks just soMark Lentczner2010-07-141-3/+11
|
* constructors and args as dl lists, built in Layout.hsMark Lentczner2010-07-141-5/+38
|
* change to new page structureMark Lentczner2010-07-131-41/+56
|
* adjust synopsis and bottom bar spacingMark Lentczner2010-06-111-5/+10
|
* added assoicated types and methods back into class declsMark Lentczner2010-05-041-1/+1
|
* adjust css for current markupMark Lentczner2010-05-031-6/+42
|
* tweak list cssMark Lentczner2010-04-041-6/+4
|
* clean up Doc formatting codeMark Lentczner2010-04-031-0/+6
| | | | | - add CSS for lists - renderToString now uses showHtml since prettyHtml messes up <pre> sections
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+286
| | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString)
* Enable framed view of the HTML documentation.Thomas Schilling2008-10-243-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces: - A page that displays the documentation in a framed view. The left side will show a full module index. Clicking a module name will show it in the right frame. If Javascript is enabled, the left side is split again to show the modules at the top and a very short synopsis for the module currently displayed on the right. - Code to generate the mini-synopsis for each module and the mini module index ("index-frames.html"). - CSS rules for the mini-synopsis. - A very small amount of javascript to update the mini-synopsis (but only if inside a frame.) Some perhaps controversial things: - Sharing code was very difficult, so there is a small amount of code duplication. - The amount of generated pages has been doubled, since every module now also gets a mini-synopsis. The overhead should not be too much, but I haven't checked. Alternatively, the mini-synopsis could also be generated using Javascript if we properly annotate the actual synopsis.
* Make the max number of results 75 instead of 50, to allow map searching in ↵Neil Mitchell2007-01-121-1/+1
| | | | the base library to work
* Rewrite much of the index searching code, previously was too slow to execute ↵Neil Mitchell2007-01-122-9/+107
| | | | on the base library with IE, the new version guarantees less than O(log n) operations be performed, where n is the number in the list (before was always O(n))
* Add searching on the index pageNeil Mitchell2007-01-111-0/+27
|
* Rename haddock.js to haddock-util.jsSimon Marlow2006-10-111-0/+0
| | | | | | haddock.js will be run automatically by Windows when you type 'haddock' if it is found on the PATH, so rename to avoid confusion. Spotted by Adrian Hey.