Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix def lists | Mark Lentczner | 2010-08-28 | 1 | -3/+2 | |
| | ||||||
* | Update tests following switch to the Xhtml backend | David Waern | 2010-08-28 | 30 | -8551/+337 | |
| | ||||||
* | fix table of contents CSS | Mark Lentczner | 2010-08-27 | 1 | -1/+1 | |
| | ||||||
* | fix broken header link margins | Mark Lentczner | 2010-08-27 | 1 | -1/+1 | |
| | ||||||
* | support both kinds of enumerated lists in doc markup | Mark Lentczner | 2010-08-26 | 1 | -0/+1 | |
| | | | | | | | | The documentation for Haddock says enumerated lists can use either of (1) first item 2. second item The second form wasn't actually supported | |||||
* | fixed CSS for ordered lists and def lists in doc blocks | Mark Lentczner | 2010-08-26 | 2 | -5/+27 | |
| | ||||||
* | Get rid of GhcModule and related cruft | David Waern | 2010-08-26 | 4 | -81/+22 | |
| | | | | We can get everything we need directly from TypecheckedModule. | |||||
* | Follow recent API additions with some refactorings | David Waern | 2010-08-26 | 3 | -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 Hengel | 2010-08-08 | 3 | -25/+52 | |
| | | | | Haddock API | |||||
* | fix occasional v.scroll bars on pre blocks (I think) | Mark Lentczner | 2010-08-25 | 1 | -1/+1 | |
| | ||||||
* | remove Snappy theme | Mark Lentczner | 2010-08-21 | 4 | -511/+0 | |
| | ||||||
* | Make synopsis frame behave properly in Firefox. | Thomas Schilling | 2010-08-04 | 1 | -1/+6 | |
| | | | | | | In Firefox, pressing the back button first reverted the synopsis frame, and only clicking the back button a second time would update the main frame. | |||||
* | made style changing and cookies storage robust | Mark Lentczner | 2010-08-20 | 1 | -23/+33 | |
| | ||||||
* | fix small layout issues | Mark Lentczner | 2010-08-20 | 1 | -3/+4 | |
| | | | | | mini frames should have same size top heading give info block dts some padding so they don't collide in some browsers | |||||
* | better synopsis handling logic - no flashing | Mark Lentczner | 2010-08-20 | 2 | -3/+10 | |
| | ||||||
* | margin fiddling | Mark Lentczner | 2010-08-18 | 1 | -11/+6 | |
| | ||||||
* | layout tweeks - mini page font size, toc color, etc. | Mark Lentczner | 2010-08-18 | 2 | -11/+10 | |
| | ||||||
* | remove synopsis when in frames | Mark Lentczner | 2010-08-17 | 1 | -2/+8 | |
| | ||||||
* | add missing data file to .cabal | Mark Lentczner | 2010-08-17 | 1 | -0/+1 | |
| | ||||||
* | don't collapse entries in module list when clicking on links | Mark Lentczner | 2010-08-17 | 2 | -10/+18 | |
| | ||||||
* | clean up collapser logics | Mark Lentczner | 2010-08-17 | 6 | -72/+101 | |
| | | | | | | | | 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 | |||||
* | font size and margin tweaks | Mark Lentczner | 2010-08-16 | 1 | -11/+21 | |
| | ||||||
* | build style menu in javascript | Mark Lentczner | 2010-08-14 | 4 | -49/+53 | |
| | | | | | | | | 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 | 2 | -8/+16 | |
| | ||||||
* | add Frames button and clean up frames.html | Mark Lentczner | 2010-08-13 | 3 | -37/+70 | |
| | ||||||
* | adjusted font sizes of auxilary pages per new scheme | Mark Lentczner | 2010-08-13 | 1 | -9/+5 | |
| | ||||||
* | more space between elements | Mark Lentczner | 2010-08-13 | 1 | -1/+1 | |
| | ||||||
* | removed underlining on hover for named anchors | Mark Lentczner | 2010-08-13 | 2 | -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 enough | Mark Lentczner | 2010-08-13 | 1 | -2/+2 | |
| | ||||||
* | implemented YUI's CSS font approach | Mark Lentczner | 2010-08-13 | 1 | -24/+52 | |
| | ||||||
* | width and font changes | Mark Lentczner | 2010-08-12 | 1 | -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 drawer | Mark Lentczner | 2010-08-11 | 2 | -2/+5 | |
| | ||||||
* | put the synopsis back in the other themes | Mark Lentczner | 2010-07-30 | 2 | -0/+20 | |
| | ||||||
* | improved synopsis drawer: on click, not hover | Mark Lentczner | 2010-07-30 | 3 | -27/+25 | |
| | ||||||
* | Add missing dependency to cabal file | Simon Hengel | 2010-08-07 | 1 | -0/+1 | |
| | ||||||
* | Adapt paths to data files in cabal file | Simon Hengel | 2010-08-03 | 1 | -16/+12 | |
| | ||||||
* | Fix build in GHC tree | Ian Lynagh | 2010-07-30 | 2 | -1/+2 | |
| | ||||||
* | styling tweaks | Mark Lentczner | 2010-07-29 | 4 | -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 declarations | Mark Lentczner | 2010-07-28 | 1 | -0/+9 | |
| | ||||||
* | make info block and package bar links be floatable by placing them first in ↵ | Mark Lentczner | 2010-07-28 | 2 | -11/+11 | |
| | | | | the dom tree | |||||
* | apply margin changes to pre and headings as per group decision, and small ↵ | Mark Lentczner | 2010-07-27 | 1 | -8/+5 | |
| | | | | cleanups | |||||
* | 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 | 5 | -13/+19 | |
| | ||||||
* | move themes into html dir with .theme and .std-theme extensions | Mark Lentczner | 2010-07-27 | 13 | -8/+11 | |
| | ||||||
* | remove Tibbe theme | Mark Lentczner | 2010-07-27 | 4 | -394/+0 | |
| | ||||||
* | make module list use new collapsers | Mark Lentczner | 2010-07-26 | 6 | -20/+56 | |
| | ||||||
* | cleaned up Themes.hs | Mark Lentczner | 2010-07-26 | 1 | -41/+51 | |
| | ||||||
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 23 | -525/+67 | |
| | ||||||
* | change how collapsing sections are done | Mark Lentczner | 2010-07-25 | 6 | -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 flag | Mark Lentczner | 2010-07-24 | 2 | -6/+2 | |
| |