about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* regression: couldn't do many drawing operations because line.y was resetKartik K. Agaram2022-06-041-1/+7
* try to maintain a reasonable line widthKartik K. Agaram2022-06-041-15/+15
* .Kartik K. Agaram2022-06-041-4/+0
* select text with shift + mouseclickKartik K. Agaram2022-06-041-2/+8
* bugfix: restore state after C-f (find)Kartik K. Agaram2022-06-031-4/+6
* highlight selection while draggingKartik K. Agaram2022-06-031-5/+7
* select text using mouse dragKartik K. Agaram2022-06-031-10/+15
* renameKartik K. Agaram2022-06-031-2/+2
* up arrow to search previousKartik K. Agaram2022-06-031-0/+2
* switch copy/paste to ctrl- hotkeysKartik K. Agaram2022-06-021-0/+48
* switch undo/redo to ctrl- hotkeysKartik K. Agaram2022-06-021-0/+18
* default font size and line-heightKartik K. Agaram2022-06-021-4/+10
* extract a new variableKartik K. Agaram2022-06-021-1/+2
* crisp font renderingKartik K. Agaram2022-06-021-4/+20
* find textKartik K. Agaram2022-06-021-5/+43
* .Kartik K. Agaram2022-06-021-1/+1
* renameKartik K. Agaram2022-06-021-1/+1
* bugfix: undo drawing creationKartik K. Agaram2022-06-021-0/+1
* after much struggle, a brute-force undoKartik K. Agaram2022-06-021-0/+5
* .Kartik K. Agaram2022-05-291-6/+0
* selecting text and deleting selectionsKartik K. Agaram2022-05-291-0/+11
* update some documentationKartik K. Agaram2022-05-291-3/+6
* move some codeKartik K. Agaram2022-05-281-28/+0
* .Kartik K. Agaram2022-05-271-1/+1
* assert for a bug I saw a while ago but can no longer reproduceKartik K. Agaram2022-05-251-0/+1
* no, make sure to compute line width after screen dimensionsKartik K. Agaram2022-05-251-4/+4
* couple more testsKartik K. Agaram2022-05-251-17/+19
* get rid of debug variablesKartik K. Agaram2022-05-231-9/+4
* keep one screen line of overlap on pagedownKartik K. Agaram2022-05-231-1/+1
* a few tests for pageup, and a bugfixKartik K. Agaram2022-05-231-10/+18
* disable all debug printsKartik K. Agaram2022-05-231-2/+2
* .Kartik K. Agaram2022-05-231-1/+2
* couple of tests for cursor downKartik K. Agaram2022-05-231-2/+2
* bugfix: don't rely on Screen_bottom1 while scrollingKartik K. Agaram2022-05-231-1/+4
* first successful pagedown test, first bug found by testKartik K. Agaram2022-05-231-7/+8
* fold variables for screen dimensions into the app frameworkKartik K. Agaram2022-05-221-8/+8
* basic test-enabled frameworkKartik K. Agaram2022-05-221-26/+25
* renameKartik K. Agaram2022-05-221-1/+3
* beginnings of a test harnessKartik K. Agaram2022-05-221-0/+1
* bugfix: printing the first part of a line at the bottom made it seem non-wrap...Kartik K. Agaram2022-05-211-9/+17
* I feel confident now that page-down is working.Kartik K. Agaram2022-05-211-2/+3
* beginning of a new approach to scroll+wrapKartik K. Agaram2022-05-211-25/+31
* bugfix: escape key to hide online helpKartik K. Agaram2022-05-211-0/+6
* support for naming pointsKartik K. Agaram2022-05-211-0/+27
* keep cursor on screen when pressing 'down'Kartik K. Agaram2022-05-201-1/+1
* reduce ambitions a bit: page up/down need not start screen from the middle of...Kartik K. Agaram2022-05-201-13/+14
* ensure Filename is writable when opened outside a terminalKartik K. Agaram2022-05-201-1/+1
* snapshot - no, that's all wrongKartik K. Agaram2022-05-201-9/+11
* new globals: draw partial screen line up topKartik K. Agaram2022-05-201-0/+3
* start using some globalsKartik K. Agaram2022-05-201-1/+1