aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
Commit message (Expand)AuthorAge
* 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