aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/highlight.c
Commit message (Expand)AuthorAge
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* luaref: free decoration providersBjörn Linse2021-04-03
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* api: add API for themesBjörn Linse2020-11-01
* ui: fix problem with sattr_T overflowerw72020-08-02
* API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685kevinhwang912020-01-08
* highlight: correctly disable index attribute with combine/blendBjörn Linse2019-11-02
* 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
* ui: transmit "blend=" property of highlight attributesBjörn Linse2019-08-18
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* 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: change implementation of hl_rgb2cterm_color()Justin M. Keyes2019-02-12
* UI: 'pumblend' for cterm (256-color TUI)Justin M. Keyes2019-02-12
* highlight: handle blending with gui=reverse and guisp attributesBjörn Linse2019-02-11
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* multigrid: various cleanup (types, unused parameters)Björn Linse2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)Justin M. Keyes2018-11-28
* diff/highlight: Show underline for low-priority CursorLineJustin M. Keyes2018-11-27
* refactor: Rename get_term_attr_entryJustin M. Keyes2018-11-27
* highlight: HlAttrs is a value type; treat it like suchBjörn Linse2018-08-13
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21