aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawscreen.c
Commit message (Expand)AuthorAge
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
* refactor(grid): use batched updates for statusline and rulerbfredl2023-09-27
* fix(ui): "resize -1" with cmdheight=0 #24758nwounkn2023-09-24
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* Merge pull request #25261 from bfredl/nolinewrapbfredl2023-09-20
|\
| * refactor(grid): unused grid->line_wraps delenda estbfredl2023-09-20
* | fix: avoid ui_grid_cursor_goto when drawing window separatorsJędrzej Boczar2023-09-19
|/
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(float): extract "title" and "title_pos" handlingEvgeni Chasnovski2023-08-26
* fix(statuscolumn): force full redraw when signcolumn is invalid (#24859)luukvbaal2023-08-26
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1747: screenpos() may cause unnecessary redraw (#24792)zeertzjq2023-08-19
* vim-patch:9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n (#24773)zeertzjq2023-08-18
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* fix(folds): fix missing virt_lines above when fold is hidden (#24274)zeertzjq2023-07-07
* fix(statusline): redraw when VIsual_mode changes (#23933)zeertzjq2023-06-06
* fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq2023-06-03
* refactor(drawscreen): avoid spell check on folded or filler lineszeertzjq2023-06-01
* vim-patch:9.0.1595: line pointer becomes invalid when using spell checkingLuuk van Baal2023-06-01
* vim-patch:9.0.1585: weird use of static variables for spell checkingLuuk van Baal2023-06-01
* vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
* vim-patch:9.0.1512: inserting lines when scrolling with 'smoothscroll' setLuuk van Baal2023-05-07
* fix(ui): adjust 'smoothscroll' for inner dimensionsLuuk van Baal2023-05-02
* vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* refactor: uncrustifydundargoc2023-04-26
* fix(column): don't reset 'statuscolumn' width after it has been drawnluukvbaal2023-04-24
* fix(column): rebuild status column when sign column is invalidLuuk van Baal2023-04-19
* fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17
* 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