summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4868: when closing help window autocmds triggered for wrong windowv8.2.4868LemonBoy2022-05-041-0/+45
* patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq2022-04-121-5/+13
* patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy2022-04-081-1/+28
* patch 8.2.4706: buffer remains active with WinClosed and tabpagesv8.2.4706zeertzjq2022-04-071-1/+1
* patch 8.2.4700: buffer remains active if WinClosed event throws an exceptionv8.2.4700Bram Moolenaar2022-04-061-1/+1
* patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan2022-04-031-2/+4
* patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668Yegappan Lakshmanan2022-04-021-4/+7
* patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar2022-03-261-35/+45
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-4/+2
* patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar2022-03-221-2/+1
* patch 8.2.4513: window-local directory is not applied if 'acd' failsv8.2.4513zeertzjq2022-03-051-5/+0
* patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan2022-02-241-1/+1
* patch 8.2.4454: resetting cmdwin_type only for one situationv8.2.4454zeertzjq2022-02-231-0/+4
* patch 8.2.4434: duplicate check for cmdline windowv8.2.4434Sean Dewar2022-02-211-1/+0
* patch 8.2.4432: cannot use settabvar() while the cmdline window is openv8.2.4432Bram Moolenaar2022-02-211-1/+2
* patch 8.2.4428: crash when switching tabpage while in the cmdline windowv8.2.4428Bram Moolenaar2022-02-201-0/+26
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-1/+1
* patch 8.2.4355: unnecessary call to check_colorcolumn()v8.2.4355Sean Dewar2022-02-121-4/+0
* patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar2022-02-071-1/+1
* patch 8.2.4248: no proper test for moving the window separatorv8.2.4248zeertzjq2022-01-291-1/+3
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.4154: ml_get error when exchanging windows in Visual modev8.2.4154Bram Moolenaar2022-01-201-1/+6
* patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan2022-01-081-48/+48
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1