aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/statusline.c
Commit message (Expand)AuthorAge
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq2024-01-31
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)luukvbaal2024-01-05
* refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal2024-01-04
* fix(drawline): consider position in linebuf for foldcolumn (#26803)luukvbaal2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)luukvbaal2023-12-30
* refactor(drawline): avoid writing foldopen before writing foldclosedLuuk van Baal2023-12-29
* refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)luukvbaal2023-12-23
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
|/
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* 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