aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight_defs.h
Commit message (Expand)AuthorAge
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: move extern variables out of _defs.h files (#26320)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(highlight): add `FloatFooter` to 'highlight_defs.h' (#25577)Evgeni Chasnovski2023-10-10
* refactor(highlight): merge redundant attr_entries and attr_entry_ids structsbfredl2023-09-13
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-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(highlight): rename FloatBorderTitle #20988Raphael2022-11-07
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* fix(highlight): let winhighlight use cursorzbirenbaum2022-06-07
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* feat(highlight): implement CurSearch highlightFamiu Haque2022-04-17
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
|/
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
* vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: make commas trail in enumsDundar Göc2021-10-19
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* api: add API for themesBjörn Linse2020-11-01
* terminal: enable pass through indexed colors to TUIBjörn Linse2019-11-02
* vim-patch:8.0.0914: highlight attributes are always combined (#10256)Daniel Hahler2019-09-26
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* screen: use dedicated message gridBjörn Linse2019-09-01
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* floats: fix 'winblend' on top of doublewidth chars.Björn Linse2019-07-13
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* diff/highlight: do not overlay low-priority CursorLineJustin M. Keyes2018-11-27
* TUI: attrs -> attr_id refactorBjörn Linse2018-11-11
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21