aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawscreen.c
Commit message (Expand)AuthorAge
* fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
* Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
|\
| * fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
* | refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
|/
* fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal2023-03-19
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* fix(win_update): don't use unintialized memory in edge case (#22266)zeertzjq2023-02-15
* fix(folds): cursorline highlight is not always applied on closed folds (#22242)luukvbaal2023-02-14
* fix(ui): make sure screen is valid after resizingzeertzjq2023-02-13
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* fix(extmarks): problems with folded virtual lines (#21930)luukvbaal2023-01-23
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* fix(decoration): do not reset must_redraw after calling providers (#21459)zeertzjq2022-12-21
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* fix(messages): reset msg_grid_scroll_discount when redrawing (#21000)zeertzjq2022-11-10
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* fix(ui): send grid_resize events before triggering VimResized (#20760)zeertzjq2022-10-22
* fix(decoration): call providers in win_update() earlierLewis Russell2022-10-15
* refactor(drawscreen.c): reduce scopes of locals (#20668)Lewis Russell2022-10-15
* vim-patch:9.0.0750: crash when popup closed in callback (#20659)zeertzjq2022-10-15
* feat(messages)!: graduate the 'msgsep' featurebfredl2022-10-05
* refactor(redraw): various simplificationsbfredl2022-10-05
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* vim-patch:9.0.0656: cannot specify another character to use instead of '@'zeertzjq2022-10-05
* vim-patch:9.0.0620: matchaddpos() can only add up to 8 matcheszeertzjq2022-10-02
* fix(ui): redraw end of buffer if last line is modified (#20354)zeertzjq2022-09-27
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* refactor: replace char_u with charDundar Göc2022-09-11
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* fix(highlight): set the window namespace when redrawing statuslinebfredl2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)zeertzjq2022-08-29
* vim-patch:9.0.0036: 'fillchars' cannot have window-local valueszeertzjq2022-08-26
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19