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
/
api
/
ui.c
Commit message (
Expand
)
Author
Age
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
highlight: expose builtin highlight groups using hl_group_set event
Björn Linse
2019-07-14
*
doc
Justin M. Keyes
2019-05-11
*
UI/nvim_ui_attach(): add `override` option
Justin M. Keyes
2019-05-09
*
doc: UI
Justin M. Keyes
2019-04-22
*
doc [ci skip]
Justin M. Keyes
2019-03-26
*
Allow using internal popupmenu or ext_popupmenu for wildmenu
Björn Linse
2019-03-16
*
floats: implement floating windows
Björn Linse
2019-03-02
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
UI: implement 'pumblend' option for semi-transparent popupmenu
Björn Linse
2019-02-07
*
UI: always use contrete colors for default_colors_set
Björn Linse
2019-02-05
*
ui/compositor: add redraws needed due to intersected doublewidth chars.
Björn Linse
2019-02-02
*
UI: add "compositor" layer to merge grids for TUI use in a correct way
Björn Linse
2019-02-02
*
doc [ci skip] #9478
Justin M. Keyes
2019-01-26
*
multigrid: API version bump
Björn Linse
2018-12-31
*
multigrid: reorganize types and global varaibles
Björn Linse
2018-12-31
*
multigrid: Add multigrid documentation
Utkarsh Maheshwari
2018-12-31
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Put everything on default_grid if not ext_multigrid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Allow UIs to set grid size different from window size
Utkarsh Maheshwari
2018-12-31
*
ui: reserve the right to split a screen redraw into multiple batches.
Björn Linse
2018-10-02
*
ui: rename ext_newgrid to ext_linegrid
Björn Linse
2018-10-01
*
func_attr.h: FUNC_ATTR_PRINTF
Michael Hoffmann
2018-09-23
*
startup: always wait for UI with --embed, unless --headless also is supplied
Björn Linse
2018-09-22
*
tui: Hint wrapped lines to terminals.
Ricky Zhou
2018-09-03
*
ext_cmdline: use new highlight representation for cmdline_block
Björn Linse
2018-08-27
*
highlight: HlAttrs is a value type; treat it like such
Björn Linse
2018-08-13
*
ui: fix glitches where scrolling region affects clearing of screen
Björn Linse
2018-07-24
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
highlight: extract low-level highlight logic from syntax, ui
Björn Linse
2018-07-21
*
nvim_list_uis: include channel id
Björn Linse
2018-06-01
*
ui_set_option: pass String.data, not String
Justin M. Keyes
2018-04-12
*
test/util: expect_err() (#8257)
Justin M. Keyes
2018-04-11
*
test/API: validate channel arg (#8245)
Justin M. Keyes
2018-04-08
*
ui: refactor ui options
Björn Linse
2018-02-13
*
ui/tui: highlighting refactor
Björn Linse
2018-02-11
*
tui: fix use-after-free after UI `stop` event #7922
Justin M. Keyes
2018-01-28
*
ui: forward relevant option updates to UIs (#7520)
Björn Linse
2017-12-12
*
channels: refactor
Björn Linse
2017-11-24
*
Adds nvim_get_hl_by_name/by_id
Matthieu Coudron
2017-09-30
*
doc: channel, eventloop
Justin M. Keyes
2017-09-05
*
lint: fix indentation of FUNC_ATTR lines
Björn Linse
2017-06-03
*
api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLY
Björn Linse
2017-05-10
*
api: generate ui events
Björn Linse
2017-05-10
*
api: nvim_ui_attach(): Flatten ext_* options.
Justin M. Keyes
2017-04-26
*
api/ui: externalize tabline
Justin M. Keyes
2017-04-26
*
api/ui: externalize tabline
Dongdong Zhou
2017-04-26
*
api: Do not translate error messages.
Justin M. Keyes
2017-04-24
*
api_set_error(): rename
Justin M. Keyes
2017-04-23
*
api/internal: Remove `set` field from Error type.
Justin M. Keyes
2017-04-23
[next]