aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-191-1/+1
* Changes for GHC#17566Ryan Scott2020-01-251-1/+1
* Refactor names + unused functions (#982)Alec Theriault2018-12-171-5/+2
* [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-2/+2
* Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-11-101-14/+25
|\
| * Merge branch 'ghc-8.6' into wip/new-oceanAlec Theriault2018-11-091-10/+17
| |\
| | * Only run MathJax on entities with "mathjax" class (#960)Alec Theriault2018-11-051-9/+15
| * | Clicking on "Contents" navigates to top of pageAlec Theriault2018-11-081-1/+1
| * | Allow "Contents" summary to scroll in a fixed divAlec Theriault2018-11-071-2/+2
| * | Fix issues around plus/minusAlec Theriault2018-11-071-0/+1
| * | Update font in Xhtml.hs to PT SansNuno Alexandre2018-10-181-1/+1
| * | Avoid name shadowingalexbiehl2018-10-181-2/+3
| * | Add an initial-scale property to all haddock pagesNuno Alexandre2018-10-181-2/+3
| * | Place the package name before the menu linksNuno Alexandre2018-10-181-2/+2
| * | Make the style consistent with hackageNuno Alexandre2018-10-181-2/+2
| * | Update html test reference filesNunoAlexandre2018-10-181-1/+1
| * | Include custom font in the html headNunoAlexandre2018-10-181-1/+2
| |/
* / Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-161-5/+5
|/
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-1/+1
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-1/+1
| * Use withBinaryFilealexbiehl2018-02-181-1/+1
| * QuickJump: Mitigate encoding problems on Windowsalexbiehl2018-02-181-4/+5
* | @since includes package name (#749)Alec Theriault2018-03-271-53/+57
* | Use withBinaryFilealexbiehl2018-02-041-1/+1
* | QuickJump: Mitigate encoding problems on Windowsalexbiehl2018-02-031-4/+5
* | Clickable anchors for headings (#716)Alec Theriault2018-02-011-1/+2
|/
* Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-10-311-27/+33
|\
| * Remote tabalexbiehl2017-10-311-2/+1
| * Copy quickjump.css for nicer error messagesalexbiehl2017-10-311-3/+3
| * Supported reexported-modules via --reexport flag.Edward Z. Yang2017-10-311-14/+11
| * Put Quickjump behind --quickjump flag (#697)Alexander Biehl2017-10-301-8/+11
| * Use <details> element for collapsibles (#690)Tim Baumann2017-10-091-7/+14
* | Fix merge falloutalexbiehl2017-10-081-5/+4
* | Merge remote-tracking branch 'origin/ghc-head' into HEADalexbiehl2017-10-081-5/+7
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into ghc-headalexbiehl2017-08-211-64/+11
| |\
| * | Match new AST as per GHC wip/new-tree-one-paramAlan Zimmerman2017-06-051-7/+7
| * | Render (signature) only if it actually is a signature!Edward Z. Yang2017-04-221-2/+5
| * | Merge commit '240bc38b94ed2d0af27333b23392d03eeb615e82' into HEADBen Gamari2017-03-231-43/+16
| |\ \
| * | | Render help documentation link next to (signature) in title.Edward Z. Yang2017-03-221-1/+8
| * | | Annotate signature docs with (signature)Edward Z. Yang2017-03-221-2/+5
| * | | Render signature module tree separately from modules.Edward Z. Yang2017-03-151-1/+16
* | | | Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-231-21/+7
* | | | QuickNav: Make docbase configurableAlexander Biehl2017-08-291-1/+6
* | | | Include subordinates in content indexalexbiehl2017-08-291-8/+11
* | | | Load javascript below the foldalexbiehl2017-08-281-7/+7
* | | | Content search for haddock html docalexbiehl2017-08-271-0/+6
* | | | Generate an index for package content search (#662)Florian Eggenhofer2017-08-271-2/+56
| |_|/ |/| |
* | | Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-091-2/+2
* | | Remove anything related to obsolete frames modealexbiehl2017-04-261-62/+8
* | | Render (signature) only if it actually is a signature!Edward Z. Yang2017-04-251-2/+5