Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix record field alignment when name is too long | Phil Ruffwind | 2015-08-02 | 1 | -6/+4 | |
| | | | | | | | | | | | Change <dl> to <ul> and use display:table rather than floats to layout the record fields. This avoids bug #301 that occurs whenever the field name gets too long. Slight aesthetic change: the entire cell of the field's source code is now shaded gray rather than just the area where text exists. Fixes #301. Closes #421 | |||||
* | Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsis | Phil Ruffwind | 2015-08-02 | 2 | -4/+4 | |
| | | | | Closes #408 | |||||
* | Link to the definitions to themselves | Phil Ruffwind | 2015-08-02 | 1 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | Currently, the definitions already have an anchor tag that allows URLs with fragment identifiers to locate them, but it is rather inconvenient to obtain such a URL (so-called "permalink") as it would require finding the a link to the corresponding item in the Synopsis or elsewhere. This commit adds hyperlinks to the definitions themselves, allowing users to obtain links to them easily. To preserve the original aesthetics of the definitions, we alter the color of the link so as to be identical to what it was, except it now has a hover effect indicating that it is clickable. Additionally, the anchor now uses the 'id' attribute instead of the (obsolete) 'name' attribute. Closes #407 | |||||
* | Fix expansion icon for user-collapsible sections | Mateusz Kowalczyk | 2015-07-11 | 1 | -2/+3 | |
| | | | | Closes #412 | |||||
* | Delete trailing whitespace | Mateusz Kowalczyk | 2015-07-07 | 2 | -10/+10 | |
| | ||||||
* | Fix bug with module name being hyperlinked to `Prelude`. | Łukasz Hanuszczak | 2015-07-06 | 1 | -3/+4 | |
| | ||||||
* | Add short documentation for hyperlinker source map type. | Łukasz Hanuszczak | 2015-07-06 | 1 | -0/+9 | |
| | ||||||
* | Add support for hyperlinking modules in import lists. | Łukasz Hanuszczak | 2015-07-06 | 2 | -15/+16 | |
| | ||||||
* | Move source paths types to hyperlinker types module. | Łukasz Hanuszczak | 2015-07-06 | 3 | -1/+15 | |
| | ||||||
* | Extract main hyperlinker types to separate module. | Łukasz Hanuszczak | 2015-07-06 | 6 | -62/+70 | |
| | ||||||
* | Refactor source path mapping to use modules as indices. | Łukasz Hanuszczak | 2015-07-05 | 2 | -28/+23 | |
| | ||||||
* | Remove potentially dangerous record access in hyperlinker AST module. | Łukasz Hanuszczak | 2015-07-04 | 1 | -1/+1 | |
| | ||||||
* | Make hyperlinker generate anchors only to top-level value bindings. | Łukasz Hanuszczak | 2015-07-02 | 1 | -1/+2 | |
| | ||||||
* | Add support for anchoring signatures in type class declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+5 | |
| | ||||||
* | Fix issue with operators being recognized as preprocessor directives. | Łukasz Hanuszczak | 2015-07-02 | 1 | -3/+3 | |
| | ||||||
* | Improve support for hyperlinking type families. | Łukasz Hanuszczak | 2015-07-02 | 2 | -1/+8 | |
| | ||||||
* | Add support for anchoring data family constructor declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -5/+6 | |
| | ||||||
* | Fix crash happening when hyperlinking type family declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+1 | |
| | ||||||
* | Make hyperlinker render qualified names as one entity. | Łukasz Hanuszczak | 2015-07-01 | 2 | -5/+46 | |
| | ||||||
* | Document some functions in XHTML utlity module. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+8 | |
| | ||||||
* | Add support for hyperlinking universally quantified type variables. | Łukasz Hanuszczak | 2015-07-01 | 1 | -1/+7 | |
| | ||||||
* | Add support for hyperlinking synonyms in patterns. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+2 | |
| | ||||||
* | Add basic tests related to comment parsing. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+1 | |
| | ||||||
* | Make hyperlinker respect pretty-printer flag and add documentation. | Łukasz Hanuszczak | 2015-06-30 | 1 | -7/+23 | |
| | ||||||
* | Add support for hyperlinking field names in record expressions. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+7 | |
| | ||||||
* | Add support for hyperlinking field names in record patterns. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+5 | |
| | ||||||
* | Add support for hyperlinking constructor names in patters. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+2 | |
| | ||||||
* | Make hyperlinker generate anchors for record field declarations. | Łukasz Hanuszczak | 2015-06-30 | 1 | -7/+9 | |
| | ||||||
* | Make hyperlinker generate correct anchors for data constructors. | Łukasz Hanuszczak | 2015-06-30 | 1 | -4/+9 | |
| | ||||||
* | Prevent source parser from throwing exception when lexing fails. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+3 | |
| | ||||||
* | Disable generating hyperlinks for module references. | Łukasz Hanuszczak | 2015-06-30 | 1 | -2/+9 | |
| | ||||||
* | Add basic support for cross-package hyperlink generation. | Łukasz Hanuszczak | 2015-06-30 | 2 | -28/+39 | |
| | ||||||
* | Rewrite source generation to fixed links and directory structure. | Łukasz Hanuszczak | 2015-06-30 | 4 | -63/+80 | |
| | ||||||
* | Make external hyperlinks point to locations specified by source URLs. | Łukasz Hanuszczak | 2015-06-30 | 2 | -26/+34 | |
| | ||||||
* | Create module with hyperlinker utility functions. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+18 | |
| | ||||||
* | Make source hyperlinker generate output in apropriate directory. | Łukasz Hanuszczak | 2015-06-30 | 1 | -16/+25 | |
| | ||||||
* | Add support for fancy highlighting upon hovering over identifier. | Łukasz Hanuszczak | 2015-06-30 | 2 | -10/+23 | |
| | ||||||
* | Add support for providing custom CSS files for hyperlinked source. | Łukasz Hanuszczak | 2015-06-30 | 1 | -6/+20 | |
| | ||||||
* | Create hyperlinker module and plug it into the Haddock pipeline. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+25 | |
| | ||||||
* | Add some documentation for AST module of source hyperlinker. | Łukasz Hanuszczak | 2015-06-30 | 1 | -10/+46 | |
| | ||||||
* | Add some documentation for parser module of source hyperlinker. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+39 | |
| | ||||||
* | Add support for parsing C preprocessor macros. | Łukasz Hanuszczak | 2015-06-30 | 1 | -4/+16 | |
| | ||||||
* | Fix issues with escaped newlines in comments. | Łukasz Hanuszczak | 2015-06-30 | 1 | -8/+5 | |
| | ||||||
* | Fix bug with improper newline handling. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+1 | |
| | ||||||
* | Fix parsing of single line comments with broken up newlines. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+11 | |
| | ||||||
* | Implement hyperlinking of imported module names. | Łukasz Hanuszczak | 2015-06-30 | 2 | -18/+29 | |
| | ||||||
* | Refactor the way AST names are handled within detailed tokens. | Łukasz Hanuszczak | 2015-06-30 | 2 | -25/+29 | |
| | ||||||
* | Fix external anchors to contain HTML file extension. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+1 | |
| | ||||||
* | Add support for top-level function declaration anchors. | Łukasz Hanuszczak | 2015-06-30 | 1 | -1/+6 | |
| | ||||||
* | Add support for type declaration anchors. | Łukasz Hanuszczak | 2015-06-30 | 2 | -8/+27 | |
| |