aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.c
Commit message (Expand)AuthorAge
* fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)Evgeni Chasnovski2024-12-02
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor(api): use arena for hlstate inspectionbfredl2024-02-09
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* docs: various fixes (#27063)dundargoc2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build: remove PVSdundargoc2023-11-12
* fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq2023-11-12
* fix(highlight): apply 'winblend' to float border (#25981)zeertzjq2023-11-11
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(PVS/V547): expression is always true/falsedundargoc2023-10-08
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* refactor(highlight): merge redundant attr_entries and attr_entry_ids structsbfredl2023-09-13
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* refactor(api): use typed keysetsbfredl2023-08-07
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix(highlight): apply 'winblend' to NormalNC (#23555)zeertzjq2023-05-10
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
* fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes2023-02-16
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq2023-01-31
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans2023-01-24
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* fix(tui): more work in the TUIbfredl2022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: replace char_u with charDundar Göc2022-09-11