summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar2022-11-281-2/+2
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-13/+14
* patch 9.0.0964: status line not redrawn when 'splitkeep' is "screen"v9.0.0964Luuk van Baal2022-11-281-1/+1
* patch 9.0.0947: invalid memory access in substitute with functionv9.0.0947Bram Moolenaar2022-11-251-1/+3
* patch 9.0.0929: build failure with tiny versionv9.0.0929Bram Moolenaar2022-11-231-1/+5
* patch 9.0.0927: Coverity warns for using a NULL pointerv9.0.0927Bram Moolenaar2022-11-231-1/+1
* patch 9.0.0919: build failure with tiny featuresv9.0.0919Bram Moolenaar2022-11-221-7/+24
* patch 9.0.0917: the WinScrolled autocommand event is not enoughv9.0.0917Bram Moolenaar2022-11-221-26/+253
* patch 9.0.0915: WinScrolled may trigger immediately when definedv9.0.0915Bram Moolenaar2022-11-201-9/+30
* patch 9.0.0913: only change in current window triggers the WinScrolled eventv9.0.0913Bram Moolenaar2022-11-191-28/+60
* patch 9.0.0909: error message for layout change does not match actionv9.0.0909Bram Moolenaar2022-11-191-4/+6
* patch 9.0.0907: restoring window after WinScrolled may failv9.0.0907Bram Moolenaar2022-11-191-3/+53
* patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq2022-11-011-2/+2
* patch 9.0.0823: mouse drag test failsv9.0.0823Bram Moolenaar2022-10-311-2/+6
* patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar2022-10-311-0/+2
* patch 9.0.0780: 'scroll' value computed in unexpected locationv9.0.0780Luuk van Baal2022-10-171-2/+1
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-3/+2
* patch 9.0.0682: crash when popup with deleted timer is closedv9.0.0682Bram Moolenaar2022-10-071-1/+2
* patch 9.0.0670: no space for command line when there is a tablinev9.0.0670Bram Moolenaar2022-10-061-2/+2
* patch 9.0.0667: ml_get error when 'splitkeep' is "screen"v9.0.0667Luuk van Baal2022-10-051-1/+2
* patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665Bram Moolenaar2022-10-051-1/+4
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-19/+5
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-031-32/+28
* patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar2022-09-291-2/+1
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-271-29/+40
* patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar2022-09-261-1/+4
* patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwinv9.0.0555Luuk van Baal2022-09-231-1/+3
* patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq2022-09-221-12/+8
* patch 9.0.0505: various problems with 'nosplitscroll'v9.0.0505Luuk van Baal2022-09-191-8/+8
* patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and helpv9.0.0486Luuk van Baal2022-09-171-6/+3
* patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal2022-09-161-3/+6
* patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469Luuk van Baal2022-09-151-0/+4
* patch 9.0.0461: 'scroll' is not always updatedv9.0.0461Luuk van Baal2022-09-141-0/+1
* patch 9.0.0455: a few problems with 'splitscroll'v9.0.0455Luuk van Baal2022-09-131-4/+9
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-111-9/+134
* patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zerov9.0.0403Luuk van Baal2022-09-071-6/+8
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-311-3/+7
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-24/+8
* patch 9.0.0326: some changes for cmdheight=0 are not neededv9.0.0326Shougo Matsushita2022-08-301-4/+2
* patch 9.0.0304: WinScrolled is not triggered when only skipcol changesv9.0.0304zeertzjq2022-08-281-0/+2
* patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() usedv9.0.0294Bram Moolenaar2022-08-281-0/+5
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-10/+3
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-6/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-20/+20
* patch 9.0.0191: messages test fails; window size incorrectv9.0.0191Bram Moolenaar2022-08-111-0/+6
* patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistentv9.0.0190Bram Moolenaar2022-08-111-2/+15
* patch 9.0.0187: command line height changes when maximizing window heightv9.0.0187Bram Moolenaar2022-08-101-2/+0
* patch 9.0.0135: comment about tabpage line above the wrong codev9.0.0135zeertzjq2022-08-021-4/+5
* patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq2022-07-311-68/+64
* patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar2022-07-301-1/+2