index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.2289: after :diffsplit closing the window does not disable diff
v8.1.2289
Bram Moolenaar
2019-11-10
1
-0
/
+20
*
patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is open
v8.1.2227
Bram Moolenaar
2019-10-27
1
-5
/
+12
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-3
/
+0
*
patch 8.1.2136: using freed memory with autocmd from fuzzer
v8.1.2136
Bram Moolenaar
2019-10-11
1
-1
/
+2
*
patch 8.1.2122: cannot build without terminal feature
v8.1.2122
Bram Moolenaar
2019-10-07
1
-0
/
+2
*
patch 8.1.2121: mode is not updated when switching to terminal
v8.1.2121
Bram Moolenaar
2019-10-07
1
-0
/
+3
*
patch 8.1.2062: the mouse code is spread out
v8.1.2062
Bram Moolenaar
2019-09-21
1
-3
/
+1
*
patch 8.1.2001: some source files are too big
v8.1.2001
Bram Moolenaar
2019-09-07
1
-447
/
+0
*
patch 8.1.1966: some code in options.c fits better elsewhere
v8.1.1966
Bram Moolenaar
2019-09-02
1
-0
/
+81
*
patch 8.1.1962: leaking memory when using tagfunc()
v8.1.1962
Bram Moolenaar
2019-09-01
1
-1
/
+3
*
patch 8.1.1943: more code can be moved to evalvars.c
v8.1.1943
Bram Moolenaar
2019-08-30
1
-0
/
+103
*
patch 8.1.1928: popup windows don't move with the text when making changes
v8.1.1928
Bram Moolenaar
2019-08-25
1
-0
/
+4
*
patch 8.1.1908: every popup window consumes a buffer number
v8.1.1908
Bram Moolenaar
2019-08-21
1
-1
/
+1
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-14
/
+17
*
patch 8.1.1832: win_execute() does not work in other tab
v8.1.1832
Bram Moolenaar
2019-08-09
1
-0
/
+24
*
patch 8.1.1756: autocommand that splits window messes up window layout
v8.1.1756
Bram Moolenaar
2019-07-27
1
-1
/
+64
*
patch 8.1.1755: leaking memory when using a popup window mask
v8.1.1755
Bram Moolenaar
2019-07-26
1
-0
/
+1
*
patch 8.1.1734: the evalfunc.c file is too big
v8.1.1734
Bram Moolenaar
2019-07-22
1
-295
/
+5
*
patch 8.1.1612: cannot show an existing buffer in a popup window
v8.1.1612
Bram Moolenaar
2019-06-30
1
-3
/
+6
*
patch 8.1.1600: cannot specify highlighting for popup window scrollbar
v8.1.1600
Bram Moolenaar
2019-06-26
1
-0
/
+2
*
patch 8.1.1580: cannot make part of a popup transparent
v8.1.1580
Bram Moolenaar
2019-06-23
1
-0
/
+1
*
patch 8.1.1559: popup window title property not implemented yet
v8.1.1559
Bram Moolenaar
2019-06-16
1
-0
/
+1
*
patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing
v8.1.1555
Bram Moolenaar
2019-06-16
1
-5
/
+5
*
patch 8.1.1525: cannot move a popup window with the mouse
v8.1.1525
Bram Moolenaar
2019-06-13
1
-1
/
+1
*
patch 8.1.1521: when a popup window is closed the buffer remains
v8.1.1521
Bram Moolenaar
2019-06-12
1
-6
/
+6
*
patch 8.1.1452: line and col property of popup windows not properly checked
v8.1.1452
Bram Moolenaar
2019-06-02
1
-0
/
+8
*
patch 8.1.1446: popup window callback not implemented yet
v8.1.1446
Bram Moolenaar
2019-06-01
1
-0
/
+1
*
patch 8.1.1445: popup window border highlight not implemented yet
v8.1.1445
Bram Moolenaar
2019-06-01
1
-0
/
+2
*
patch 8.1.1441: popup window filter not yet implemented
v8.1.1441
Bram Moolenaar
2019-06-01
1
-0
/
+3
*
patch 8.1.1438: some commands cause trouble in a popup window
v8.1.1438
Bram Moolenaar
2019-06-01
1
-2
/
+15
*
patch 8.1.1433: win_execute() may leave popup window focused
v8.1.1433
Bram Moolenaar
2019-05-31
1
-0
/
+6
*
patch 8.1.1425: win_execute() does not set window pointers properly
v8.1.1425
Bram Moolenaar
2019-05-30
1
-4
/
+30
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-8
/
+8
*
patch 8.1.1403: cannot build without the timer feature
v8.1.1403
Bram Moolenaar
2019-05-26
1
-0
/
+4
*
patch 8.1.1402: "timer" option of popup windows not supported
v8.1.1402
Bram Moolenaar
2019-05-26
1
-6
/
+4
*
patch 8.1.1400: using global pointer for tab-local popups is clumsy
v8.1.1400
Bram Moolenaar
2019-05-26
1
-27
/
+3
*
patch 8.1.1399: popup windows not adjusted when switching tabs
v8.1.1399
Bram Moolenaar
2019-05-26
1
-2
/
+30
*
patch 8.1.1392: build failure in tiny version
v8.1.1392
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1391: no popup window support
v8.1.1391
Bram Moolenaar
2019-05-25
1
-45
/
+131
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-6
/
+6
*
patch 8.1.1347: fractional scroll position not restored after closing window
v8.1.1347
Bram Moolenaar
2019-05-18
1
-2
/
+3
*
patch 8.1.1327: unnecessary scroll after horizontal split
v8.1.1327
Bram Moolenaar
2019-05-12
1
-3
/
+7
*
patch 8.1.1242: no cmdline redraw when tabpages have different 'cmdheight'
v8.1.1242
Bram Moolenaar
2019-05-01
1
-0
/
+2
*
patch 8.1.1241: Ex command info contains confusing information
v8.1.1241
Bram Moolenaar
2019-05-01
1
-7
/
+7
*
patch 8.1.1228: not possible to process tags with a function
v8.1.1228
Bram Moolenaar
2019-04-28
1
-4
/
+6
*
patch 8.1.1218: cannot set a directory for a tab page
v8.1.1218
Bram Moolenaar
2019-04-27
1
-5
/
+19
*
patch 8.1.1207: some compilers give warning messages
v8.1.1207
Bram Moolenaar
2019-04-26
1
-1
/
+1
*
patch 8.1.1205: a BufReadPre autocommand may cause the cursor to move
v8.1.1205
Bram Moolenaar
2019-04-25
1
-0
/
+29
*
patch 8.1.1182: some function prototypes are outdated
v8.1.1182
Bram Moolenaar
2019-04-17
1
-1
/
+1
*
patch 8.1.1140: not easy to find out what neighbors a window has
v8.1.1140
Bram Moolenaar
2019-04-08
1
-18
/
+48
[next]