summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/window.h
AgeCommit message (Expand)AuthorFiles
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2023-12-16vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2022-12-31fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal1
2022-11-29vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-01vim-patch:9.0.0342: ":wincmd =" equalizes in two directionszeertzjq1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2022-03-07vim-patch:8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slowzeertzjq1
2022-03-07vim-patch:8.2.3920: restoring directory after using another window is ineffic...zeertzjq1
2022-02-03fix(api/nvim_win_call): share common win_execute logicSean Dewar1
2022-02-03vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2017-04-22refactor/single-include: window.h, version.h (#6570)relnod1
2016-01-22window: Fix linter errors.Jurica Bradaric1
2016-01-22vim-patch:7.4.642Jurica Bradaric1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
2014-06-02Fix some stylesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1