| Commit message (Expand) | Author | Age | Files | Lines |
| * | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 1 | -52/+39 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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. Fixe... | Ned Batchelder | 2016-02-01 | 1 | -1/+1 |
| * | 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 (https://bitbucket.org/ned/coveragepy/p... | Danny Allen | 2014-09-22 | 1 | -18/+4 |
| * | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 1 | -0/+51 |
| * | Fix #197: more decimal places on a CSS fraction eliminates rounding errors in... | Ned Batchelder | 2012-09-26 | 1 | -2/+2 |
| * | Color the buttons on the pyfile page, so they have a visual connection to the... | Ned Batchelder | 2012-04-28 | 1 | -0/+25 |
| * | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 1 | -0/+7 |
| * | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 1 | -0/+38 |
| * | Not sure why I changed these from inherit to normal last week (something to d... | Ned Batchelder | 2010-03-20 | 1 | -2/+2 |
| * | Added a link back to the index page at the bottom of HTML source pages. Close... | Ned Batchelder | 2010-03-14 | 1 | -1/+5 |
| * | HTML line numbers are clickable, and highlight the line on arrival. Also, no... | Ned Batchelder | 2010-03-14 | 1 | -2/+14 |
| * | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 1 | -2/+2 |
| * | When partial lines are hidden and run lines are shown, then partial lines are... | Ned Batchelder | 2009-11-24 | 1 | -6/+12 |
| * | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 1 | -23/+36 |
| * | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -0/+11 |
| * | Make the index page display the same in all browsers, and give it a hover eff... | Ned Batchelder | 2009-10-30 | 1 | -1/+3 |
| * | Better reporting of partial lines, including leaving out partial stuff altoge... | Ned Batchelder | 2009-10-27 | 1 | -2/+2 |
| * | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -9/+13 |
| * | Fix some spacing in the footer of the HTML report. | Ned Batchelder | 2009-09-26 | 1 | -1/+6 |
| * | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 1 | -0/+14 |
| * | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 |
| * | HTML report now has an index.html. | Ned Batchelder | 2009-04-25 | 1 | -3/+45 |
| * | Remove some noise from the HTML reports, and use a 2px stripe to always show ... | Ned Batchelder | 2009-04-25 | 1 | -4/+10 |
| * | Use jquery to enable hiding and showing highlighting of source lines in HTML ... | Ned Batchelder | 2009-04-24 | 1 | -2/+9 |
| * | A cleaner look for the HTML reports. | Ned Batchelder | 2009-04-24 | 1 | -36/+35 |