aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
...
* add Frames button and clean up frames.htmlMark Lentczner2010-08-131-1/+3
* removed underlining on hover for named anchorsMark Lentczner2010-08-131-1/+1
* improved synopsis drawer: on click, not hoverMark Lentczner2010-07-301-2/+2
* styling tweaksMark Lentczner2010-07-292-6/+6
* make info block and package bar links be floatable by placing them first in t...Mark Lentczner2010-07-281-3/+3
* 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-274-13/+15
* move themes into html dir with .theme and .std-theme extensionsMark Lentczner2010-07-271-8/+11
* make module list use new collapsersMark Lentczner2010-07-263-13/+13
* cleaned up Themes.hsMark Lentczner2010-07-261-41/+51
* reorganize files in the html lib data dirMark Lentczner2010-07-263-45/+48
* change how collapsing sections are doneMark Lentczner2010-07-251-3/+7
* fields are def lists, tweak css for style menu, mini pages, argumentsMark Lentczner2010-07-241-4/+1
* tweaks for dl layout, though still not usedMark Lentczner2010-07-231-1/+3
* rename --default-themes to --built-in-themesMark Lentczner2010-07-231-1/+1
* drop --themes support, add named theme supportMark Lentczner2010-07-231-26/+39
* command like processing for theme selectionMark Lentczner2010-07-232-63/+195
* remove --html-help support - it was old, out-of-date, and mostly missingMark Lentczner2010-07-224-522/+5
* remove old HTML backendMark Lentczner2010-07-221-2008/+0
* Remove conflict left-overDavid Waern2010-07-241-1/+1
* fix warningsSimon Marlow2010-07-141-1/+1
* common up code for instance renderingSimon Marlow2010-07-141-10/+16
* Solve conflictsDavid Waern2010-07-221-37/+34
* fix warningsSimon Marlow2010-06-301-35/+38
* merge with David's source cleanupsMark Lentczner2010-07-211-38/+2
* space between "Style" and the downward triangleMark Lentczner2010-07-211-1/+1
* correct icon used with Snappy themeMark Lentczner2010-07-211-1/+1
* add Thomas Schilling's themeMark Lentczner2010-07-201-1/+2
* move CSS Theme functions into Themes.hsMark Lentczner2010-07-203-9/+72
* Style police in LaTeX backend (mainly more newlines)David Waern2010-07-211-24/+120
* Fix warnings in LaTeX backendDavid Waern2010-07-211-33/+19
* Style police in H.B.XhtmlDavid Waern2010-07-211-8/+41
* More style policeDavid Waern2010-07-213-3/+29
* Style police in H.B.X.DocMarkupDavid Waern2010-07-211-2/+5
* Style police in H.B.X.DeclDavid Waern2010-07-211-16/+24
* Style policeDavid Waern2010-07-211-2/+20
* Remove more trailing whitespaceDavid Waern2010-07-214-27/+27
* Remove trailing whitespace in H.B.X.DeclDavid Waern2010-07-211-73/+73
* Align a few commentsDavid Waern2010-07-211-18/+18
* Remove trailing whitespace in Haddock.Backends.XhtmlDavid Waern2010-07-211-66/+65
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-196-6/+6
* remove an explicit bold tag - replace with .def classMark Lentczner2010-07-191-1/+2
* refactoring of anchor ID and fragment handlingMark Lentczner2010-07-198-38/+32
* add .doc class to documentation blocksMark Lentczner2010-07-184-15/+26
* added content div to main pagesMark Lentczner2010-07-182-3/+4
* cleaned up div functions in Layout.hsMark Lentczner2010-07-181-17/+22
* fixed alphabet on index page, and styling of it and packages in module listsMark Lentczner2010-07-182-9/+10
* moved footer into only place that used itMark Lentczner2010-07-171-9/+5
* refactored out main page body generationMark Lentczner2010-07-171-46/+33
* factored out head element generationMark Lentczner2010-07-172-37/+25