aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* 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
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* vim-patch:9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows (#24811)zeertzjq2023-08-21
* vim-patch:9.0.1726: incorrect heights in win_size_restore() (#24765)Sean Dewar2023-08-17
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* fix(events): avoid unnecessary CursorMoved (#24675)zeertzjq2023-08-12
* fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* refactor(plines.c): update outdated comments (#24264)zeertzjq2023-07-06
* fix(ui): delay win_viewport until screen update #24182fredizzimo2023-07-05
* perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq2023-07-04
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1608: update_topline() is called twice (#23920)luukvbaal2023-06-05
* fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq2023-06-04
* vim-patch:9.0.1599: Cursor not adjusted when 'splitkeep' is not "cursor" (#23...luukvbaal2023-06-02
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* vim-patch:9.0.1554: code for handling 'switchbuf' is repeated (#23632)zeertzjq2023-05-15
* vim-patch:9.0.0598: using negative array index with negative width windowzeertzjq2023-05-13
* vim-patch:9.0.1546: some commands for opening a file don't use 'switchbuf' (#...zeertzjq2023-05-13
* vim-patch:9.0.1513: text scrolls unnecessarily when splittingLuuk van Baal2023-05-07
* fix(api): don't change title when setting buffer in a window (#23492)zeertzjq2023-05-06
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* vim-patch:9.0.1491: wrong scrolling with ls=0 and :botright split (#23333)zeertzjq2023-04-27
* refactor: uncrustifydundargoc2023-04-26