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: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
feat(tui): builtin UI (TUI) sets client info #30397
Justin M. Keyes
2024-09-18
*
feat(log): use "ui" as default name for TUI client #30345
Justin M. Keyes
2024-09-11
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
fix(ui_client): check return value of channel_job_start (#27729)
Sean Dewar
2024-03-04
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
feat(defaults): enable 'termguicolors' by default when supported by terminal
Gregory Anders
2023-12-06
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
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
[next]