about summary refs log tree commit diff stats
path: root/src/teliva.c
Commit message (Expand)AuthorAgeFilesLines
* call app's main() from within Lua pmainKartik K. Agaram2022-03-071-5/+1
* zet.tlv: switch file writes to new APIKartik K. Agaram2022-03-071-0/+11
* extract a common function callKartik K. Agaram2022-03-071-1/+1
* a simple hack to make caller apparentKartik K. Agaram2022-03-051-5/+1
* new API for file operationsKartik K. Agaram2022-03-051-1/+1
* simplify permissions model for file operationsKartik K. Agaram2022-03-031-3/+3
* duplicate keypress on failing testKartik K. Agaram2022-02-261-1/+0
* 'doc:blurb': a place to briefly describe an appKartik K. Agaram2022-02-171-1/+10
* stop aborting if audit log fills upKartik K. Agaram2022-02-121-10/+32
* hacky support for caller main in file permissionsKartik K. Agaram2022-02-101-0/+2
* move most Teliva menus to the rightKartik K. Agaram2022-02-071-5/+7
* don't perturb cursor when drawing menuKartik K. Agaram2022-02-041-0/+3
* include keys typed into audit logKartik K. Agaram2022-02-011-0/+7
* file permissions: decide based on calling functionKartik K. Agaram2022-02-011-10/+24
* try to get by with one feature macroKartik K. Agaram2022-01-291-3/+0
* bugfix: editor was no longer saving anythingKartik K. Agaram2022-01-271-4/+2
* redo lua vs proseKartik K. Agaram2022-01-261-9/+5
* rename the custom big picture view to doc:mainKartik K. Agaram2022-01-251-1/+2
* override big picture view with doc:bp if it existsKartik K. Agaram2022-01-251-2/+18
* disable Lua colors in proseKartik K. Agaram2022-01-251-2/+6
* renameKartik K. Agaram2022-01-251-4/+4
* new section in big picture: prose (non-code)Kartik K. Agaram2022-01-251-4/+33
* optimization: stop saving identical definitionsKartik K. Agaram2022-01-251-0/+7
* save doc: buffers to .tlv imagesKartik K. Agaram2022-01-251-2/+16
* delete a redundant function prototypeKartik K. Agaram2022-01-251-2/+1
* rename a functionKartik K. Agaram2022-01-251-4/+4
* start supporting non-code "buffers"Kartik K. Agaram2022-01-251-0/+6
* get Teliva running on NetBSDKartik K. Agaram2022-01-241-0/+4
* file permissions: clear stale errorsKartik K. Agaram2022-01-161-0/+1
* some heuristic guidance on permissions screenKartik K. Agaram2022-01-041-2/+59
* try running permissions advice after editingKartik K. Agaram2022-01-041-3/+21
* slightly better error messageKartik K. Agaram2022-01-041-1/+6
* reorgKartik K. Agaram2022-01-041-17/+17
* extract functionKartik K. Agaram2022-01-041-23/+14
* load permissions properly in a third placeKartik K. Agaram2022-01-041-2/+9
* when editing a function, show its callersKartik K. Agaram2022-01-031-6/+50
* start saving callers of functionsKartik K. Agaram2022-01-031-0/+50
* commentKartik K. Agaram2022-01-031-1/+1
* extract a functionKartik K. Agaram2022-01-031-0/+22
* events view: jump to a functionKartik K. Agaram2022-01-031-7/+27
* rendering improvementKartik K. Agaram2022-01-021-3/+2
* bugfix: policies must end in newlineKartik K. Agaram2022-01-021-3/+3
* start on a view of audit eventsKartik K. Agaram2022-01-021-2/+67
* editing file permissionsKartik K. Agaram2022-01-021-41/+54
* editable file permissionsKartik K. Agaram2022-01-021-48/+178
* fork a new editor widget for non-codeKartik K. Agaram2022-01-021-2/+2
* better follow kilo's naming conventionsKartik K. Agaram2022-01-021-3/+3
* copy tweakKartik K. Agaram2022-01-021-3/+4
* renameKartik K. Agaram2022-01-021-25/+25
* sandbox: tweaks to warning copyKartik K. Agaram2022-01-021-7/+8