about summary refs log tree commit diff stats
path: root/apps/browse/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6788Kartik Agaram2020-09-161-0/+10
|
* 6786Kartik Agaram2020-09-161-5/+5
|
* 6785Kartik Agaram2020-09-161-1/+1
|
* 6773 - markdown browser now seems fully testedKartik Agaram2020-09-111-0/+56
|
* 6772 - test for markdown headersKartik Agaram2020-09-111-4/+24
|
* 6771 - first passing test for the browser itselfKartik Agaram2020-09-111-0/+19
| | | | In the process I had to go back and redo the `done-drawing?` logic everywhere.
* 6758Kartik Agaram2020-09-071-1/+1
|
* 6756Kartik Agaram2020-09-071-1/+29
|
* 6754Kartik Agaram2020-09-071-1/+1
|
* 6753Kartik Agaram2020-09-071-47/+48
|
* 6752Kartik Agaram2020-09-071-9/+9
|
* 6751Kartik Agaram2020-09-071-19/+19
| | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost.
* 6750Kartik Agaram2020-09-071-13/+15
|
* 6749 - plumb screen through in a few placesKartik Agaram2020-09-071-25/+25
|
* 6748 - promote browser prototype an app with testsKartik Agaram2020-09-071-0/+271
Now that we have a fake screen we can start testing it.