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
/
ui.c
Commit message (
Expand
)
Author
Age
*
refactor(ui_refresh): only save/restore p_lz if calling screen_resize() (#17794)
zeertzjq
2022-03-23
*
feat(ui_client): handle resize events
hlpr98
2022-03-17
*
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move way beep functions elsewhere
Björn Linse
2021-12-10
*
refactor: format with uncrustify #15872
dundargoc
2021-10-02
*
fix(ui): don't log from UI events during free_all_mem()
Björn Linse
2021-09-14
*
screen: setup scrolling main screen when starting with display-=msgsep
Björn Linse
2021-03-23
*
ui: make 'mouse' handling in external UI more consistent
Björn Linse
2021-01-01
*
api/ui: simplify popup menu position get/set logic; fix test
Yatao Li
2020-04-28
*
api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...
Yatao Li
2020-04-28
*
external pum: use floating point geometry; typval: add tv_dict_add_float
Yatao Li
2020-04-28
*
ui_pum_get_pos: return internal pum position if external pum pos not found
Yatao Li
2020-04-28
*
API/UI: Allow UI to set PUM position and size, and pass the position to Compl...
Yatao Li
2020-04-28
*
api/ui: win_viewport event for visible range and cursor position in window
Björn Linse
2020-04-01
*
ui_grid_resize: fix resize logic for floating window #11655
Ville Hakulinen
2020-01-06
*
rename: UIAttach/UIDetach => UIEnter/UILeave
Justin M. Keyes
2019-09-12
*
API/nvim_list_uis(): include "chan" field for TUI
Justin M. Keyes
2019-09-12
*
UIAttach, UIDetach
Justin M. Keyes
2019-09-12
*
Merge pull request #10475 from erw7/fix-ext-popupmenu
Björn Linse
2019-09-08
|
\
|
*
Add nvim_ui_pum_set_height to api
erw7
2019-09-08
*
|
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
|
/
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
2019-08-31
*
ui: add 'redrawdebug' option for flexible debugging of redrawing
Björn Linse
2019-07-09
*
window: allow resize wincmds for floats
Björn Linse
2019-07-08
*
UI/nvim_ui_attach(): add `override` option
Justin M. Keyes
2019-05-09
*
api: add width/height to FloatConfig
Marco Hinz
2019-03-16
*
floats: implement floating windows
Björn Linse
2019-03-02
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
UI: always use contrete colors for default_colors_set
Björn Linse
2019-02-05
*
rename ui_is_external to ui_has (#9576)
Justin M. Keyes
2019-02-03
*
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
*
terminal: handle size when switching buffers in window
Björn Linse
2019-01-27
*
window/ui: reorganize size variables, fix terminal window size with multigrid.
Björn Linse
2019-01-27
*
ui: multigrid mouse support
Björn Linse
2019-01-20
*
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
multigrid: do all adjustment in screen.c
Björn Linse
2019-01-01
*
multigrid: rename grid->ScreenLines and other grid arrays
Björn Linse
2018-12-31
*
multigrid: rename to grid.row_offset and grid.requested_rows
Björn Linse
2018-12-31
*
multigrid: reorganize types and global varaibles
Björn Linse
2018-12-31
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Fix sending window grid handle in ext_newline mode
Utkarsh Maheshwari
2018-12-31
*
multigrid: Put everything on default_grid if not ext_multigrid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Add win_position event
Utkarsh Maheshwari
2018-12-31
*
multigrid: Allow UIs to set grid size different from window size
Utkarsh Maheshwari
2018-12-31
*
multigrid: Change screen_* functions to grid_* functions
Utkarsh Maheshwari
2018-12-31
*
log: rename do_log to logmsg
Justin M. Keyes
2018-09-19
[next]