index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-lua.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-30
remove the vis->initialized member
Randy Palamar
1
-6
/
+1
2024-05-24
combine Win and UiWin
Randy Palamar
1
-24
/
+24
2024-05-21
remove some view pointer chasing
Randy Palamar
1
-37
/
+37
2024-05-21
remove some ui pointer chasing
Randy Palamar
1
-7
/
+5
2024-05-21
replace UiTerm with Ui & delete function pointers
Randy Palamar
1
-6
/
+6
2024-05-21
replace UiTermWin with UiWin & remove function pointers
Randy Palamar
1
-15
/
+15
2024-05-21
make Selection unopaque
Randy Palamar
1
-3
/
+3
2024-05-21
make View unopaque
Randy Palamar
1
-13
/
+13
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-5
/
+5
2024-05-21
cleanup vis event interface
Randy Palamar
1
-121
/
+87
2024-05-12
lua: allow changing the displayed file of a window
Florian Fischer
1
-0
/
+6
2024-04-29
lua: Serve viewport dimensions in viewport table
Rudy Dellomas III
1
-3
/
+11
2024-04-29
Emit an event (ui_draw) immediately before drawing the screen
Rudy Dellomas III
1
-1
/
+13
2024-04-29
Add Lua function to Win for directly editing cell styling by position
Rudy Dellomas III
1
-0
/
+27
2024-04-25
lua: Report viewport lines and bytes in one table
Rudy Dellomas III
1
-3
/
+16
2024-04-21
Add a Lua constant for UI_STYLE_LEXER_MAX
Rudy Dellomas III
1
-0
/
+1
2024-02-01
allow disabling of statusbar
sewn
1
-0
/
+10
2023-11-23
luadoc: fix broken link and add links between vis/win.options
Randy Palamar
1
-1
/
+3
2023-10-05
vis-lua: fail when mapping a key to an invalid handler type
Karthin Srinavakili
1
-0
/
+2
2023-08-27
Make expandtab option window-local
Alexey Yerin
1
-10
/
+10
2023-08-27
Make tabwidth option window-local
Alexey Yerin
1
-6
/
+6
2023-08-27
vis-lua.c: silence warning about implicit conversion
Randy Palamar
1
-1
/
+5
2023-08-24
lua api: fix a couple typos in process_response() documentation
Randy Palamar
1
-2
/
+2
2023-08-24
Implementation of the non-blocking process running Lua API
xomachine
1
-0
/
+91
2023-08-24
Lua API: access and set all available options
Randy Palamar
1
-16
/
+400
2023-08-10
vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
Randy Palamar
1
-17
/
+8
2023-07-18
vis:pipe(): don't segfault if vis->win isn't present
Randy Palamar
1
-1
/
+5
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-1
/
+4
2023-06-22
Lua API: allow nil in vis:pipe() File and Range parameters
Jörg Bakker
1
-5
/
+13
2023-03-19
implement Selection:remove()
Jeremy Bobbin
1
-0
/
+13
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
1
-9
/
+9
2022-08-19
Revert "vis-lua: support themes in vis:message"
Evan Gates
1
-5
/
+1
2022-06-15
vis-lua: support themes in vis:message
Evan Gates
1
-1
/
+5
2020-12-29
vis-lua: provide file.permission property
Marc André Tanner
1
-0
/
+10
2020-12-10
fix typos in comments
Moesasji
1
-4
/
+4
2020-09-20
Merge branch 'csi_event' of https://github.com/ezdiy/vis into master
Marc André Tanner
1
-0
/
+21
2020-09-17
vis-lua: provide vis.mark property
Marc André Tanner
1
-0
/
+17
2020-09-17
vis-lua: use utility function to translate mark names
Marc André Tanner
1
-9
/
+7
2020-09-17
vis-lua: provide vis.register property
Marc André Tanner
1
-0
/
+17
2020-09-17
vis-lua: use utility function to translate register names
Marc André Tanner
1
-9
/
+7
2020-09-17
vis-lua: fix mark_names Lua doc indentation
Marc André Tanner
1
-3
/
+3
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+21
2020-08-14
vis-lua: fix redraw method name in API documentation
Marc André Tanner
1
-1
/
+1
2020-08-14
vis-lua: make file.modified assignable
Marc André Tanner
1
-1
/
+22
2020-02-24
vis-lua: implement vis:redraw()
Marc André Tanner
1
-0
/
+13
2020-02-24
lua: fix documentation typos and errors
Georgi Kirilov
1
-2
/
+2
2020-02-10
vis-lua: avoid string memory leaks in error case
Marc André Tanner
1
-6
/
+3
2020-02-07
lua: add <plugin>/init.lua to package.path
Georgi Kirilov
1
-2
/
+4
2020-02-04
vis: make core code more robust
Marc André Tanner
1
-1
/
+1
2018-05-17
vis: simplify C status bar drawing code
Marc André Tanner
1
-11
/
+7
[next]