aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.h
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* 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: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* docs: typo fixes (#17859)dundargoc2022-04-15
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | refactor: fix clint warnings (#17682)dundargoc2022-03-13
|/
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* terminal: fix terminal attribute overflowerw72020-07-29
* vim-patch:8.0.1491: the minimum width of the popup menu is hard codedJan Edmund Lazo2019-12-29
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* refactor/single-include (#6563)Othon Briganó2017-04-22
* tabline: Switch to functions, handle different click typesZyX2016-02-01
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* Include stdbool.h in headers which have functions with bool in signaturePavel Platto2014-07-11
* move update_screen() flags to screen.hBrandon Coleman2014-06-12
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15