aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* screen: don't unconditionally clear messages on window scrollBjörn Linse2019-01-15
* clang/"Dead assignment": screen.cJustin M. Keyes2019-01-13
* display: unify cursorline and concealcursor redraw logicBjörn Linse2019-01-13
* Merge pull request #9484 from bfredl/highlanderBjörn Linse2019-01-11
|\
| * screen: make update_screen() the only entry point for redrawingBjörn Linse2019-01-11
* | vim-patch:8.1.0450: build failure without the +fold featureMichael Vilim2019-01-11
* | vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481Michael Vilim2019-01-11
|/
* remove dead argument of redrawWinlineBjörn Linse2019-01-09
* screen: avoid redrawing windows immediately when debug signs are placed.Björn Linse2019-01-09
* vim-patch:8.1.0700: using "gt" sometimes does not redraw a tab (#9464)Justin M. Keyes2019-01-07
* vim-patch:8.1.0683: spell highlighting does not always endJan Edmund Lazo2019-01-05
* vim-patch:8.1.0674: leaking memory when updating a single lineJan Edmund Lazo2019-01-05
* vim-patch:8.0.0286: not always redrawing after screen resizeJan Edmund Lazo2019-01-05
* Visual: highlight char-at-cursorJustin M. Keyes2019-01-04
* remove check_visual_highlight()Justin M. Keyes2019-01-04
* build: enable -WshadowJustin M. Keyes2019-01-02
* multigrid: do all adjustment in screen.cBjörn Linse2019-01-01
* 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
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: add msg_scroll_start and msg_scroll_reset eventsBjörn Linse2018-12-31
* multigrid: don't clear window grids on resizeBjörn Linse2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Draw fold for the entire width of window gridUtkarsh Maheshwari2018-12-31
* multigrid: Fix rebase errors in screen.cUtkarsh Maheshwari2018-12-31
* multigrid: Fix sending window grid handle in ext_newline modeUtkarsh Maheshwari2018-12-31
* multigrid: Fix grid allocation missesUtkarsh Maheshwari2018-12-31
* multigrid: avoid allocation when not ext_multigrid.Björn Linse2018-12-31
* multigrid: Clean whole grid when it was just resizedUtkarsh Maheshwari2018-12-31
* multigrid: Add ScreenGrid as a param to multibyte functionsUtkarsh Maheshwari2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* multigrid: Put everything on default_grid if not ext_multigridUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* screen: add missing status redraw when redraw_later(CLEAR) was usedBjörn Linse2018-12-05
* vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)Justin M. Keyes2018-11-29
* diff/highlight: Show underline for low-priority CursorLineJustin M. Keyes2018-11-27
* diff/highlight: do not overlay low-priority CursorLineJustin M. Keyes2018-11-27
* lintJan Edmund Lazo2018-11-18
* vim-patch:8.1.0376: compiler warning for uninitialized variableJan Edmund Lazo2018-11-18
* UI/TUI: improvements and cleanups for scrolling and clearingBjörn Linse2018-11-11
* screen.c: remove redundant wp->w_hl_attr_normalBjörn Linse2018-10-25
* screen: fix glitches with nvim_buf_set_virtual_textBjörn Linse2018-10-25
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* fix warning: garbage/uninitialized valueJustin M. Keyes2018-10-21
* screen.c: Fix PVS/V560: condition is always falseJustin M. Keyes2018-10-20
* signs: Add "numhl" argument #9113Reto Schnyder2018-10-13
* terminal: Redraw statusline on title change #8973Josh Triplett2018-09-25