Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Ned Batchelder | 2011-04-17 | 1 | -6/+10 | |
| | | | | monkeypatching the code under test. | |||||
* | Javascript tests | Ned Batchelder | 2011-04-16 | 1 | -22/+43 | |
| | ||||||
* | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵ | Ned Batchelder | 2011-04-08 | 1 | -12/+16 | |
| | | | | testing. | |||||
* | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 1 | -0/+101 | |
| | ||||||
* | Lint cleanups in the Javascript code. | Ned Batchelder | 2011-02-04 | 1 | -15/+17 | |
| | ||||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 1 | -0/+18 | |
| | ||||||
* | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 1 | -3/+6 | |
| | ||||||
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 1 | -1/+1 | |
| | ||||||
* | HTML line numbers are clickable, and highlight the line on arrival. Also, ↵ | Ned Batchelder | 2010-03-14 | 1 | -0/+8 | |
| | | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55. | |||||
* | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 | |
| | ||||||
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 1 | -3/+3 | |
| | ||||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 1 | -0/+15 | |
| | ||||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 1 | -0/+64 | |
helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. |