Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | refactor(api): use hashy hash for looking up api method and event names | bfredl | 2022-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 Goc | 2022-04-29 | |
| | ||||
* | fix(clang/'Dead store'): do not assign endcol (#17788) | dundargoc | 2022-03-25 | |
| | ||||
* | chore: fix typos (#17755) | dundargoc | 2022-03-25 | |
| | | | | Co-authored-by: Jordan Haine <jhaine@securitycompass.com> | |||
* | chore: add additional compiler flags (#17815) | Lewis Russell | 2022-03-24 | |
| | | | | | | | | | Added: - -Wdouble-promotion - -Wmissing-noreturn - -Wmissing-format-attribute - -Wsuggest-attribute={pure,const,malloc,cold} Resolves: #343 | |||
* | feat(ui_client): implement async paste handling | bfredl | 2022-03-17 | |
| | ||||
* | feat(ui_client): handle resize events | hlpr98 | 2022-03-17 | |
| | ||||
* | chore: fix typos (#17670) | dundargoc | 2022-03-17 | |
| | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> | |||
* | refactor(ui): make auto-generated ui client handlers typesafe | bfredl | 2022-03-15 | |
| | ||||
* | refactor(ui): make ui_client_event_grid_line typesafe | bfredl | 2022-03-15 | |
| | ||||
* | refactor(ui): use "ui_client" instead of "redraw" as general prefix | bfredl | 2022-03-15 | |
| | ||||
* | feat(ui): invoke ui client handlers | bfredl | 2022-03-15 | |
| | ||||
* | feat(ui): implement ui_client event handlers | hlpr98 | 2022-03-15 | |
| | ||||
* | feat(ui): connect to remote ui (only debug messages for now) | bfredl | 2022-03-12 | |
co-authored-by: hlpr98 <hlpr98@gmail.com> |