aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid_defs.h
Commit message (Expand)AuthorAge
* vim-patch:9.0.1923: curswant wrong on click with 've' and 'nowrap' set (#25293)zeertzjq2023-09-22
* refactor(grid): unused grid->line_wraps delenda estbfredl2023-09-20
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* 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