about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* gotcha: silent string concatenationKartik K. Agaram2021-11-291-1/+1
* .Kartik K. Agaram2021-11-291-7/+7
* a couple more global curses bindingsKartik K. Agaram2021-11-291-0/+3
* fix regression in showing error messagesKartik K. Agaram2021-11-291-4/+4
* .Kartik K. Agaram2021-11-291-2/+0
* why not keep manual tests in the repo?Kartik K. Agaram2021-11-291-0/+15
* let people fix bad images from within TelivaKartik K. Agaram2021-11-292-12/+28
* redo uncommentKartik K. Agaram2021-11-281-5/+6
* auto-indentKartik K. Agaram2021-11-281-1/+7
* tab key: always insert two spacesKartik K. Agaram2021-11-281-0/+5
* hide some 'advanced' hotkeys to support narrow windowsKartik K. Agaram2021-11-281-4/+0
* ctrl-/ to comment/uncomment lineKartik K. Agaram2021-11-282-0/+28
* ctrl-u/ctrl-k to make editing a bit more ergonomicKartik K. Agaram2021-11-282-1/+18
* special indent settings for kiloKartik K. Agaram2021-11-281-0/+3
* indentKartik K. Agaram2021-11-281-40/+40
* mac backspace attempt 3Kartik K. Agaram2021-11-281-1/+1
* fix half-assed mac os backspace commitKartik K. Agaram2021-11-282-4/+4
* sacrificing another LoC to ward off crashesKartik K. Agaram2021-11-281-0/+1
* editing notes sucks a little lessKartik K. Agaram2021-11-282-4/+10
* fix the bug described in commit cec57992b7Kartik K. Agaram2021-11-281-4/+12
* rename a fn and reorganize its responsibilitiesKartik K. Agaram2021-11-281-3/+3
* split a lumpy abstraction into two cleaner onesKartik K. Agaram2021-11-281-13/+19
* purge abstraction hiding teliva_editor_bufferKartik K. Agaram2021-11-281-10/+5
* inline another functionKartik K. Agaram2021-11-282-8/+2
* take one responsibility away from edit_imageKartik K. Agaram2021-11-281-4/+4
* .Kartik K. Agaram2021-11-281-1/+1
* inline an unnecessary functionKartik K. Agaram2021-11-281-7/+2
* start streamlining architectureKartik K. Agaram2021-11-282-3/+4
* fix going to big picture after saving editor stateKartik K. Agaram2021-11-281-7/+7
* yet another fucking makefile bugKartik K. Agaram2021-11-281-1/+1
* clear editor state across user-visible restartsKartik K. Agaram2021-11-281-1/+3
* use header everywhereKartik K. Agaram2021-11-281-3/+3
* unused variableKartik K. Agaram2021-11-281-1/+0
* standardize filenames that teliva strews on diskKartik K. Agaram2021-11-282-26/+26
* restore editor state from snapshotKartik K. Agaram2021-11-282-1/+62
* make look_up_definition more composableKartik K. Agaram2021-11-281-7/+12
* save a snapshot of editor state across restartsKartik K. Agaram2021-11-282-1/+14
* more salient concept of 'views'Kartik K. Agaram2021-11-281-4/+4
* fix backspace on MacKartik K. Agaram2021-11-282-1/+6
* editor hotkeys: sol/eolKartik K. Agaram2021-11-282-4/+20
* a starting point for new appsKartik K. Agaram2021-11-271-0/+72
* tour: add some imagesKartik K. Agaram2021-11-273-4/+9
* more friendlyKartik K. Agaram2021-11-271-0/+7
* don't distract the tour with things we don't haveKartik K. Agaram2021-11-271-7/+4
* .Kartik K. Agaram2021-11-271-1/+1
* .Kartik K. Agaram2021-11-271-6/+10
* tour: split the first task into 3Kartik K. Agaram2021-11-271-12/+65
* tour: better links for task 1Kartik K. Agaram2021-11-271-2/+3
* pass some CFLAGS at least to libcursesKartik K. Agaram2021-11-271-3/+3
* .Kartik K. Agaram2021-11-271-1/+1