summaryrefslogtreecommitdiffstats
path: root/src/window.c
AgeCommit message (Expand)Author
2022-11-01patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq
2022-10-31patch 9.0.0823: mouse drag test failsv9.0.0823Bram Moolenaar
2022-10-31patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar
2022-10-17patch 9.0.0780: 'scroll' value computed in unexpected locationv9.0.0780Luuk van Baal
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-07patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar
2022-10-06patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar
2022-10-05patch 9.0.0667: ml_get error when 'splitkeep' is "screen"v9.0.0667Luuk van Baal
2022-10-05patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-10-03patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal
2022-09-29patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar
2022-09-27patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal
2022-09-26patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar
2022-09-23patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwinv9.0.0555Luuk van Baal
2022-09-22patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq
2022-09-19patch 9.0.0505: various problems with 'nosplitscroll'v9.0.0505Luuk van Baal
2022-09-17patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and helpv9.0.0486Luuk van Baal
2022-09-16patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal
2022-09-15patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469Luuk van Baal
2022-09-14patch 9.0.0461: 'scroll' is not always updatedv9.0.0461Luuk van Baal
2022-09-13patch 9.0.0455: a few problems with 'splitscroll'v9.0.0455Luuk van Baal
2022-09-11patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal
2022-09-07patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zerov9.0.0403Luuk van Baal
2022-08-31patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-30patch 9.0.0326: some changes for cmdheight=0 are not neededv9.0.0326Shougo Matsushita
2022-08-28patch 9.0.0304: WinScrolled is not triggered when only skipcol changesv9.0.0304zeertzjq
2022-08-28patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() usedv9.0.0294Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-11patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar
2022-08-11patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar
2022-08-10patch 9.0.0187: command line height changes when maximizing window heightv9.0.0187Bram Moolenaar
2022-08-02patch 9.0.0135: comment about tabpage line above the wrong codev9.0.0135zeertzjq
2022-07-31patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq
2022-07-30patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-27patch 9.0.0094: cursor restored unexpected with nested autocommandv9.0.0094Bram Moolenaar
2022-07-26patch 9.0.0077: wrong restored cursor position when switching window in autocmdv9.0.0077Bram Moolenaar
2022-07-23patch 9.0.0061: ml_get error with nested autocommandv9.0.0061Bram Moolenaar
2022-07-01patch 9.0.0017: accessing memory beyond the end of the linev9.0.0017Bram Moolenaar
2022-06-07patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar
2022-05-30patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar
2022-05-28patch 8.2.5035: when splitting a window the changelist position movesv8.2.5035zeertzjq
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-18patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar