| Commit message (Expand) | Author | Age | Files | Lines |
* | Some jslint cleanups | Ned Batchelder | 2011-06-23 | 1 | -5/+4 |
* | Chrome fixes: transparent colors are not 'transparent', and scrolling html do... | Ned Batchelder | 2011-06-23 | 1 | -4/+10 |
* | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 |
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 |
* | Remove the twistie from the keyboard icon. | Ned Batchelder | 2011-06-05 | 2 | -0/+0 |
* | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 5 | -0/+82 |
* | Style | Ned Batchelder | 2011-04-17 | 1 | -3/+3 |
* | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 |
* | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 1 | -14/+14 |
* | Even better way to test js: build fixtures programmatically, no need for monk... | Ned Batchelder | 2011-04-17 | 1 | -6/+10 |
* | Convert from DOS line-endings | Ned Batchelder | 2011-04-17 | 1 | -53/+53 |
* | Javascript tests | Ned Batchelder | 2011-04-16 | 1 | -22/+43 |
* | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate t... | Ned Batchelder | 2011-04-08 | 1 | -12/+16 |
* | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 3 | -0/+155 |
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -1/+1 |
* | Lint cleanups in the Javascript code. | Ned Batchelder | 2011-02-04 | 1 | -15/+17 |
* | Forgot this file in the last checkin. | Ned Batchelder | 2010-11-07 | 1 | -0/+99 |
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 3 | -11/+31 |
* | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 4 | -21/+168 |
* | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 3 | -9/+12 |
* | Unify formatting of coverage percentages, and don't show zero or 100 as a res... | Ned Batchelder | 2010-08-22 | 2 | -5/+5 |
* | Not sure why I changed these from inherit to normal last week (something to d... | Ned Batchelder | 2010-03-20 | 1 | -2/+2 |
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 2 | -2/+2 |
* | Added a link back to the index page at the bottom of HTML source pages. Close... | Ned Batchelder | 2010-03-14 | 3 | -3/+15 |
* | HTML line numbers are clickable, and highlight the line on arrival. Also, no... | Ned Batchelder | 2010-03-14 | 3 | -4/+30 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 2 | -7/+7 |
* | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 |
* | Clean up the lst += string stuff, whereby string being iterable means each ch... | Ned Batchelder | 2010-02-07 | 1 | -4/+4 |
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 |
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 |
* | Add a numbered id to the line parts, for future use. Put the percentage in t... | Ned Batchelder | 2009-12-06 | 1 | -3/+3 |
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+1 |
* | Move the javascript code for click-to-sort columns into its own file. It hel... | Ned Batchelder | 2009-11-25 | 2 | -64/+68 |
* | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -6/+6 |
* | Merged Chris Adams' further improvements to click-to-sort HTML report columns. | Ned Batchelder | 2009-11-25 | 1 | -9/+59 |
|\ |
|
| * | Persistent Index Sorting | Chris Adams | 2009-11-24 | 1 | -9/+59 |
* | | When partial lines are hidden and run lines are shown, then partial lines are... | Ned Batchelder | 2009-11-24 | 2 | -11/+18 |
|/ |
|
* | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 |
* | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 2 | -32/+46 |
* | Better HTML reporting | Chris Adams | 2009-11-19 | 2 | -60/+83 |
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 2 | -1/+12 |
* | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 |
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 2 | -7/+7 |
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 2 | -14/+14 |
* | Make the index page display the same in all browsers, and give it a hover eff... | Ned Batchelder | 2009-10-30 | 2 | -3/+5 |
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 2 | -4/+6 |
* | Better reporting of partial lines, including leaving out partial stuff altoge... | Ned Batchelder | 2009-10-27 | 3 | -3/+14 |
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 2 | -9/+14 |
* | Fix some spacing in the footer of the HTML report. | Ned Batchelder | 2009-09-26 | 1 | -1/+6 |
* | Put __version__ back in the main file, and also put the URL in only one place... | Ned Batchelder | 2009-09-25 | 1 | -1/+1 |