aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* fix(cmdheight=0): various issues part3 #19816Shougo2022-09-06
* refactor: migrate comment style 2 #20080dundargoc2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* Merge pull request #20026 from dundargoc/refactor/char_u/7bfredl2022-09-02
|\
| * refactor: replace char_u with charDundar Göc2022-09-01
* | vim-patch:9.0.0342: ":wincmd =" equalizes in two directionszeertzjq2022-09-01
|/
* refactor: replace char_u with charDundar Göc2022-08-31
* vim-patch:8.1.2037: can call win_gotoid() in cmdline window (#20015)zeertzjq2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* fix(redraw): handle switching to a tabpage with larger p_ch valuebfredl2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-29
* fix(events): triggered WinScrolled when only skipcol changed (#19972)zeertzjq2022-08-29
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* fix(path): path_is_url returns false for "foo:/" #19797sigmaSd2022-08-23
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* vim-patch:9.0.0191: messages test fails; window size incorrectShougo Matsushita2022-08-17
* vim-patch:9.0.0190: the way 'cmdheight' can be made zero is inconsistentShougo Matsushita2022-08-17
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* fix(ui): set redraw_cmdline when setting window height (#19630)zeertzjq2022-08-03
* fix(tabpage): check if ROWS_AVAIL changed for resize (#19620)zeertzjq2022-08-02
* vim-patch:9.0.0124: code has more indent than neededzeertzjq2022-08-01
* Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
|\
| * refactor: replace char_u with charDundar Goc2022-07-31
* | vim-patch:9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowShougo Matsushita2022-07-31
* | vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
* | cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
|/
* vim-patch:9.0.0094: cursor restored unexpected with nested autocommandzeertzjq2022-07-28
* vim-patch:partial:9.0.0077: wrong restored cursor position when switching win...zeertzjq2022-07-28
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-28
* refactor: enable -Wconversion warning for window.c (#19537)dundargoc2022-07-27
* fix(options): properly free string options (#19510)zeertzjq2022-07-27
* revert: "vim-patch:9.0.0061: ml_get error with nested autocommand" (#19509)zeertzjq2022-07-26
* vim-patch:9.0.0061: ml_get error with nested autocommandzeertzjq2022-07-23
* vim-patch:8.2.5035: when splitting a window the changelist position moveszeertzjq2022-07-23
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* fix: local winbar with tabsFamiu Haque2022-07-20
* vim-patch:8.2.1061: insufficient testing for src/window.c (#19384)zeertzjq2022-07-16
* vim-patch:8.2.0921: CTRL-W T in cmdline window causes troublezeertzjq2022-07-14
* fix(float): fix mouse drag position if float window turned to a splitzeertzjq2022-07-10