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
*
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
*
vim-patch:8.0.1809: various typos
Jan Edmund Lazo
2018-09-11
*
tui: Hint wrapped lines to terminals.
Ricky Zhou
2018-09-03
*
cursor_shape: use attribute ids instead of syntax ids
Björn Linse
2018-08-13
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
ui: add TODO for non-working terminal linewrap
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
*
ui: don't crash when 'writedelay' is set and redrawing inside an event handler
Björn Linse
2018-06-28
*
nvim_list_uis: include channel id
Björn Linse
2018-06-01
*
TUI: implement "standout" attribute #8081
Nimit Bhardwaj
2018-03-27
*
api: nvim_list_uis #8004
geekodour
2018-03-03
*
screen.c: make negative 'writedelay' show all redraws
Björn Linse
2018-02-24
*
ui_bridge: make sure TUI receives no more UI events after "stop" event
Björn Linse
2018-02-22
*
ui: refactor ui options
Björn Linse
2018-02-13
*
ui/tui: highlighting refactor
Björn Linse
2018-02-11
*
UI: restore 'writedelay' feature.
Justin M. Keyes
2018-02-07
*
tui: fix use-after-free after UI `stop` event #7922
Justin M. Keyes
2018-01-28
[next]