index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
generators
/
gen_api_ui_events.lua
Commit message (
Expand
)
Author
Age
*
refactor: gen_declarations.lua
Lewis Russell
2024-11-29
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
*
refactor(api): rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(ui): superfluous showmode / excessive grid_cursor_goto #29089
luukvbaal
2024-06-04
*
fix(ui): avoid recursiveness and invalid memory access #28578
luukvbaal
2024-05-01
*
refactor(ui): remove outdated UI vs UIData distinction
bfredl
2024-03-08
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
build: enable lintlua for src/ dir #26395
Justin M. Keyes
2023-12-04
*
build: revert accidental permission changes (#23319)
zeertzjq
2023-04-26
*
fix(build): distinguish vim.mpack from global require'mpack'
bfredl
2023-04-20
*
refactor(build): use vendored versions of mpack and luabitop
bfredl
2023-04-19
*
refactor(ui): ui_log() can now just be a function
bfredl
2023-02-25
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
*
refactor(ui): make auto-generated ui client handlers typesafe
bfredl
2022-03-15
*
refactor(ui): use "ui_client" instead of "redraw" as general prefix
bfredl
2022-03-15
*
feat(ui): implement ui_client event handlers
hlpr98
2022-03-15
*
Improve luacheck setup [skip appveyor]
Daniel Hahler
2019-07-04
*
Fix luacheck errors for all Lua source files
Sameed Ali
2019-07-04
*
UI: add "compositor" layer to merge grids for TUI use in a correct way
Björn Linse
2019-02-02
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
ui: forward relevant option updates to UIs (#7520)
Björn Linse
2017-12-12
*
log: all UI events, not just UI-bridge
Justin M. Keyes
2017-07-22
*
ui_events: erase internal type HlAttrs (#6718)
Björn Linse
2017-05-11
*
api: add metadata for ui events
Björn Linse
2017-05-10
*
generators: separate source generators from scripts
Björn Linse
2017-05-10