about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* make love event names consistentKartik K. Agaram2022-12-231-3/+3
* support selections in the source editorKartik K. Agaram2022-09-061-1/+0
* support drawings in the source editorKartik K. Agaram2022-09-051-17/+22
* editing source code from within the appKartik K. Agaram2022-09-031-5/+0
* set color for each fragmentKartik K. Agaram2022-08-231-1/+1
* helper: trimming whitespace from stringsKartik K. Agaram2022-08-231-0/+12
* fix a nameKartik K. Agaram2022-08-191-4/+4
* couple of accidental globalsKartik K. Agaram2022-08-181-2/+2
* get rid of some ridiculous codeKartik K. Agaram2022-08-181-15/+5
* spurious argsKartik K. Agaram2022-08-181-18/+18
* dead codeKartik K. Agaram2022-08-181-2/+0
* generalize a functionKartik K. Agaram2022-08-181-9/+10
* extract a variableKartik K. Agaram2022-08-181-2/+3
* simplifyKartik K. Agaram2022-08-181-4/+1
* move caching behavior inside compute_fragmentsKartik K. Agaram2022-08-171-6/+6
* remove some unnecessary workKartik K. Agaram2022-08-171-1/+3
* standardize scroll check in a few placesKartik K. Agaram2022-08-171-3/+3
* simplify cursor-on-screen checkKartik K. Agaram2022-08-171-6/+6
* swap return valuesKartik K. Agaram2022-08-171-5/+5
* obsolete commentKartik K. Agaram2022-08-161-2/+0
* moveKartik K. Agaram2022-08-151-28/+28
* drop some unnecessary callsKartik K. Agaram2022-08-151-6/+0
* stop confusingly reading a globalKartik K. Agaram2022-08-151-2/+2
* bugfix: handle drawings when updating screen topKartik K. Agaram2022-08-111-0/+1
* renameKartik K. Agaram2022-08-111-24/+24
* bugfix: pagedown was sometimes bouncing upKartik K. Agaram2022-08-101-1/+1
* bugfix: backspace from start of final lineKartik K. Agaram2022-08-101-1/+5
* unnecessary argsKartik K. Agaram2022-08-101-1/+1
* click to the left of a lineKartik K. Agaram2022-07-291-2/+1
* bugfix: searchKartik K. Agaram2022-07-211-1/+1
* use line cache for drawings as wellKartik K. Agaram2022-07-201-26/+26
* bugfix: where cursor is drawnKartik K. Agaram2022-07-201-4/+11
* .Kartik K. Agaram2022-07-201-0/+2
* exclude left margin from my word-split heuristicKartik K. Agaram2022-07-201-1/+1
* allow Text.nearest_pos_less_than to return 0Kartik K. Agaram2022-07-201-5/+2
* drop an unnecessary level of indentKartik K. Agaram2022-07-201-23/+21
* clean up some printsKartik K. Agaram2022-07-201-17/+10
* move a var closer to its useKartik K. Agaram2022-07-201-2/+2
* more clearly skip prints before screen topKartik K. Agaram2022-07-201-21/+19
* unify two similar functionsKartik K. Agaram2022-07-191-11/+4
* keep text from overflowing right marginKartik K. Agaram2022-07-191-5/+15
* bugfix: couple of margin-relative computationsKartik K. Agaram2022-07-171-2/+2
* separate data structure for each line's cache dataKartik K. Agaram2022-07-171-50/+58
* keep all text cache writes inside text.luaKartik K. Agaram2022-07-171-5/+5
* switch to line index in a functionKartik K. Agaram2022-07-171-2/+3
* switch to line index in a functionKartik K. Agaram2022-07-171-16/+17
* make a function oblivious to line data structureKartik K. Agaram2022-07-171-5/+5
* switch to line index in a functionKartik K. Agaram2022-07-171-3/+3
* switch to line index in a functionKartik K. Agaram2022-07-171-15/+16
* switch to line index in a functionKartik K. Agaram2022-07-171-1/+2