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
/
api
/
ui.c
Commit message (
Expand
)
Author
Age
*
fix(api): make nvim_get_hl return 'cterm' attrs properly
bfredl
2023-03-23
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
feat(ui): restore has('gui_running')
Justin M. Keyes
2023-02-27
*
feat(api): more fields in nvim_list_uis
Justin M. Keyes
2023-02-27
*
docs: fix typos (#22353)
zeertzjq
2023-02-22
*
docs: fix typos (#21961)
dundargoc
2023-02-20
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
fix(ui-ext): force cursor update after resize in char-based UI
zeertzjq
2023-02-13
*
perf(ui): mitigate redraw latency regression from TUI refactor
bfredl
2023-02-08
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
docs: fix typos (#20150)
dundargoc
2022-09-26
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
Merge pull request #20023 from bfredl/hlarena
bfredl
2022-09-01
|
\
|
*
refactor(highlight): make hlattrs2dict always use pre-allocated dict
bfredl
2022-08-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
*
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
docs: fix typos (#19588)
dundargoc
2022-08-03
*
perf(ui): eliminate spurious memory allocations for hl_attr_define event
bfredl
2022-07-18
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: move more grid functions to grid.c. Clean up some variables
bfredl
2022-05-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
*
fix(coverity): use xstrndup() instead of vim_strsave() (#18363)
zeertzjq
2022-05-03
*
refactor(ui): simplify stdin handling
bfredl
2022-05-02
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
feat(api): ui options relevant for remote TUI
hlpr98
2022-04-17
*
refactor(api): make export of functions opt-in, not opt-out
Björn Linse
2021-10-03
*
refactor: format #15702
dundargoc
2021-09-18
*
refactor(map): get rid of spurious subsystem_init() functions due to maps
Björn Linse
2021-08-22
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
decoration: split out "decoration" from "extmark" module
Björn Linse
2020-11-07
*
api/ui: simplify popup menu position get/set logic; fix test
Yatao Li
2020-04-28
*
api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...
Yatao Li
2020-04-28
*
external pum: use floating point geometry; typval: add tv_dict_add_float
Yatao Li
2020-04-28
*
ui_pum_get_pos: return internal pum position if external pum pos not found
Yatao Li
2020-04-28
*
API/UI: Allow UI to set PUM position and size, and pass the position to Compl...
Yatao Li
2020-04-28
*
UIAttach, UIDetach
Justin M. Keyes
2019-09-12
*
UIAttach, UIDetach
Rui Abreu Ferreira
2019-09-12
*
doc: nvim_ui_pum_set_height [ci skip]
Daniel Hahler
2019-09-10
[next]