aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of GhcModule and related cruftDavid Waern2010-08-264-81/+22
| | | | We can get everything we need directly from TypecheckedModule.
* Follow recent API additions with some refactoringsDavid Waern2010-08-263-98/+120
| | | | | Simon Hegel's patch prompted me to do some refactorings in Main, Haddock.Documentation and Haddock.Interface.
* Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵Simon Hengel2010-08-082-25/+51
| | | | Haddock API
* don't collapse entries in module list when clicking on linksMark Lentczner2010-08-171-6/+13
|
* clean up collapser logicsMark Lentczner2010-08-174-27/+36
| | | | | | | | javascript code for collapasble sections cleaned up rewrote class utilities in javascript to be more robust refactored utilities for generating collapsable sections made toc be same color as synopsis module list has needed clear attribute in CSS
* build style menu in javascriptMark Lentczner2010-08-143-38/+11
| | | | | | | | moved to javascript, so as to not polute the content with the style menu removed menu building code in Themes.hs removed onclick in Utils.hs changed text of button in header from "Source code" to "Source" more consistent with links in rest of page
* move frames button to js Mark Lentczner2010-08-131-4/+3
|
* 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
| | | | | 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
* improved synopsis drawer: on click, not hoverMark Lentczner2010-07-301-2/+2
|
* Fix build in GHC treeIan Lynagh2010-07-301-1/+1
|
* styling tweaksMark Lentczner2010-07-292-6/+6
| | | | | | | | 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
* make info block and package bar links be floatable by placing them first in ↵Mark Lentczner2010-07-281-3/+3
| | | | the dom tree
* 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-264-49/+50
|
* change how collapsing sections are doneMark Lentczner2010-07-251-3/+7
| | | | | | 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-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-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.
* remove --html-help support - it was old, out-of-date, and mostly missingMark Lentczner2010-07-226-537/+8
|
* remove old HTML backendMark Lentczner2010-07-225-3241/+5
|
* 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
|
* 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 Haddock.UtilsDavid Waern2010-07-211-41/+57
|
* Whitespace policeDavid Waern2010-07-211-3/+3
|
* Style police in Haddock.InterfaceFileDavid Waern2010-07-211-12/+12
|
* Style police in Haddock.GhcUtilsDavid Waern2010-07-211-6/+6
|
* Trailing whitespace in Haddock.ConvertDavid Waern2010-07-211-1/+1
|
* Trailing whitespace in Documentation.HaddockDavid Waern2010-07-211-3/+3
|