summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-6/+6
* patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-4/+4
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-1/+1
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-6/+0
* patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar2021-12-101-27/+25
* patch 8.2.3773: wrong window size when a modeline changes 'columns'v8.2.3773Bram Moolenaar2021-12-101-13/+24
* patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar2021-12-091-0/+12
* patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan2021-12-081-2/+4
* patch 8.2.3739: in wrong directory when using win_execute() with 'acd' setv8.2.3739Bram Moolenaar2021-12-041-0/+5
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-2/+0
* patch 8.2.3671: restarting Insert mode in prompt buffer too oftenv8.2.3671Bram Moolenaar2021-11-251-2/+3
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-0/+6
* patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar2021-11-181-0/+4
* patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()v8.2.3593Bram Moolenaar2021-11-141-30/+39
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-131-0/+28
* patch 8.2.3572: memory leak when closing window and using "multispace"v8.2.3572zeertzjq2021-11-021-0/+2
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-1/+1
* patch 8.2.3313: unused code in win_exchange() and frame_remove()v8.2.3313gmntroll2021-08-071-23/+4
* patch 8.2.3289: compiler warning for unused variable with small featuresv8.2.3289Bram Moolenaar2021-08-041-1/+8