Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put title outside doc div when HTML:fying title+prologue | David Waern | 2011-01-22 | 1 | -1/+1 |
| | | | | | Avoids indenting the title, and makes more sense since the title is not a doc string anyway. | ||||
* | Haddockify ppHtml comments | David Waern | 2010-12-06 | 1 | -11/+11 |
| | |||||
* | Add a flag --pretty-html for rendering indented html with newlines | David Waern | 2010-12-06 | 1 | -20/+24 |
| | |||||
* | hlint police | David Waern | 2010-11-16 | 1 | -19/+17 |
| | |||||
* | Remove docNameOcc under the motto "don't name compositions" | David Waern | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | Change to index pages: include an 'All' option even when subdividing A-Z. | rrnewton | 2010-10-24 | 1 | -5/+10 |
| | |||||
* | Use "qual" as an abbreviation for qualification instead of "quali" for ↵ | David Waern | 2010-10-16 | 1 | -32/+32 |
| | | | | consistency | ||||
* | Solve conflicts | David Waern | 2010-10-16 | 1 | -13/+15 |
| | |||||
* | adding support for local and relative name qualification | Tobias Brandt | 2010-08-27 | 1 | -1/+5 |
| | |||||
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -28/+30 |
| | |||||
* | make TOC group header identifiers validate | Mark Lentczner | 2010-09-04 | 1 | -2/+5 |
| | |||||
* | make portability block be a table - solves layout issues | Mark Lentczner | 2010-08-29 | 1 | -4/+5 |
| | |||||
* | don't collapse entries in module list when clicking on links | Mark Lentczner | 2010-08-17 | 1 | -6/+13 |
| | |||||
* | clean up collapser logics | Mark Lentczner | 2010-08-17 | 1 | -4/+4 |
| | | | | | | | | 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 javascript | Mark Lentczner | 2010-08-14 | 1 | -10/+9 |
| | | | | | | | | 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 Lentczner | 2010-08-13 | 1 | -4/+3 |
| | |||||
* | add Frames button and clean up frames.html | Mark Lentczner | 2010-08-13 | 1 | -1/+3 |
| | |||||
* | removed underlining on hover for named anchors | Mark Lentczner | 2010-08-13 | 1 | -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 hover | Mark Lentczner | 2010-07-30 | 1 | -2/+2 |
| | |||||
* | styling tweaks | Mark Lentczner | 2010-07-29 | 1 | -2/+2 |
| | | | | | | | | 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 Lentczner | 2010-07-28 | 1 | -3/+3 |
| | | | | the dom tree | ||||
* | remove custom version of copyFile in Xhtml.hs | Mark Lentczner | 2010-07-27 | 1 | -20/+1 |
| | |||||
* | give a class to empty dd elements so they can be hidden | Mark Lentczner | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | make module list use new collapsers | Mark Lentczner | 2010-07-26 | 1 | -6/+6 |
| | |||||
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | command like processing for theme selection | Mark Lentczner | 2010-07-23 | 1 | -39/+39 |
| | | | | | | | 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 missing | Mark Lentczner | 2010-07-22 | 1 | -55/+5 |
| | |||||
* | move CSS Theme functions into Themes.hs | Mark Lentczner | 2010-07-20 | 1 | -1/+2 |
| | |||||
* | Style police in H.B.Xhtml | David Waern | 2010-07-21 | 1 | -8/+41 |
| | |||||
* | Align a few comments | David Waern | 2010-07-21 | 1 | -18/+18 |
| | |||||
* | Remove trailing whitespace in Haddock.Backends.Xhtml | David Waern | 2010-07-21 | 1 | -66/+65 |
| | |||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | refactoring of anchor ID and fragment handling | Mark Lentczner | 2010-07-19 | 1 | -4/+3 |
| | |||||
* | add .doc class to documentation blocks | Mark Lentczner | 2010-07-18 | 1 | -3/+3 |
| | |||||
* | added content div to main pages | Mark Lentczner | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | fixed alphabet on index page, and styling of it and packages in module lists | Mark Lentczner | 2010-07-18 | 1 | -7/+7 |
| | |||||
* | moved footer into only place that used it | Mark Lentczner | 2010-07-17 | 1 | -9/+5 |
| | |||||
* | refactored out main page body generation | Mark Lentczner | 2010-07-17 | 1 | -46/+33 |
| | |||||
* | factored out head element generation | Mark Lentczner | 2010-07-17 | 1 | -33/+25 |
| | |||||
* | convert index.html to new markup, adjust module markup | Mark Lentczner | 2010-07-17 | 1 | -127/+105 |
| | |||||
* | convert index to new markup | Mark Lentczner | 2010-07-16 | 1 | -68/+34 |
| | |||||
* | reformat index-frames | Mark Lentczner | 2010-07-16 | 1 | -3/+2 |
| | |||||
* | new output for mini_ pages | Mark Lentczner | 2010-07-16 | 1 | -29/+19 |
| | |||||
* | fixed package catpion, added style menu | Mark Lentczner | 2010-07-16 | 1 | -2/+2 |
| | |||||
* | added two new themes and rough css switcher | Mark Lentczner | 2010-07-15 | 1 | -4/+7 |
| | |||||
* | change to new page structure | Mark Lentczner | 2010-07-13 | 1 | -26/+33 |
| | |||||
* | remove <++> connector | Mark Lentczner | 2010-06-17 | 1 | -7/+7 |
| | |||||
* | fix missing space in "module" lines in synoposis | Mark Lentczner | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | fixed javascript quoting/escpaing issue | Mark Lentczner | 2010-04-25 | 1 | -3/+7 |
| | |||||
* | clean up processExport and place a div around each decl | Mark Lentczner | 2010-04-05 | 1 | -15/+16 |
| |