about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* reconcile manual tests with some downstream forksKartik K. Agaram2023-06-081-1/+3
* several bugfixes in saving/loading cursor positionKartik K. Agaram2023-06-083-7/+24
* document some editor constantsKartik K. Agaram2023-06-071-0/+19
* return height of editor widget after drawingKartik K. Agaram2023-06-061-0/+2
* document facilities for buttons on screenKartik K. Agaram2023-06-061-0/+54
* document a couple of miscellaneous helpersKartik K. Agaram2023-06-051-0/+6
* document a few more keyboard primitivesKartik K. Agaram2023-06-051-0/+9
* rename modifier_down to key_downKartik K. Agaram2023-06-053-8/+7
* port inscript's bugfix to source editorKartik K. Agaram2023-06-046-31/+143
* bugfix: inscript's bugKartik K. Agaram2023-06-044-16/+65
* handle wrapping linesKartik K. Agaram2023-06-032-2/+19
* change how we handle clicks above top marginKartik K. Agaram2023-06-034-24/+34
* desired behavior now looks goodKartik K. Agaram2023-06-021-0/+5
* save the list of tests in repoKartik K. Agaram2023-06-021-0/+113
* get rid of recent_mouseKartik K. Agaram2023-06-013-37/+24
* failing test now looks realisticKartik K. Agaram2023-06-011-0/+46
* idea: set recent_mouse on mouse eventsKartik K. Agaram2023-06-012-4/+4
* ah, I see the problemKartik K. Agaram2023-06-012-13/+8
* some temporary logging to catch a bugKartik K. Agaram2023-06-013-6/+17
* wait, fix testsKartik K. Agaram2023-05-301-9/+19
* bugfix: drawings in source editorKartik K. Agaram2023-05-302-10/+20
* hide cursor in log browser windowKartik K. Agaram2023-05-142-3/+3
* add an assertKartik K. Agaram2023-05-142-0/+2
* bugfix: rendering hyperlinks in wrapping linesKartik K. Agaram2023-05-141-1/+1
* bugfix: searching files containing unicodeKartik K. Agaram2023-05-133-48/+62
* bugfix: never use utf8 pos in string.subKartik K. Agaram2023-05-063-4/+7
* delete inapplicable issueKartik K. Agaram2023-04-211-4/+0
* correct a characterizationKartik K. Agaram2023-04-211-2/+2
* remove some support for long lines from source editorKartik K. Agaram2023-04-192-13/+7
* primitives for writing testsKartik K. Agaram2023-04-112-1/+28
* couple of typosKartik K. Agaram2023-04-111-4/+4
* editor documentationKartik K. Agaram2023-04-101-0/+49
* include a brief reference enabling many useful appsKartik K. Agaram2023-04-092-12/+264
* deemphasize the source editorKartik K. Agaram2023-04-093-3/+17
* rename a variableKartik K. Agaram2023-04-082-12/+11
* bugfix: syntax highlighting in source editorKartik K. Agaram2023-04-081-2/+7
* enhance bugfix of commit a9aa3436f (Dec 2024)Kartik K. Agaram2023-04-082-2/+2
* switch source side to new screen-line-based renderKartik K. Agaram2023-04-039-106/+115
* change cursor bounds check slightlyKartik K. Agaram2023-04-021-1/+1
* streamline the interface for Text.drawKartik K. Agaram2023-04-022-3/+2
* avoid saving fragments in linesKartik K. Agaram2023-04-013-69/+48
* show count of test failuresKartik K. Agaram2023-04-011-1/+1
* minor cleanup and a todo for laterKartik K. Agaram2023-04-012-14/+4
* clean up some final bifold codeKartik K. Agaram2023-04-012-19/+3
* start thinking of compute_fragments as a detailKartik K. Agaram2023-04-012-2/+2
* update documentation on fragmentsKartik K. Agaram2023-04-012-2/+2
* stop creating a singleton table for every wordKartik K. Agaram2023-04-012-22/+22
* clean up some debug printsKartik K. Agaram2023-04-012-16/+0
* no more Text allocationsKartik K. Agaram2023-04-015-41/+18
* App.width can no longer take a TextKartik K. Agaram2023-04-0111-71/+28