summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/statusline.c
AgeCommit message (Expand)AuthorFiles
2026-04-14vim-patch:partial:9.2.0348: potential buffer underrun when setting statusline...zeertzjq1
2026-04-08fix(statusline): no window-local highlights for last line 'ruler' #38879luukvbaal1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
2026-02-28vim-patch:9.2.0078: [security]: stack-buffer-overflow in build_stl_str_hl() (...zeertzjq1
2026-02-23fix(statusline): broken statusline on error #38000Sean Dewar1
2026-02-15feat(statusline): option to specify stacking highlight groups #37153Riley Bruins1
2026-02-02fix(ui): clear msg_ruler event with 'rulerformat' #37675luukvbaal1
2025-12-26vim-patch:9.1.1483: not possible to translation position in buffer (#37099)zeertzjq1
2025-12-01fix(ui): exclude hidden windows from tabline window count #36779benarcher26911
2025-11-27fix(float): respect statusline=3, don't inherit local 'statusline' #36716glepnir1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-11-20fix(statusline): scope truncation bookkeepingLewis Russell1
2025-10-30vim-patch:9.1.1292: statusline not correctly evaluatedzeertzjq1
2025-10-30vim-patch:9.1.1291: too many strlen() calls in buffer.czeertzjq1
2025-09-13fix(ui): forward 'rulerformat' to msg_ruler event #35707luukvbaal1
2025-07-17vim-patch:9.1.1563: completion: ruler may disappear (#34977)zeertzjq1
2025-05-03fix(statusline): clear ruler when it is no longer drawn #33765luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-02-02fix(statusline): overwriting stl_items with nvim_eval_statusline() {-item #32265luukvbaal1
2025-01-23fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-18vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)zeertzjq1
2025-01-17vim-patch:9.1.1021: string might be used without a trailing NUL (#32062)zeertzjq1
2025-01-09vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-16feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-09feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal1
2024-10-12feat(ui): statusline text inherits highlights #29976Riley Bruins1
2024-10-01fix(tabline): restore behavior of click after last tabpage (#30602)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal1
2024-06-16refactor: remove redundant copy in statuscolumn itemsLuuk van Baal1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-02-13vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq1
2024-02-08refactor(api): refactor more api functions to use arena returnbfredl1
2024-02-08refactor(api): use keydict and arena for more api return valuesbfredl1
2024-01-31fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-10refactor(options): remove `OPT_FREE` (#26963)Famiu Haque1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2024-01-05fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)luukvbaal1
2024-01-04refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal1