about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* add args to some functionsKartik K. Agaram2022-07-081-6/+6
* add args to some functionsKartik K. Agaram2022-07-081-5/+5
* add args to some functionsKartik K. Agaram2022-07-082-11/+11
* add args to some functionsKartik K. Agaram2022-07-081-10/+12
* add args to some functionsKartik K. Agaram2022-07-081-3/+3
* add args to some functionsKartik K. Agaram2022-07-081-2/+2
* add args to some functionsKartik K. Agaram2022-07-083-8/+8
* add args to some functionsKartik K. Agaram2022-07-083-6/+5
* indentKartik K. Agaram2022-07-082-3/+12
* add args to some functionsKartik K. Agaram2022-07-083-5/+5
* add args to some functionsKartik K. Agaram2022-07-083-15/+15
* add args to some functionsKartik K. Agaram2022-07-081-28/+28
* start passing left/right margins everywhereKartik K. Agaram2022-07-082-10/+10
* rename a couple of variablesKartik K. Agaram2022-07-081-10/+10
* affirm a priorityKartik K. Agaram2022-07-081-0/+2
* drop an arg from a functionKartik K. Agaram2022-07-083-4/+4
* switch arg for a functionKartik K. Agaram2022-07-082-16/+12
* 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-072-20/+6
* 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
* better error messageKartik K. Agaram2022-07-051-0/+3
* make freehand drawings smootherKartik K. Agaram2022-07-051-1/+17
* optimization: moving cursor to next wordKartik K. Agaram2022-07-051-4/+12
* bugfix: avoid scrolling on 'end'Kartik K. Agaram2022-07-052-8/+15
* bugfix: 'escape' to cancel a strokeKartik K. Agaram2022-07-053-6/+28
* what should happen to selection while drawing?Kartik K. Agaram2022-07-051-0/+1
* keep online help inside of drawingKartik K. Agaram2022-07-041-2/+2
* bugfixKartik K. Agaram2022-07-031-1/+1
* link to export toolKartik K. Agaram2022-07-021-0/+5
* deemphasize the terminal in ReadmeKartik K. Agaram2022-07-011-22/+4
* drop stale flag from documentationKartik K. Agaram2022-07-011-10/+0
* ugh, handle absolute as well as relative pathsKartik K. Agaram2022-07-012-1/+13
* include CWD when saving filenameKartik K. Agaram2022-07-011-1/+3
* bugfix: clicking on empty linesKartik K. Agaram2022-07-012-1/+18
* enforce press/release state only processed onceKartik K. Agaram2022-07-011-4/+7
* bugfix: manage screen_top and cursor when resizingKartik K. Agaram2022-07-013-0/+45
* bugfix: enable resize when loading settingsKartik K. Agaram2022-06-301-2/+10
* right marginKartik K. Agaram2022-06-305-41/+114
* 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-306-163/+67
* rip out the line-width sliderKartik K. Agaram2022-06-302-48/+0
* bugfix: lines that aren't drawn from the startKartik K. Agaram2022-06-303-11/+48
* some redundant callsKartik K. Agaram2022-06-301-4/+0
* bugfix: save previous file when dropping a new one onKartik K. Agaram2022-06-292-0/+35