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
/
ugrid.h
Commit message (
Expand
)
Author
Age
*
refactor: iwyu (#26269)
zeertzjq
2023-11-28
*
refactor(IWYU): fix includes for ugrid.h (#26267)
zeertzjq
2023-11-28
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
build: remove PVS
dundargoc
2023-11-12
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
UGRID_FOREACH_CELL: avoid shadowed variables
Justin M. Keyes
2019-01-02
*
UI/TUI: improvements and cleanups for scrolling and clearing
Björn Linse
2018-11-11
*
tui: eliminate scrolling region data structure
Björn Linse
2018-09-27
*
tui: eliminate grid->attrs, use indexed cell->attr
Björn Linse
2018-09-26
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
ugrid: Silence PVS/V625: UGRID_FOREACH_CELL may be used for one row
ZyX
2018-04-22
*
ui/tui: highlighting refactor
Björn Linse
2018-02-11
*
Adds nvim_get_hl_by_name/by_id
Matthieu Coudron
2017-09-30
*
*: Also fix the adjacent errors
ZyX
2016-06-11
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
Linting
AdnoC
2016-05-17
*
syntax: Add support for the "special" color used for undercurls
AdnoC
2016-05-17
*
ugrid: Increase cell size to allow unicode composition
Thiago de Arruda
2015-09-18
*
tui: Move screen state tracking to new "ugrid" module
Thiago de Arruda
2015-09-06