aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ugrid.c
Commit message (Expand)AuthorAge
* refactor: follow style guidedundargoc2023-11-13
* 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(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: format with uncrustify #15872dundargoc2021-10-02
* PVS/V1028 ugrid.c:76 (#10495)Ihor Antonov2019-07-14
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
* TUI: always use safe cursor movement after resizeBjörn Linse2018-10-06
* tui: eliminate scrolling region data structureBjörn Linse2018-09-27
* tui: eliminate grid->attrs, use indexed cell->attrBjörn Linse2018-09-26
* ui: fix glitches where scrolling region affects clearing of screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* ugrid.c: destroy_cells(): avoid double-freeJustin M. Keyes2018-01-16
* Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
* *: Add comment to all C filesZyX2017-04-19
* tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06