aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* refactor: follow style guidedundargoc2023-12-30
* refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
* refactor: run IWYU on entire repodundargoc2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* vim-patch:9.0.2140: [security]: use-after-free in win-enterzeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* vim-patch:9.0.2134: ml_get error when scrolling (#26264)zeertzjq2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* vim-patch:9.0.2106: [security]: Use-after-free in win_close()zeertzjq2023-11-17
* vim-patch:9.0.1864: still crash with bt_quickfix1_poczeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
* vim-patch:8.1.1521: when a popup window is closed the buffer remains (#26024)zeertzjq2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael2023-10-11
* Merge pull request #25561 from glepnir/9663bfredl2023-10-10
|\
| * feat(float): add fclose commandglepnir2023-10-10
* | fix(coverity): dead code #25562Justin M. Keyes2023-10-09
* | refactor: the long goodbyedundargoc2023-10-09
|/
* Merge pull request #25522 from glepnir/4334bfredl2023-10-07
|\
| * fix(ui): trigger TabNewEntered after split new tabglepnir2023-10-07
* | fix: heap-buffer-overflow in file_name_in_lineJustin M. Keyes2023-10-06
* | fix: gf fails on "foo/bar.txt:1:2" on WindowsLeonardo Mello2023-10-06
|/
* Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\
| * feat(float): support toggle show float windowglepnir2023-09-30
* | 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(messages): fold msg_attr into msgbfredl2023-09-27
|/
* fix(float): make "fixed" work with relative=win (#25243)zeertzjq2023-09-19
* fix(float): add fixd optionglepnir2023-09-18
* fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
* refactor(mch): last mch_ function/macro hits the dustbfredl2023-09-10
* vim-patch:9.0.1877: missing test for patch 9.0.1873zeertzjq2023-09-09
* feat(float): implement footerEvgeni Chasnovski2023-08-26