about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
...
* improve support for backspaceKartik K. Agaram2021-12-031-4/+7
* error message when no app is providedKartik K. Agaram2021-12-031-194/+6
* .Kartik K. Agaram2021-12-031-2/+3
* legible colors across all terminal configurationsKartik K. Agaram2021-12-031-1/+1
* show state of screen on runtime errorKartik K. Agaram2021-12-031-0/+7
* .Kartik K. Agaram2021-12-031-1/+1
* extract a helperKartik K. Agaram2021-12-031-18/+32
* fix a slight portability issue, maybeKartik K. Agaram2021-12-021-1/+1
* better cross-platform backspace supportKartik K. Agaram2021-11-301-4/+4
* .Kartik K. Agaram2021-11-291-7/+7
* fix regression in showing error messagesKartik K. Agaram2021-11-291-4/+4
* let people fix bad images from within TelivaKartik K. Agaram2021-11-291-10/+26
* sacrificing another LoC to ward off crashesKartik K. Agaram2021-11-281-0/+1
* editing notes sucks a little lessKartik K. Agaram2021-11-281-2/+2
* 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-281-6/+0
* 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-281-1/+2
* fix going to big picture after saving editor stateKartik K. Agaram2021-11-281-7/+7
* unused variableKartik K. Agaram2021-11-281-1/+0
* standardize filenames that teliva strews on diskKartik K. Agaram2021-11-281-24/+24
* restore editor state from snapshotKartik K. Agaram2021-11-281-1/+44
* make look_up_definition more composableKartik K. Agaram2021-11-281-7/+12
* save a snapshot of editor state across restartsKartik K. Agaram2021-11-281-1/+12
* more salient concept of 'views'Kartik K. Agaram2021-11-281-4/+4
* select C99 standardKartik K. Agaram2021-11-271-4/+2
* bugfix: emit legal Lua representationKartik K. Agaram2021-11-261-1/+1
* support space/backspace in recent changes viewKartik K. Agaram2021-11-261-6/+8
* standardize indentKartik K. Agaram2021-11-261-4/+4
* colorize comments in recent changesKartik K. Agaram2021-11-261-0/+4
* support notes on editsKartik K. Agaram2021-11-261-2/+38
* periodic cleanup of warningsKartik K. Agaram2021-11-261-3/+3
* .Kartik K. Agaram2021-11-261-4/+3
* .Kartik K. Agaram2021-11-261-1/+1
* don't mislead immediately after undoKartik K. Agaram2021-11-261-1/+7
* .Kartik K. Agaram2021-11-261-1/+0
* more obvious serialization of undo eventsKartik K. Agaram2021-11-261-0/+4
* render undo eventsKartik K. Agaram2021-11-261-0/+8
* start processing undo eventsKartik K. Agaram2021-11-261-0/+14
* start recording undo events in timelineKartik K. Agaram2021-11-261-6/+30
* save timestamp on change; show in recent changesKartik K. Agaram2021-11-261-2/+20
* .Kartik K. Agaram2021-11-261-0/+1
* clean up traces of an old experimentKartik K. Agaram2021-11-261-2/+2
* add support for metadata in Teliva programsKartik K. Agaram2021-11-261-12/+26
* undo to a specific pointKartik K. Agaram2021-11-261-4/+12