about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* get rid of to_textKartik K. Agaram2023-04-017-42/+31
* .Kartik K. Agaram2023-03-301-1/+0
* obsolete manual testKartik K. Agaram2023-03-301-4/+0
* better formattingKartik K. Agaram2023-03-281-9/+11
* update stale source X-(Kartik K. Agaram2023-03-262-11/+17
* bugfix: naming pointsKartik K. Agaram2023-03-264-5/+44
* bugfixKartik K. Agaram2023-03-262-4/+37
* bugfixKartik K. Agaram2023-03-261-2/+4
* clean up some absolute coordinatesKartik K. Agaram2023-03-252-3/+3
* update stale informationKartik K. Agaram2023-03-252-3/+3
* stop reusing cursor locations between filesKartik K. Agaram2023-03-251-1/+2
* experiment at avoiding some merge conflictsKartik K. Agaram2023-03-252-0/+27
* some minor cleanupKartik K. Agaram2023-03-234-5/+5