about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* standardize screen headingsKartik K. Agaram2021-11-261-1/+5
* start of 'recent changes' screenKartik K. Agaram2021-11-261-0/+102
* eliminate tail call using gotoKartik K. Agaram2021-11-261-1/+2
* clean up terminal in a specific situationKartik K. Agaram2021-11-261-7/+6
* dedup an enumKartik K. Agaram2021-11-261-5/+1
* .Kartik K. Agaram2021-11-261-2/+2
* .Kartik K. Agaram2021-11-261-2/+2
* extract a functionKartik K. Agaram2021-11-251-10/+18
* more stack hygieneKartik K. Agaram2021-11-251-0/+2
* .Kartik K. Agaram2021-11-251-7/+7
* dedup definitions in big-picture viewKartik K. Agaram2021-11-251-4/+40
* new shortcut: return to big-picture viewKartik K. Agaram2021-11-251-9/+14
* teliva is now ASan-clean againKartik K. Agaram2021-11-251-0/+4
* renameKartik K. Agaram2021-11-241-9/+9
* monotonically accumulate versions of definitionsKartik K. Agaram2021-11-241-71/+137
* .Kartik K. Agaram2021-11-241-3/+3
* consistent file opsKartik K. Agaram2021-11-241-6/+6
* styleKartik K. Agaram2021-11-241-3/+3
* renameKartik K. Agaram2021-11-241-7/+7
* indentKartik K. Agaram2021-11-241-32/+32
* standardize warning flags everywhereKartik K. Agaram2021-11-221-10/+7
* https now working!Kartik K. Agaram2021-11-211-0/+4
* basic http requests starting to workKartik K. Agaram2021-11-211-0/+10