about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* test: naming a pointKartik K. Agaram2022-06-141-1/+4
* drop non-existent feature from commentKartik K. Agaram2022-06-141-1/+0
* extract variables for drawing paddingKartik K. Agaram2022-06-141-2/+6
* extract variable Margin_leftKartik K. Agaram2022-06-141-1/+2
* mouse buttons are integers, not stringsKartik K. Agaram2022-06-141-4/+4
* cleanupKartik K. Agaram2022-06-141-6/+0
* bugfixKartik K. Agaram2022-06-141-0/+8
* bugfix: UTF-8 in compute_fragmentsKartik K. Agaram2022-06-141-0/+2
* override mouse state lookups in testsKartik K. Agaram2022-06-121-3/+3
* bugfix in commit e51ce12969Kartik K. Agaram2022-06-121-4/+6
* bugfix: BSOD in #4.Kartik K. Agaram2022-06-111-2/+2
* bugfix: autosave and undo in a couple of casesKartik K. Agaram2022-06-111-0/+6
* bugfix: missed fixing a callsiteKartik K. Agaram2022-06-111-1/+1
* stop handling nil screen_line_starting_pos everywhereKartik K. Agaram2022-06-101-1/+0
* more precise scroll on pasteKartik K. Agaram2022-06-101-19/+4
* faster pasteKartik K. Agaram2022-06-101-9/+7
* revert previous commitKartik K. Agaram2022-06-101-5/+15
* experiment: extremely precise scrolling on pasteKartik K. Agaram2022-06-101-15/+5
* while we're at it, undo naming pointsKartik K. Agaram2022-06-101-0/+2
* stop saving the entire file when modifying drawingsKartik K. Agaram2022-06-101-0/+8
* undo creating new drawingsKartik K. Agaram2022-06-101-1/+3
* extract scrolling logic out of insert_at_cursorKartik K. Agaram2022-06-101-0/+6
* 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