aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/statusline.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* 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
* refactor(grid): use batched updates for builtin tablinebfredl2023-09-26
* fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)tj-moody2023-09-24
* Merge pull request #25330 from bfredl/no_shm_fbfredl2023-09-23
|\
| * refactor(options)!: graduate shortmess+=f flagbfredl2023-09-23
* | refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
|/
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* refactor: move virtcol functions to plines.czeertzjq2023-08-25
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
* refactor: remove longdundargoc2023-07-03
* fix(statusline): fill for double-width char after moving items (#24207)zeertzjq2023-06-30
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* fix(column): use maxwidth to allocate/fill 'statuscolumn' click defs #24190luukvbaal2023-06-28
* fix(statusline): corrupted screen with minwid sign item in 'statuscolumn' (#2...luukvbaal2023-05-30
* refactor(api): new helper macrosFamiu Haque2023-05-23
* fix(statusline): bail out properly on negative row (#23535)zeertzjq2023-05-08
* refactor: uncrustifydundargoc2023-04-26
* fix(statusline): fix uninitialized variable and possible overflowAndreas Schneider2023-04-21
* fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17
* vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar2023-04-17
* vim-patch:9.0.1143: invalid memory access with bad 'statusline' value (#23133)zeertzjq2023-04-16
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal2023-03-19
* fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal2023-03-18
* refactor(screen): screen.c delenda estbfredl2023-03-14
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* Merge pull request #11756 from bfredl/crashfixbfredl2023-02-14
|\
| * fix(status): handle unprintable chars in the statuslineBjörn Linse2023-02-14
* | Merge pull request #22113 from luukvbaal/nrwidthLewis Russell2023-02-14
|\ \
| * | refactor(column): remove unused build_statuscol_str() argumentsLuuk van Baal2023-02-04
* | | Merge pull request #22108 from luukvbaal/statuscolumnLewis Russell2023-02-14
|\ \ \ | |_|/ |/| |