Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6788 | Kartik Agaram | 2020-09-16 | 1 | -0/+10 |
| | |||||
* | 6786 | Kartik Agaram | 2020-09-16 | 1 | -5/+5 |
| | |||||
* | 6785 | Kartik Agaram | 2020-09-16 | 1 | -1/+1 |
| | |||||
* | 6773 - markdown browser now seems fully tested | Kartik Agaram | 2020-09-11 | 1 | -0/+56 |
| | |||||
* | 6772 - test for markdown headers | Kartik Agaram | 2020-09-11 | 1 | -4/+24 |
| | |||||
* | 6771 - first passing test for the browser itself | Kartik Agaram | 2020-09-11 | 1 | -0/+19 |
| | | | | In the process I had to go back and redo the `done-drawing?` logic everywhere. | ||||
* | 6758 | Kartik Agaram | 2020-09-07 | 1 | -1/+1 |
| | |||||
* | 6756 | Kartik Agaram | 2020-09-07 | 1 | -1/+29 |
| | |||||
* | 6754 | Kartik Agaram | 2020-09-07 | 1 | -1/+1 |
| | |||||
* | 6753 | Kartik Agaram | 2020-09-07 | 1 | -47/+48 |
| | |||||
* | 6752 | Kartik Agaram | 2020-09-07 | 1 | -9/+9 |
| | |||||
* | 6751 | Kartik Agaram | 2020-09-07 | 1 | -19/+19 |
| | | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost. | ||||
* | 6750 | Kartik Agaram | 2020-09-07 | 1 | -13/+15 |
| | |||||
* | 6749 - plumb screen through in a few places | Kartik Agaram | 2020-09-07 | 1 | -25/+25 |
| | |||||
* | 6748 - promote browser prototype an app with tests | Kartik Agaram | 2020-09-07 | 1 | -0/+271 |
Now that we have a fake screen we can start testing it. |