summaryrefslogtreecommitdiff
path: root/vis-lua.c
AgeCommit message (Expand)Author
2024-04-29Emit an event (ui_draw) immediately before drawing the screenRudy Dellomas III
2024-04-29Add Lua function to Win for directly editing cell styling by positionRudy Dellomas III
2024-04-25lua: Report viewport lines and bytes in one tableRudy Dellomas III
2024-04-21Add a Lua constant for UI_STYLE_LEXER_MAXRudy Dellomas III
2024-02-01allow disabling of statusbarsewn
2023-11-23luadoc: fix broken link and add links between vis/win.optionsRandy Palamar
2023-10-05vis-lua: fail when mapping a key to an invalid handler typeKarthin Srinavakili
2023-08-27Make expandtab option window-localAlexey Yerin
2023-08-27Make tabwidth option window-localAlexey Yerin
2023-08-27vis-lua.c: silence warning about implicit conversionRandy Palamar
2023-08-24lua api: fix a couple typos in process_response() documentationRandy Palamar
2023-08-24Implementation of the non-blocking process running Lua APIxomachine
2023-08-24Lua API: access and set all available optionsRandy Palamar
2023-08-10vis-lua.c: stop obj_ref_get() from leaving the lua stack modifiedRandy Palamar
2023-07-18vis:pipe(): don't segfault if vis->win isn't presentRandy Palamar
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker
2023-06-22Lua API: allow nil in vis:pipe() File and Range parametersJörg Bakker
2023-03-19implement Selection:remove()Jeremy Bobbin
2022-11-29fix miscellaneous spelling mistakesNick Hanley
2022-08-19Revert "vis-lua: support themes in vis:message"Evan Gates
2022-06-15vis-lua: support themes in vis:messageEvan Gates
2020-12-29vis-lua: provide file.permission propertyMarc André Tanner
2020-12-10fix typos in commentsMoesasji
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner
2020-09-17vis-lua: provide vis.mark propertyMarc André Tanner
2020-09-17vis-lua: use utility function to translate mark namesMarc André Tanner
2020-09-17vis-lua: provide vis.register propertyMarc André Tanner
2020-09-17vis-lua: use utility function to translate register namesMarc André Tanner
2020-09-17vis-lua: fix mark_names Lua doc indentationMarc André Tanner
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-08-14vis-lua: fix redraw method name in API documentationMarc André Tanner
2020-08-14vis-lua: make file.modified assignableMarc André Tanner
2020-02-24vis-lua: implement vis:redraw()Marc André Tanner
2020-02-24lua: fix documentation typos and errorsGeorgi Kirilov
2020-02-10vis-lua: avoid string memory leaks in error caseMarc André Tanner
2020-02-07lua: add <plugin>/init.lua to package.pathGeorgi Kirilov
2020-02-04vis: make core code more robustMarc André Tanner
2018-05-17vis: simplify C status bar drawing codeMarc André Tanner
2018-05-17vis: display count/input queue content in status barMarc André Tanner
2018-05-17vis-lua: expose current input_queue contentMarc André Tanner
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner
2018-01-01vis-open: fix for absolute and non-existent pathsKelsey Judson
2017-11-21vis-lua: implement window:closeMarc André Tanner
2017-11-21vis-lua: do not enumerate internal windowsMarc André Tanner
2017-07-23vis-lua: move marks array to window objectMarc André Tanner
2017-07-17vis: specify window in mark related APIMarc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner
2017-07-11vis: cleanup register related APIMarc André Tanner
2017-07-11vis-lua: represent marks as array of rangesMarc André Tanner
2017-07-08vis: cleanup marks implementationMarc André Tanner