aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_api_ui_events.lua
Commit message (Expand)AuthorAge
* build: revert accidental permission changes (#23319)zeertzjq2023-04-26
* fix(build): distinguish vim.mpack from global require'mpack'bfredl2023-04-20
* refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* refactor(ui): ui_log() can now just be a functionbfredl2023-02-25
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* feat(tui): run TUI as external processhlpr982022-12-31
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
* refactor(ui): make auto-generated ui client handlers typesafebfredl2022-03-15
* refactor(ui): use "ui_client" instead of "redraw" as general prefixbfredl2022-03-15
* feat(ui): implement ui_client event handlershlpr982022-03-15
* Improve luacheck setup [skip appveyor]Daniel Hahler2019-07-04
* Fix luacheck errors for all Lua source filesSameed Ali2019-07-04
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* log: all UI events, not just UI-bridgeJustin M. Keyes2017-07-22
* ui_events: erase internal type HlAttrs (#6718)Björn Linse2017-05-11
* api: add metadata for ui eventsBjörn Linse2017-05-10
* generators: separate source generators from scriptsBjörn Linse2017-05-10