aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-09vis-lua: add file:snapshot methodRandy Palamar1-0/+12
2025-12-05vis-lua: complete_command: utilize map_prefix() instead of grepRandy Palamar1-5/+3
2025-11-28Add command completion with tab keyMax Schillinger1-0/+36
2025-11-24text: remove a bunch of unused save functionsRandy Palamar1-1/+1
2025-02-22style_set: add option to keep non-default style valuesinfastin1-8/+12
2025-01-12array: delete onelinersRandy Palamar1-2/+2
2024-10-26document changing the displayed file of a window via luaFlorian Fischer1-0/+2
2024-09-13lua: improve argument parsing in vis.pipeFlorian Fischer1-6/+10
2024-09-13support piping a buffer to an external processFlorian Fischer1-3/+27
2024-05-30remove the vis->initialized memberRandy Palamar1-6/+1
2024-05-24combine Win and UiWinRandy Palamar1-24/+24
2024-05-21remove some view pointer chasingRandy Palamar1-37/+37
2024-05-21remove some ui pointer chasingRandy Palamar1-7/+5
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar1-6/+6
2024-05-21replace UiTermWin with UiWin & remove function pointersRandy Palamar1-15/+15
2024-05-21make Selection unopaqueRandy Palamar1-3/+3
2024-05-21make View unopaqueRandy Palamar1-13/+13
2024-05-21cleanup some single line get/set functionsRandy Palamar1-5/+5
2024-05-21cleanup vis event interfaceRandy Palamar1-121/+87
2024-05-12lua: allow changing the displayed file of a windowFlorian Fischer1-0/+6
2024-04-29lua: Serve viewport dimensions in viewport tableRudy Dellomas III1-3/+11
2024-04-29Emit an event (ui_draw) immediately before drawing the screenRudy Dellomas III1-1/+13
2024-04-29Add Lua function to Win for directly editing cell styling by positionRudy Dellomas III1-0/+27
2024-04-25lua: Report viewport lines and bytes in one tableRudy Dellomas III1-3/+16
2024-04-21Add a Lua constant for UI_STYLE_LEXER_MAXRudy Dellomas III1-0/+1
2024-02-01allow disabling of statusbarsewn1-0/+10
2023-11-23luadoc: fix broken link and add links between vis/win.optionsRandy Palamar1-1/+3
2023-10-05vis-lua: fail when mapping a key to an invalid handler typeKarthin Srinavakili1-0/+2
2023-08-27Make expandtab option window-localAlexey Yerin1-10/+10
2023-08-27Make tabwidth option window-localAlexey Yerin1-6/+6
2023-08-27vis-lua.c: silence warning about implicit conversionRandy Palamar1-1/+5
2023-08-24lua api: fix a couple typos in process_response() documentationRandy Palamar1-2/+2
2023-08-24Implementation of the non-blocking process running Lua APIxomachine1-0/+91
2023-08-24Lua API: access and set all available optionsRandy Palamar1-16/+400
2023-08-10vis-lua.c: stop obj_ref_get() from leaving the lua stack modifiedRandy Palamar1-17/+8
2023-07-18vis:pipe(): don't segfault if vis->win isn't presentRandy Palamar1-1/+5
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker1-1/+4
2023-06-22Lua API: allow nil in vis:pipe() File and Range parametersJörg Bakker1-5/+13
2023-03-19implement Selection:remove()Jeremy Bobbin1-0/+13
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-9/+9
2022-08-19Revert "vis-lua: support themes in vis:message"Evan Gates1-5/+1
2022-06-15vis-lua: support themes in vis:messageEvan Gates1-1/+5
2020-12-29vis-lua: provide file.permission propertyMarc André Tanner1-0/+10
2020-12-10fix typos in commentsMoesasji1-4/+4
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner1-0/+21
2020-09-17vis-lua: provide vis.mark propertyMarc André Tanner1-0/+17
2020-09-17vis-lua: use utility function to translate mark namesMarc André Tanner1-9/+7
2020-09-17vis-lua: provide vis.register propertyMarc André Tanner1-0/+17
2020-09-17vis-lua: use utility function to translate register namesMarc André Tanner1-9/+7
2020-09-17vis-lua: fix mark_names Lua doc indentationMarc André Tanner1-3/+3