aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid_defs.h
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-09
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* refactor: grid->rows and grid->colsbfredl2022-05-18
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* chore: use codespell to spell check #15016dundargoc2021-07-07
* floats: z-indexBjörn Linse2021-05-15
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* screen: make ui_compositor aware of the intended size of a floatchentau2021-03-11
* ui: fix problem with sattr_T overflowerw72020-08-02
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* floats: implement floating windowsBjörn Linse2019-03-02
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: rename to grid.row_offset and grid.requested_rowsBjörn Linse2018-12-31
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31