aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(ui): command line issues with external messages (#21709)luukvbaal2023-01-13
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* docs: fix typos (#21427)dundargoc2023-01-04
* Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\
| * fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
* | vim-patch:8.2.{3773,3774}zeertzjq2022-12-30
|/
* fix(win_close): remove float grid after closing buffer (#21551)zeertzjq2022-12-27
* vim-patch:9.0.1051: after a failed CTRL-W ] next command splits window (#21400)zeertzjq2022-12-13
* fix(events): skip WinScrolled for newly-created float windows (#21333)zeertzjq2022-12-10
* vim-patch:9.0.1025: WinScrolled is not triggered when filler lines change (#2...zeertzjq2022-12-07
* fix(float): fix crash with bufpos and non-existent window (#21319)zeertzjq2022-12-07
* fix(float): fix ml_get error with bufposzeertzjq2022-12-06
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* vim-patch:8.2.1748: closing split window in other tab may cause a crashzeertzjq2022-12-02
* fix(float): make closing float in another tab return to correct windowzeertzjq2022-12-02
* fix: clang warnings (#21247)zeertzjq2022-12-01
* vim-patch:9.0.0967: leaking memory from autocmd windowszeertzjq2022-11-29
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* refactor(ui): statusbar invalidation to win_set_inner_size()Luuk van Baal2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: maybe suppress a PVS warningzeertzjq2022-11-23
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* vim-patch:9.0.0915: WinScrolled may trigger immediately when definedzeertzjq2022-11-20
* vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...zeertzjq2022-11-20
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
|/
* vim-patch:9.0.0265: no good reason why the "gf" command isn't in the tiny ver...zeertzjq2022-11-06
* vim-patch:9.0.0825: cannot drag an entry in the tabpage linezeertzjq2022-11-02
* vim-patch:9.0.0823: mouse drag test failszeertzjq2022-11-02
* vim-patch:9.0.0822: crash when dragging the statusline with a mappingzeertzjq2022-11-02
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor(window.c): reduce scope of locals (#20301)Lewis Russell2022-10-18
* fix: 'scroll' is not set correctly for floats with 'splitkeep'Luuk van Baal2022-10-17
* vim-patch:9.0.0747: too many #ifdefs (#20641)zeertzjq2022-10-14
* vim-patch:8.2.4462: not enough testing for quickfix codezeertzjq2022-10-13
* refactor: clint (#20600)Lewis Russell2022-10-12
* vim-patch:8.2.4523: when gvim is started maximized the 'window' option isn't setzeertzjq2022-10-12
* fix: find multibyte file name in line (#20519)zeertzjq2022-10-07
* fix(ui): setting 'cmdheight' with global statusline (#20515)zeertzjq2022-10-07