aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* fix(ui_client): check return value of channel_job_start (#27729)Sean Dewar2024-03-04
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders2023-12-06
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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