about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* extract scrolling logic out of insert_returnKartik K. Agaram2022-06-101-0/+3
* remove some memory leaks from rendered fragmentsKartik K. Agaram2022-06-101-0/+3
* fix a corner case when selecting textKartik K. Agaram2022-06-091-9/+21
* .Kartik K. Agaram2022-06-091-4/+2
* experiment: blinking cursorKartik K. Agaram2022-06-091-0/+4
* experiment: turn off JITKartik K. Agaram2022-06-091-0/+5
* more defensive resize handlingKartik K. Agaram2022-06-071-2/+23
* first commandline arg: window dimensionsKartik K. Agaram2022-06-071-8/+33
* use app name in window titleKartik K. Agaram2022-06-071-1/+1
* warn on unused commandline argsKartik K. Agaram2022-06-071-0/+4
* obsolete commentKartik K. Agaram2022-06-071-1/+0
* extract a functionKartik K. Agaram2022-06-071-11/+14
* allow the window to be resizedKartik K. Agaram2022-06-071-2/+13
* autosave on cut/pasteKartik K. Agaram2022-06-051-0/+2
* .Kartik K. Agaram2022-06-051-1/+1
* another bugfix in scrolling while inserting textKartik K. Agaram2022-06-051-0/+1
* renameKartik K. Agaram2022-06-051-2/+2
* some unnecessary mutationsKartik K. Agaram2022-06-051-4/+0
* 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