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_compositor.c
Commit message (
Expand
)
Author
Age
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(grid): unused grid->line_wraps delenda est
bfredl
2023-09-20
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
fix(ui_compositor): only reset skipstart at first column (#24776)
zeertzjq
2023-08-18
*
fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)
zeertzjq
2023-06-04
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor(time): refactor delay with input checking
bfredl
2023-04-24
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
fix(ui-ext): log and clear error in ui_comp_event (#21147)
Andrew Willette
2022-11-30
*
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
*
refactor(redraw): no type argument in update_screen()
bfredl
2022-10-05
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
bfredl
2022-09-22
*
feat(ui): use msg_grid based implementation for cmdheight=0
bfredl
2022-09-15
*
fix(ui): ui compositor does not correctly free event callbacks
Famiu Haque
2022-09-02
*
fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)
zeertzjq
2022-09-01
*
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
*
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(float): make `screen*()` functions respect floating windows
Evgeni Chasnovski
2022-06-23
*
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(grid): move out grid_* functions from screen.c
bfredl
2022-05-08
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: format with uncrustify #15872
dundargoc
2021-10-02
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
floats: z-index
Björn Linse
2021-05-15
*
ui_compositior: handle multiple displayed floats in the same tick
Björn Linse
2021-04-26
*
floats: handle interaction with popupmenu and border correctly
Björn Linse
2021-03-25
*
screen: make ui_compositor aware of the intended size of a float
chentau
2021-03-11
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
Merge pull request #12698 from erw7/fix-popupmenu-with-rl
Jan Edmund Lazo
2020-11-13
|
\
|
*
ui: fix problem with the popupmenu when rightleft is set
erw7
2020-07-31
*
|
api: add API for themes
Björn Linse
2020-11-01
|
/
*
doc: fix typos
Brian Wignall
2019-11-27
*
screen: don't crash on invalid grid cells being recomposed
Björn Linse
2019-09-30
*
compositor: avoid transmitting invalid lines on double scroll
Björn Linse
2019-09-15
*
UIAttach, UIDetach
Justin M. Keyes
2019-09-12
*
screen: add some documentation of internals of msg_grid implementation
Björn Linse
2019-09-01
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
compositor: handle invalid screen positions after resize gracefully
Björn Linse
2019-08-14
*
PVS/V512: memcpy overflow/underflow #10642
Ihor Antonov
2019-07-28
*
floats: fix 'winblend' on top of doublewidth chars.
Björn Linse
2019-07-13
[next]