index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
highlight.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.0.0914: highlight attributes are always combined (#10256)
Daniel Hahler
2019-09-26
*
syntax, TUI: support "strikethrough"
Jaskaran Singh
2019-09-13
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
ui: transmit "blend=" property of highlight attributes
Björn Linse
2019-08-18
*
highlight: expose builtin highlight groups using hl_group_set event
Björn Linse
2019-07-14
*
api/window: add style="minimal" flag to nvim_open_win()
Björn Linse
2019-07-07
*
ui: add 'winblend' to support blending of floating windows
Björn Linse
2019-06-25
*
floats: add NormalFloat highlight and 'nonumber' default
Björn Linse
2019-03-12
*
UI: change implementation of hl_rgb2cterm_color()
Justin M. Keyes
2019-02-12
*
UI: 'pumblend' for cterm (256-color TUI)
Justin M. Keyes
2019-02-12
*
highlight: handle blending with gui=reverse and guisp attributes
Björn Linse
2019-02-11
*
UI: implement 'pumblend' option for semi-transparent popupmenu
Björn Linse
2019-02-07
*
UI: add "compositor" layer to merge grids for TUI use in a correct way
Björn Linse
2019-02-02
*
multigrid: various cleanup (types, unused parameters)
Björn Linse
2018-12-31
*
multigrid: Get rid of global ScreenLines and set_screengrid
Utkarsh Maheshwari
2018-12-31
*
highlight: Fix missing .rgb_sp_color in initializers (#9287)
Justin M. Keyes
2018-11-30
*
diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)
Justin M. Keyes
2018-11-28
*
diff/highlight: Show underline for low-priority CursorLine
Justin M. Keyes
2018-11-27
*
refactor: Rename get_term_attr_entry
Justin M. Keyes
2018-11-27
*
highlight: HlAttrs is a value type; treat it like such
Björn Linse
2018-08-13
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
highlight: refactor to use stateful representation
Björn Linse
2018-07-21
*
highlight: extract low-level highlight logic from syntax, ui
Björn Linse
2018-07-21