aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* adjusted font sizes of auxilary pages per new schemeMark Lentczner2010-08-131-9/+5
|
* more space between elementsMark Lentczner2010-08-131-1/+1
|
* removed underlining on hover for named anchorsMark Lentczner2010-08-132-4/+4
| | | | | headings in interface lost thier a element, no need, just put id on heading css for a elements now only applies to those with href attribute
* adjusted margin to 2em, 1 wasn't enoughMark Lentczner2010-08-131-2/+2
|
* implemented YUI's CSS font approachMark Lentczner2010-08-131-24/+52
|
* width and font changesMark Lentczner2010-08-121-14/+20
| | | | | | removed the max width restrictions on the page as a whole and the synopsis made the main font size smaller (nominally 14pt) and then tweaked most font sizes (relative) to be more consistent
* close arrows on expanded synopsis drawerMark Lentczner2010-08-112-2/+5
|
* put the synopsis back in the other themesMark Lentczner2010-07-302-0/+20
|
* improved synopsis drawer: on click, not hoverMark Lentczner2010-07-303-27/+25
|
* Add missing dependency to cabal fileSimon Hengel2010-08-071-0/+1
|
* Adapt paths to data files in cabal fileSimon Hengel2010-08-031-16/+12
|
* Fix build in GHC treeIan Lynagh2010-07-302-1/+2
|
* styling tweaksMark Lentczner2010-07-294-33/+52
| | | | | | | | 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-282-11/+11
| | | | the dom tree
* apply margin changes to pre and headings as per group decision, and small ↵Mark Lentczner2010-07-271-8/+5
| | | | cleanups
* remove custom version of copyFile in Xhtml.hsMark Lentczner2010-07-271-20/+1
|
* give a class to empty dd elements so they can be hiddenMark Lentczner2010-07-275-13/+19
|
* move themes into html dir with .theme and .std-theme extensionsMark Lentczner2010-07-2713-8/+11
|
* remove Tibbe themeMark Lentczner2010-07-274-394/+0
|
* make module list use new collapsersMark Lentczner2010-07-266-20/+56
|
* cleaned up Themes.hsMark Lentczner2010-07-261-41/+51
|
* reorganize files in the html lib data dirMark Lentczner2010-07-2623-525/+67
|
* change how collapsing sections are doneMark Lentczner2010-07-256-17/+73
| | | | | | make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags
* excisting last vestiges of the --xhtml flagMark Lentczner2010-07-242-6/+2
|
* fields are def lists, tweak css for style menu, mini pages, argumentsMark Lentczner2010-07-242-18/+26
|
* 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-232-2/+26
|
* tweaks to theme for info table, headings, and tablesMark Lentczner2010-07-231-7/+29
|
* rename --default-themes to --built-in-themesMark Lentczner2010-07-232-4/+4
|
* drop --themes support, add named theme supportMark Lentczner2010-07-232-31/+41
| | | | | | | | | | decided that --themes was silly - no one would do that, just use multiple --theme arguments made --theme a synonym for --css and -c made those arguments, if no file is found, look up the argument as the name of a built in theme all of this let's haddock be invoked with "--theme=classic" for example.
* command like processing for theme selectionMark Lentczner2010-07-235-76/+213
| | | | | | | The bulk of the change is threadnig the selected theme set through functions in Xhtml.hs so that the selected themes can be used when generating the page output. There isn't much going on in most of these changes, just passing it along. The real work is all done in Themes.hs.
* tweaks to nhaddock.cssMark Lentczner2010-07-221-29/+36
|
* remove --html-help support - it was old, out-of-date, and mostly missingMark Lentczner2010-07-227-543/+8
|
* remove old HTML backendMark Lentczner2010-07-228-3249/+7
|
* 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
|
* Remove conflict left-overDavid Waern2010-07-241-1/+1
|
* Fix build with ghc < 6.13David Waern2010-07-241-0/+4
|
* fix warningsSimon Marlow2010-07-141-1/+1
|
* common up code for instance renderingSimon Marlow2010-07-141-10/+16
|
* Follow mkPState argument order changeIan Lynagh2010-07-061-1/+1
|
* Solve conflictDavid Waern2010-07-221-1/+2
|
* fix warningSimon Marlow2010-06-301-1/+1
|
* Solve conflictsDavid Waern2010-07-221-37/+34
|
* fix warningsSimon Marlow2010-06-301-35/+38
|
* Improve function nameDavid Waern2010-07-221-3/+3
|
* Fix a bug where we allowed --hoogle, --latex, etc without input filesDavid Waern2010-07-221-0/+15
|