aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
Commit message (Expand)AuthorAge
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* Merge pull request #23891 from rickyz/grid_line_flagsbfredl2023-07-03
|\
| * fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* | fix(tui): v:argv does not report the original argv[0] #24015t0muxx2023-06-14
|/
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor: revert incorrect change to ui_client.c codebfredl2023-04-21
* fix(ui_client): check return code of dup()Andreas Schneider2023-04-21
* refactor: remove redundant const char * castsii142023-04-07
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* docs: fix typos (#22353)zeertzjq2023-02-22
* fix(tui): only forward stdin_fd on first attach (#22293)zeertzjq2023-02-17
* fix(tui): exit on input eofzeertzjq2023-02-14
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* fix(tui): detach/attach on suspend/resume (#22040)zeertzjq2023-02-02
* fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
* Merge pull request #21831 from bfredl/nofdbfredl2023-01-16
|\
| * fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* | refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
|/
* fix(embed): handle stdio in server properlybfredl2023-01-09
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* docs: fix typos (#19588)dundargoc2022-08-03
* perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
* perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl2022-07-18
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* fix(clang/'Dead store'): do not assign endcol (#17788)dundargoc2022-03-25
* chore: fix typos (#17755)dundargoc2022-03-25
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* feat(ui_client): implement async paste handlingbfredl2022-03-17
* feat(ui_client): handle resize eventshlpr982022-03-17
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor(ui): make auto-generated ui client handlers typesafebfredl2022-03-15
* refactor(ui): make ui_client_event_grid_line typesafebfredl2022-03-15
* refactor(ui): use "ui_client" instead of "redraw" as general prefixbfredl2022-03-15
* feat(ui): invoke ui client handlersbfredl2022-03-15
* feat(ui): implement ui_client event handlershlpr982022-03-15
* feat(ui): connect to remote ui (only debug messages for now)bfredl2022-03-12