Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
  2. Oct 26, 2018
  3. Oct 25, 2018
    • Alec Theriault's avatar
      Fix the synopsis button · ed1a0c92
      Alec Theriault authored
      Here's these changes are supposed to do:
      
        * put the synopsis back on the right side
        * properly have it on the edge of the screen on wide screens
        * adjust the background of the synopsis to match the button
          (otherwise the grey blends in with what is underneath)
        * get rid of the dotted purple line
        * the synopsis contents are now scrollable even when in wide
          screens (this has been a long-standing bug)
      ed1a0c92
    • Alec Theriault's avatar
      Resurrect the style-switcher · a6931170
      Alec Theriault authored
      This fixes #810. Looks like things were broken during the quickjump
      refactor of the JS.
      
      For the (git) record: I do not think the style switcher is a good idea.
      I'm fixing it for the same reason @mzero added it; as an answer to
      
        "rumblings from some that they didn't want their pixels changed on bit"
      a6931170
  4. Oct 18, 2018
  5. Feb 01, 2018
    • Oleg Grenrus's avatar
      Grid Tables (#718) · 088b1993
      Oleg Grenrus authored and Alex Biehl's avatar Alex Biehl committed
      * Add table examples
      
      * Add table types and adopt simple parser
      
      Simple parser is done by Giovanni Cappellotto (@potomak)
      in https://github.com/haskell/haddock/pull/577
      It seems to support single fine full tables, so far from full
      RST-grid tables, but it's good start.
      
      Table type support row- and colspans, but obviously parser is lacking.
      
      Still TODO:
      - Latex backend. Should we use multirow package
        https://ctan.org/pkg/multirow?lang=en?
      - Hoogle backend: ?
      
      * Implement grid-tables
      
      * Refactor table parser
      
      * Add two ill-examples
      
      * Update CHANGES.md
      
      * Basic documentation for tables
      
      * Fix documentation example
      088b1993
  6. Oct 09, 2017
    • TimBaumann's avatar
      Use <details> element for collapsibles (#690) · e41c1cbe
      TimBaumann authored and Alex Biehl's avatar Alex Biehl committed
      * Remove unnecessary call to 'collapseSection'
      
      The call is unnecessary since there is no corresponding toggle for hiding the
      section of orphan instances.
      
      * Use <details> for collapsibles
      
      This makes them work even when JS is disabled. Closes #560.
      e41c1cbe
  7. Sep 23, 2017
    • TimBaumann's avatar
      Add compile step that bundles and compresses JS files (#684) · e99aefb5
      TimBaumann authored and Alex Biehl's avatar Alex Biehl committed
      * Add compile step that bundles and compresses JS files
      
      Also, manage dependencies on third-party JS libraries using NPM.
      
      * Compile JS from TypeScript
      
      * Enable 'noImplicitAny' in TypeScript
      
      * QuickJump: use JSX syntax
      
      * Generate source maps from TypeScript for easier debugging
      
      * TypeScript: more accurate type
      
      * Separate quick jump css file from ocean theme
      e99aefb5
  8. Aug 29, 2017
  9. Aug 28, 2017
  10. Jul 17, 2017
  11. Apr 26, 2017
  12. Apr 03, 2017
  13. Mar 23, 2017
  14. Mar 22, 2017
  15. Jun 16, 2016
  16. May 14, 2016
  17. Feb 08, 2016
    • Rufflewind's avatar
      Move the permalinks to "#" on the right side · 1b6bcd62
      Rufflewind authored and Ben Gamari's avatar Ben Gamari committed
      Since pull request #407, the identifiers have been permalinked to
      themselves, but this makes it difficult to copy the identifier by
      double-clicking.  To work around this usability problem, the permalinks
      are now placed on the far right adjacent to "Source", indicated by "#".
      
      Also, 'namedAnchor' now uses 'id' instead of 'name' (which is obsolete).
      1b6bcd62
  18. Aug 21, 2015
Loading