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_client.c
Commit message (
Expand
)
Author
Age
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
docs: deprecate the "term_background" UI field
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
fix(startup): run embedded Nvim with real path (#24282)
zeertzjq
2023-07-08
*
Merge pull request #23891 from rickyz/grid_line_flags
bfredl
2023-07-03
|
\
|
*
fix(ui): propagate line wrapping state on grid_line events
Ricky Zhou
2023-06-05
*
|
fix(tui): v:argv does not report the original argv[0] #24015
t0muxx
2023-06-14
|
/
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor: revert incorrect change to ui_client.c code
bfredl
2023-04-21
*
fix(ui_client): check return code of dup()
Andreas Schneider
2023-04-21
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
feat(api): more fields in nvim_list_uis
Justin M. Keyes
2023-02-27
*
docs: fix typos (#22353)
zeertzjq
2023-02-22
*
fix(tui): only forward stdin_fd on first attach (#22293)
zeertzjq
2023-02-17
*
fix(tui): exit on input eof
zeertzjq
2023-02-14
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
fix(tui): detach/attach on suspend/resume (#22040)
zeertzjq
2023-02-02
*
fix(unittests): fix TUI broken test previously ignored
bfredl
2023-01-18
*
Merge pull request #21831 from bfredl/nofd
bfredl
2023-01-16
|
\
|
*
fix(ui): re-organize tty fd handling and fix issues
bfredl
2023-01-16
*
|
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
|
/
*
fix(embed): handle stdio in server properly
bfredl
2023-01-09
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
docs: fix typos (#19588)
dundargoc
2022-08-03
*
perf(ui): unpack grid_line (screen contents) directly
bfredl
2022-07-19
*
perf(ui): unpack a single ui event at a time, instead of a "redraw" batch
bfredl
2022-07-18
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
fix(clang/'Dead store'): do not assign endcol (#17788)
dundargoc
2022-03-25
*
chore: fix typos (#17755)
dundargoc
2022-03-25
*
chore: add additional compiler flags (#17815)
Lewis Russell
2022-03-24
*
feat(ui_client): implement async paste handling
bfredl
2022-03-17
*
feat(ui_client): handle resize events
hlpr98
2022-03-17
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
refactor(ui): make auto-generated ui client handlers typesafe
bfredl
2022-03-15
*
refactor(ui): make ui_client_event_grid_line typesafe
bfredl
2022-03-15
*
refactor(ui): use "ui_client" instead of "redraw" as general prefix
bfredl
2022-03-15
*
feat(ui): invoke ui client handlers
bfredl
2022-03-15
*
feat(ui): implement ui_client event handlers
hlpr98
2022-03-15
*
feat(ui): connect to remote ui (only debug messages for now)
bfredl
2022-03-12