summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-10/+14
* patch 9.0.0094: cursor restored unexpected with nested autocommandv9.0.0094Bram Moolenaar2022-07-271-6/+13
* patch 9.0.0077: wrong restored cursor position when switching window in autocmdv9.0.0077Bram Moolenaar2022-07-261-3/+6
* patch 9.0.0061: ml_get error with nested autocommandv9.0.0061Bram Moolenaar2022-07-231-9/+30
* patch 9.0.0017: accessing memory beyond the end of the linev9.0.0017Bram Moolenaar2022-07-011-0/+2
* patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar2022-06-071-0/+1
* patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar2022-05-301-4/+1
* patch 8.2.5035: when splitting a window the changelist position movesv8.2.5035zeertzjq2022-05-281-3/+4
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-1/+1
* patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar2022-05-181-0/+7
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-2/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-2/+2