aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
Commit message (Collapse)AuthorAge
...
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
| | | | | This avoids generating khash tables at runtime, and is consistent with how evalfuncs lookup work.
* 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
| | | | Co-authored-by: Jordan Haine <jhaine@securitycompass.com>
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
| | | | | | | | | Added: - -Wdouble-promotion - -Wmissing-noreturn - -Wmissing-format-attribute - -Wsuggest-attribute={pure,const,malloc,cold} Resolves: #343
* feat(ui_client): implement async paste handlingbfredl2022-03-17
|
* feat(ui_client): handle resize eventshlpr982022-03-17
|
* chore: fix typos (#17670)dundargoc2022-03-17
| | | Co-authored-by: zeertzjq <zeertzjq@outlook.com>
* 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
co-authored-by: hlpr98 <hlpr98@gmail.com>