aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ugrid.h
Commit message (Expand)AuthorAge
* refactor: iwyu (#26269)zeertzjq2023-11-28
* refactor(IWYU): fix includes for ugrid.h (#26267)zeertzjq2023-11-28
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* UGRID_FOREACH_CELL: avoid shadowed variablesJustin M. Keyes2019-01-02
* UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
* tui: eliminate scrolling region data structureBjörn Linse2018-09-27
* tui: eliminate grid->attrs, use indexed cell->attrBjörn Linse2018-09-26
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ugrid: Silence PVS/V625: UGRID_FOREACH_CELL may be used for one rowZyX2018-04-22
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* LintingAdnoC2016-05-17
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* ugrid: Increase cell size to allow unicode compositionThiago de Arruda2015-09-18
* tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06