aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/statusline.c
Commit message (Expand)AuthorAge
* 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
|\ \ \ | |_|/ |/| |
| * | perf(column): only build fold/sign column when present in 'statuscolumn'Luuk van Baal2023-02-04
| |/
* | refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* | vim-patch:9.0.1300: 'statusline' only supports one "%=" item (#22218)zeertzjq2023-02-11
* | refactor: replace char_u with char (#21901)dundargoc2023-02-11
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
|/
* perf(statuscolumn): only fill click defs array once per redraw (#21884)luukvbaal2023-01-20
* fix(statusline): don't leak memory with truncated click labelszeertzjq2023-01-19
* fix(statusline): don't leak memory with zero-width click labelszeertzjq2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* fix(statuscolumn): always fill click defs array (#21878)zeertzjq2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* fix(tabline): avoid memory leak in tabline click definitions (#21847)luukvbaal2023-01-17
* fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal2023-01-17
* fix(column)!: ensure 'statuscolumn' works with virtual and wrapped linesLuuk van Baal2023-01-16
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:8.2.4391: command line executed when typing Esc in the GUIzeertzjq2023-01-14
* vim-patch:8.2.4382: a custom 'tabline' may cause Esc to work like Enterzeertzjq2023-01-14
* vim-patch:8.2.4346: a custom statusline may cause Esc to work like Enterzeertzjq2023-01-14
* fix(statuscolumn): make %l/%r respect 'number'/'relativenumber' (#21747)luukvbaal2023-01-13
* fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
* docs: add 'statuscolumn' docstrings (#21717)luukvbaal2023-01-10
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* feat!: remove hardcopyLewis Russell2023-01-03
* fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq2022-12-27
* fix(statusline): don't show showcmd when not enough space (#21550)zeertzjq2022-12-27
* vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* refactor: remove stray emsg check after #20992 (#20996)luukvbaal2022-11-08
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* refactor: click definition functions #20923luukvbaal2022-11-06
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-10-15
* vim-patch:8.2.4074: going over the end of NameBuffzeertzjq2022-09-22
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06