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
/
ui.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #20022 from dundargoc/refactor/char_u/6
bfredl
2022-09-01
|
\
|
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
|
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
|
/
*
refactor: replace char_u with char
Dundar Göc
2022-08-26
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
fix(winbar): do not always assume cursor is valid. fixes #19458
bfredl
2022-08-13
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
cmdheight=0: fix bugs part2 (#19185)
Shougo
2022-07-31
*
perf(ui): avoid ui_flush() work in headless mode
bfredl
2022-07-18
*
perf(ui): unpack a single ui event at a time, instead of a "redraw" batch
bfredl
2022-07-18
*
fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)
zeertzjq
2022-06-23
*
perf(ui): remove spurious allocations from mode_style_array()
bfredl
2022-06-21
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
fix(tui): piping nodejs to nvim breaks input handling #18932
Kevin Sicong Jiang
2022-06-19
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: grid->rows and grid->cols
bfredl
2022-05-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
refactor(ui_refresh): only save/restore p_lz if calling screen_resize() (#17794)
zeertzjq
2022-03-23
*
feat(ui_client): handle resize events
hlpr98
2022-03-17
*
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move way beep functions elsewhere
Björn Linse
2021-12-10
*
refactor: format with uncrustify #15872
dundargoc
2021-10-02
*
fix(ui): don't log from UI events during free_all_mem()
Björn Linse
2021-09-14
*
screen: setup scrolling main screen when starting with display-=msgsep
Björn Linse
2021-03-23
*
ui: make 'mouse' handling in external UI more consistent
Björn Linse
2021-01-01
*
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
*
api/ui: win_viewport event for visible range and cursor position in window
Björn Linse
2020-04-01
*
ui_grid_resize: fix resize logic for floating window #11655
Ville Hakulinen
2020-01-06
*
rename: UIAttach/UIDetach => UIEnter/UILeave
Justin M. Keyes
2019-09-12
*
API/nvim_list_uis(): include "chan" field for TUI
Justin M. Keyes
2019-09-12
*
UIAttach, UIDetach
Justin M. Keyes
2019-09-12
*
Merge pull request #10475 from erw7/fix-ext-popupmenu
Björn Linse
2019-09-08
|
\
|
*
Add nvim_ui_pum_set_height to api
erw7
2019-09-08
*
|
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
|
/
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
2019-08-31
[next]