aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24vis-lua: implement vis:redraw()Marc André Tanner1-0/+13
2020-02-24lua: fix documentation typos and errorsGeorgi Kirilov1-2/+2
2020-02-10vis-lua: avoid string memory leaks in error caseMarc André Tanner1-6/+3
2020-02-07lua: add <plugin>/init.lua to package.pathGeorgi Kirilov1-2/+4
2020-02-04vis: make core code more robustMarc André Tanner1-1/+1
2018-05-17vis: simplify C status bar drawing codeMarc André Tanner1-11/+7
2018-05-17vis: display count/input queue content in status barMarc André Tanner1-0/+7
2018-05-17vis-lua: expose current input_queue contentMarc André Tanner1-0/+9
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner1-1/+1
2018-01-01vis-open: fix for absolute and non-existent pathsKelsey Judson1-0/+9
2017-11-21vis-lua: implement window:closeMarc André Tanner1-0/+28
2017-11-21vis-lua: do not enumerate internal windowsMarc André Tanner1-5/+8
2017-07-23vis-lua: move marks array to window objectMarc André Tanner1-27/+29
2017-07-17vis: specify window in mark related APIMarc André Tanner1-2/+2
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-83/+111
2017-07-11vis: cleanup register related APIMarc André Tanner1-15/+30
2017-07-11vis-lua: represent marks as array of rangesMarc André Tanner1-21/+34
2017-07-08vis: cleanup marks implementationMarc André Tanner1-2/+2
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-6/+14
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner1-13/+14
2017-06-15view: do not automatically anchor selections when setting rangeMarc André Tanner1-2/+4
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-36/+36
2017-06-15view: rename view_cursorsMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_numberMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_countMarc André Tanner1-3/+3
2017-06-15view: rename view_cursors_nextMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-4/+4
2017-06-10More theme improvementsPhilipp Emanuel Weidmann1-13/+14
2017-05-27vis-lua: avoid nil values in table returned by vis:mappingMarc André Tanner1-1/+2
2017-05-27vis-lua: expose functions to unmap key bindingsMarc André Tanner1-0/+40
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner1-0/+38
2017-05-03text: remove text_insert_newline functionMarc André Tanner1-2/+2
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-3/+1
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-22/+0
2017-03-25Merge branch 'master' of https://github.com/joshaw/visMarc André Tanner1-1/+10
2017-03-24vis: properly redraw status bar of windows displaying internal filesMarc André Tanner1-3/+3
2017-03-24vis-lua: register a panic handlerMarc André Tanner1-1/+31
2017-03-24vis-lua: use better name for error handling functionMarc André Tanner1-2/+2
2017-03-24vis-lua: adjust return value validation of called lua functionsMarc André Tanner1-3/+7
2017-03-24vis-lua: validate lua state on vis API entry pointsMarc André Tanner1-9/+27
2017-03-22vis-lua: add usage documentation to command_registerJosh Wainwright1-1/+10
2017-03-19vis-lua: allow operators to be defined as lua functionsMarc André Tanner1-0/+62
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-5/+3
2017-03-19Move :set theme option implementation to luaMarc André Tanner1-19/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-55/+1
2017-03-19vis-lua: make vis.win return nil if no window exists yetMarc André Tanner1-2/+4
2017-03-19vis-lua: expose option_unregister functionMarc André Tanner1-0/+16
2017-03-19vis-lua: expose option_register functionMarc André Tanner1-0/+54