aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_compositor.c
Commit message (Expand)AuthorAge
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* build: remove PVSdundargoc2023-11-12
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(grid): unused grid->line_wraps delenda estbfredl2023-09-20
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq2023-08-18
* fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)zeertzjq2023-06-04
* refactor: uncrustifydundargoc2023-04-26
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* 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