aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_compositor.c
Commit message (Expand)AuthorAge
* fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* fix(ui): ui compositor does not correctly free event callbacksFamiu Haque2022-09-02
* fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)zeertzjq2022-09-01
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* fix(float): make `screen*()` functions respect floating windowsEvgeni Chasnovski2022-06-23
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: grid->rows and grid->colsbfredl2022-05-18
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format with uncrustify #15872dundargoc2021-10-02
* chore: use codespell to spell check #15016dundargoc2021-07-07
* floats: z-indexBjörn Linse2021-05-15
* ui_compositior: handle multiple displayed floats in the same tickBjörn Linse2021-04-26
* floats: handle interaction with popupmenu and border correctlyBjörn Linse2021-03-25
* screen: make ui_compositor aware of the intended size of a floatchentau2021-03-11
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* Merge pull request #12698 from erw7/fix-popupmenu-with-rlJan Edmund Lazo2020-11-13
|\
| * ui: fix problem with the popupmenu when rightleft is seterw72020-07-31
* | api: add API for themesBjörn Linse2020-11-01
|/
* doc: fix typosBrian Wignall2019-11-27
* screen: don't crash on invalid grid cells being recomposedBjörn Linse2019-09-30
* compositor: avoid transmitting invalid lines on double scrollBjörn Linse2019-09-15
* UIAttach, UIDetachJustin M. Keyes2019-09-12
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* compositor: handle invalid screen positions after resize gracefullyBjörn Linse2019-08-14
* PVS/V512: memcpy overflow/underflow #10642Ihor Antonov2019-07-28
* floats: fix 'winblend' on top of doublewidth chars.Björn Linse2019-07-13
* Merge pull request #9575 from bfredl/redrawdebugBjörn Linse2019-07-09
|\
| * ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
* | compositor: handle float overlapping left half of doublewidth charBjörn Linse2019-07-09
|/
* compositor: handle scrolling of blended windowBjörn Linse2019-06-26
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* doc [ci skip]Justin M. Keyes2019-03-26
* compositor: fix rendering issues with floats opened after popupmenuBjörn Linse2019-03-14
* PVS/V501: ui_compositor.c: identical sub-expressions #9673Billy SU2019-03-05
* floats: implement floating windowsBjörn Linse2019-03-02
* UI: 'pumblend' for cterm (256-color TUI)Justin M. Keyes2019-02-12
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07