about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* some redundant callsKartik K. Agaram2022-06-301-4/+0
* bugfix: save previous file when dropping a new one onKartik K. Agaram2022-06-292-0/+35
* new test: dragging and dropping a file on lines.loveKartik K. Agaram2022-06-291-0/+27
* avoid redundant writes on exitKartik K. Agaram2022-06-291-1/+3
* clarify what "large files" meansKartik K. Agaram2022-06-291-1/+2
* clicking to the right of a line within line widthKartik K. Agaram2022-06-292-1/+38
* .Kartik K. Agaram2022-06-291-1/+1
* bugfix: clicking past end of screen lineKartik K. Agaram2022-06-292-1/+50
* bugfix: scrolling in left/right movementsKartik K. Agaram2022-06-282-10/+148
* when naming points, allow backspacing back to ''Kartik K. Agaram2022-06-271-0/+1
* undo commit 861c57b533Kartik K. Agaram2022-06-271-2/+1
* bugfix: typing a capital letter deletes selectionKartik K. Agaram2022-06-263-3/+29
* bugfix: deleting a selection spanning pagesKartik K. Agaram2022-06-262-0/+29
* bugfix: clear selection in a couple more placesKartik K. Agaram2022-06-231-0/+2
* bugfix: don't delete selection when moving cursorKartik K. Agaram2022-06-233-1/+23
* record one more case I can't automatically detectKartik K. Agaram2022-06-231-0/+5
* fix a failing testKartik K. Agaram2022-06-231-4/+2
* extract a functionKartik K. Agaram2022-06-232-18/+14
* bugfix: recompute screen lines in backspace/deleteKartik K. Agaram2022-06-231-0/+4
* keep drawings within the line width slider as wellKartik K. Agaram2022-06-223-29/+30
* show the line width when dragging the sliderKartik K. Agaram2022-06-221-0/+4
* turns out super- chords to get to textinputKartik K. Agaram2022-06-221-2/+1
* bugfix: delete selection before pastingKartik K. Agaram2022-06-213-3/+41
* bugfixKartik K. Agaram2022-06-212-1/+8
* better fix for commit 3ffc2ed8fKartik K. Agaram2022-06-201-0/+1
* revert selection logic to before commit 3ffc2ed8fKartik K. Agaram2022-06-203-8/+12
* snapshot: test for a new regressionKartik K. Agaram2022-06-201-0/+22
* selection bugfixKartik K. Agaram2022-06-202-1/+19
* much simplerKartik K. Agaram2022-06-202-31/+8
* some early returns should be assertsKartik K. Agaram2022-06-201-1/+3
* move Selection1 clearing past business logicKartik K. Agaram2022-06-201-10/+10
* remove some redundant checksKartik K. Agaram2022-06-201-30/+10
* no, that's not rightKartik K. Agaram2022-06-203-3/+40
* bugfix: typing should delete highlighted textKartik K. Agaram2022-06-203-9/+29
* clearer copyKartik K. Agaram2022-06-201-2/+3
* bugfixKartik K. Agaram2022-06-193-1/+27
* bugfix: crash in Text.up() after returnKartik K. Agaram2022-06-193-38/+31
* typosKartik K. Agaram2022-06-191-2/+2
* fix help for rectangles and squaresKartik K. Agaram2022-06-181-0/+20
* make sure to save right when quittingKartik K. Agaram2022-06-181-0/+5
* correct location of the line width sliderKartik K. Agaram2022-06-183-4/+5
* clean upKartik K. Agaram2022-06-173-30/+0
* more precise shape selectionKartik K. Agaram2022-06-172-7/+35
* correct commit f3abc2cbf2Kartik K. Agaram2022-06-173-10/+48
* drop last couple of manual testsKartik K. Agaram2022-06-173-13/+32
* manual test for adjusting line widthKartik K. Agaram2022-06-171-0/+6
* .Kartik K. Agaram2022-06-171-1/+1
* better handle moving pointsKartik K. Agaram2022-06-172-15/+5
* affordance to adjust width for word wrapKartik K. Agaram2022-06-172-1/+43
* indentKartik K. Agaram2022-06-171-4/+4