Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -43/+46 |
| | |||||
* | rename --default-themes to --built-in-themes | Mark Lentczner | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | drop --themes support, add named theme support | Mark Lentczner | 2010-07-23 | 1 | -26/+39 |
| | | | | | | | | | | 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 selection | Mark Lentczner | 2010-07-23 | 1 | -24/+156 |
| | | | | | | | 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. | ||||
* | space between "Style" and the downward triangle | Mark Lentczner | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | correct icon used with Snappy theme | Mark Lentczner | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | add Thomas Schilling's theme | Mark Lentczner | 2010-07-20 | 1 | -1/+2 |
| | |||||
* | move CSS Theme functions into Themes.hs | Mark Lentczner | 2010-07-20 | 1 | -0/+66 |