aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_api_ui_events.lua
Commit message (Expand)AuthorAge
* refactor: gen_declarations.luaLewis Russell2024-11-29
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* refactor(api): rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* build: enable lintlua for src/ dir #26395Justin M. Keyes2023-12-04
* 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