about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
...
* drop an arg from a functionKartik K. Agaram2022-07-081-2/+2
* switch arg for a functionKartik K. Agaram2022-07-081-1/+1
* stop scanning from start of file on every App.drawKartik K. Agaram2022-07-071-40/+38
* yet another bugfix in selection managementKartik K. Agaram2022-07-071-2/+5
* just keep the cursor visible after any input eventsKartik K. Agaram2022-07-061-2/+8
* show cursor immediately after a mouse clickKartik K. Agaram2022-07-061-0/+2
* bugfix: avoid scrolling on 'end'Kartik K. Agaram2022-07-051-2/+1
* bugfix: 'escape' to cancel a strokeKartik K. Agaram2022-07-051-5/+0
* what should happen to selection while drawing?Kartik K. Agaram2022-07-051-0/+1
* bugfixKartik K. Agaram2022-07-031-1/+1
* ugh, handle absolute as well as relative pathsKartik K. Agaram2022-07-011-1/+5
* include CWD when saving filenameKartik K. Agaram2022-07-011-1/+3
* bugfix: clicking on empty linesKartik K. Agaram2022-07-011-1/+2
* enforce press/release state only processed onceKartik K. Agaram2022-07-011-4/+7
* bugfix: manage screen_top and cursor when resizingKartik K. Agaram2022-07-011-0/+7
* bugfix: enable resize when loading settingsKartik K. Agaram2022-06-301-2/+10
* right marginKartik K. Agaram2022-06-301-0/+2
* start loading settings as applicableKartik K. Agaram2022-06-301-12/+43
* start saving some settings to disk on quitKartik K. Agaram2022-06-301-1/+8
* initialize screen width to something reasonableKartik K. Agaram2022-06-301-3/+3
* rip out geometry commandline argKartik K. Agaram2022-06-301-33/+8
* use the background colorKartik K. Agaram2022-06-301-2/+2
* stop blanking screen while resizingKartik K. Agaram2022-06-301-9/+0
* rip out notion of Line_widthKartik K. Agaram2022-06-301-9/+1
* rip out the line-width sliderKartik K. Agaram2022-06-301-30/+0
* bugfix: lines that aren't drawn from the startKartik K. Agaram2022-06-301-2/+7
* bugfix: save previous file when dropping a new one onKartik K. Agaram2022-06-291-0/+5
* avoid redundant writes on exitKartik K. Agaram2022-06-291-1/+3
* when naming points, allow backspacing back to ''Kartik K. Agaram2022-06-271-0/+1
* bugfix: typing a capital letter deletes selectionKartik K. Agaram2022-06-261-2/+6
* bugfix: don't delete selection when moving cursorKartik K. Agaram2022-06-231-1/+1
* show the line width when dragging the sliderKartik K. Agaram2022-06-221-0/+4
* bugfix: delete selection before pastingKartik K. Agaram2022-06-211-0/+3
* revert selection logic to before commit 3ffc2ed8fKartik K. Agaram2022-06-201-4/+0
* selection bugfixKartik K. Agaram2022-06-201-1/+1
* much simplerKartik K. Agaram2022-06-201-12/+4
* no, that's not rightKartik K. Agaram2022-06-201-3/+12
* bugfix: typing should delete highlighted textKartik K. Agaram2022-06-201-7/+5
* bugfixKartik K. Agaram2022-06-191-0/+8
* bugfix: crash in Text.up() after returnKartik K. Agaram2022-06-191-2/+2
* make sure to save right when quittingKartik K. Agaram2022-06-181-0/+5
* correct location of the line width sliderKartik K. Agaram2022-06-181-2/+2
* drop last couple of manual testsKartik K. Agaram2022-06-171-1/+3
* affordance to adjust width for word wrapKartik K. Agaram2022-06-171-1/+29
* indentKartik K. Agaram2022-06-171-4/+4
* autosave slightly less aggressivelyKartik K. Agaram2022-06-171-12/+23
* test: undo naming a pointKartik K. Agaram2022-06-141-0/+2
* 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