about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mouse wheel supportKartik K. Agaram2023-03-236-12/+84
* mention a new toolKartik K. Agaram2023-03-211-0/+2
* give a test a unique nameKartik K. Agaram2023-03-192-6/+6
* get typed in keystrokes to show on screen on iPadKartik K. Agaram2023-03-182-0/+21
* extract a functionKartik K. Agaram2023-03-181-10/+14
* consistently use App names for methods everywhereKartik K. Agaram2023-03-182-9/+9
* move default file locationKartik K. Agaram2023-03-181-1/+1
* remove a stale issueKartik K. Agaram2023-03-171-2/+0
* more bugfixKartik K. Agaram2023-03-173-6/+4
* bugfixKartik K. Agaram2023-03-174-18/+72