Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(html): ariaSort isn't supported in Firefox yet | Ned Batchelder | 2021-10-23 | 1 | -2/+2 |
| | | | | The HTML report index page wasn't indicating the sort order properly | ||||
* | fix(html): fix a few problems with the html report | Ned Batchelder | 2021-10-23 | 1 | -4/+4 |
| | | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work | ||||
* | refactor(html): remove all uses of jQuery, only vanilla JS now | Septatrix | 2021-10-23 | 1 | -12/+16 |
| | | | | This is squashed from pull request #1248 | ||||
* | refactor(html): a one-header sticky header | Ned Batchelder | 2021-10-23 | 1 | -31/+33 |
| | |||||
* | fix(html): scrolling to an anchor ensures the line is visible | Ned Batchelder | 2021-10-20 | 1 | -3/+3 |
| | | | | | | | The sticky header was hiding the line scrolled to the top of the window. Along the way, also changed to use classes on <body> to control the sticky header, and moved the header code into a function. | ||||
* | fix(html): adjust some colors | Ned Batchelder | 2021-10-17 | 1 | -8/+8 |
| | | | | | | | | - make the yellow border more visible - make the context-blue less vibrant - all colors are lower-case | ||||
* | feat(html): sticky header on pyfile | Ned Batchelder | 2021-10-17 | 1 | -5/+15 |
| | |||||
* | refactor(html): use header/main/footer html5 elements | Ned Batchelder | 2021-10-17 | 1 | -8/+8 |
| | |||||
* | fix: correct slight mis-layout of the hotkey panels | Ned Batchelder | 2021-04-13 | 1 | -4/+4 |
| | |||||
* | fix: HTML report makes room for 4-digit line numbers #1124 | Ned Batchelder | 2021-02-27 | 1 | -5/+5 |
| | | | | Fixes: #1124 | ||||
* | Fix dark mode for context listing. #1009 | Ned Batchelder | 2020-07-09 | 1 | -2/+12 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 1 | -1/+111 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 1 | -4/+3 |
| | | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate. | ||||
* | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 1 | -122/+11 |
| | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page | ||||
* | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 1 | -42/+201 |
| | |||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 1 | -3/+3 |
| | |||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 1 | -4/+5 |
| | | | | of #source.p | ||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 1 | -1/+1 |
| | |||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 |
| | |||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 |
| | |||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 1 | -52/+39 |
| | | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. | ||||
* | More sass goodness | Ned Batchelder | 2019-06-13 | 1 | -27/+1 |
| | |||||
* | Use sass for css generation, to get nice hover highlights on lines | Ned Batchelder | 2019-06-13 | 1 | -414/+158 |
| | |||||
* | Fix styling and tests. (The tests are slightly insane with no obvious way to ↵ | Stephan Richter | 2019-06-10 | 1 | -7/+3 |
| | | | | update the expected output.) | ||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 1 | -0/+47 |
| | |||||
* | Make line numbers immune to minimum font size settings. #748 | Ned Batchelder | 2019-01-04 | 1 | -3/+3 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Html report marker div style in its own css layer. | pankajp | 2018-05-24 | 1 | -0/+1 |
| | | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui | ||||
* | Extirpate trailing spaces | Ned Batchelder | 2016-06-02 | 1 | -4/+4 |
| | |||||
* | Finish up the fix for #298 | Ned Batchelder | 2016-06-02 | 1 | -8/+3 |
| | |||||
* | Adding visual indicators to column sorting in HTML output | karlw00t | 2016-06-02 | 1 | -0/+14 |
| | | | | | | | | | | - Unicode arrows added to the end of text on a sorted column - Sorted column header always have grey background https://bitbucket.org/ned/coveragepy/issues/298 --HG-- branch : issues-298 | ||||
* | Also display partial branch lines in the scrollbar markers | Ned Batchelder | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | Fix the tests for HTML annotation changes | Ned Batchelder | 2016-02-03 | 1 | -3/+5 |
| | |||||
* | A way to show much longer explanations about lines in the HTML report. | Ned Batchelder | 2016-02-03 | 1 | -1/+21 |
| | |||||
* | Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵ | Ned Batchelder | 2016-02-01 | 1 | -1/+1 |
| | | | | Fixes #472. | ||||
* | Clean ups and docstrings | Ned Batchelder | 2016-01-31 | 1 | -1/+0 |
| | |||||
* | Underline the name when hovering the row in the HTML index | Ned Batchelder | 2016-01-31 | 1 | -4/+4 |
| | |||||
* | Use Consolas in the HTML report | Ned Batchelder | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Simplify and improve the accuracy of the scroll markers | Ned Batchelder | 2016-01-31 | 1 | -1/+2 |
| | |||||
* | Clean up more of the scroll marker code | Ned Batchelder | 2016-01-31 | 1 | -4/+7 |
| | |||||
* | marks near the scroll | shishov | 2016-01-31 | 1 | -0/+15 |
| | |||||
* | More information in the HTML missing branch annotations. | Ned Batchelder | 2015-08-02 | 1 | -1/+0 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
| | |||||
* | Change HTML pages to be HTML 5 | Ned Batchelder | 2014-10-25 | 1 | -1/+4 |
| | |||||
* | Make the filter box smaller | Ned Batchelder | 2014-10-25 | 1 | -4/+4 |
| | |||||
* | Use classes to distinguish pages, not ids | Ned Batchelder | 2014-10-21 | 1 | -4/+4 |
| | |||||
* | * Remove "source indicator" CSS from removed feature. | Danny Allen | 2014-09-22 | 1 | -16/+0 |
| | |||||
* | Address comments from pull request 34 ↵ | Danny Allen | 2014-09-22 | 1 | -18/+4 |
| | | | | | | | (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff): * Remove fixed header and header buttons in file details page. * Add dynamically summing footer values. | ||||
* | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 1 | -0/+51 |
| | | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1 |