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.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
*
patch 8.1.1088: height of quickfix window not retained with vertical split
v8.1.1088
Bram Moolenaar
2019-03-30
1
-4
/
+4
*
patch 8.1.1015: quickfix buffer shows up in list, can't get buffer number
v8.1.1015
Bram Moolenaar
2019-03-17
1
-3
/
+9
*
patch 8.1.0994: relative cursor position is not calculated correctly
v8.1.0994
Bram Moolenaar
2019-03-04
1
-9
/
+10
*
patch 8.1.0974: cannot switch from terminal window to previous tabpage
v8.1.0974
Bram Moolenaar
2019-02-22
1
-4
/
+5
*
patch 8.1.0972: cannot switch from terminal window to next tabpage
v8.1.0972
Bram Moolenaar
2019-02-22
1
-1
/
+5
*
patch 8.1.0932: Farsi support is outdated and unused
v8.1.0932
Bram Moolenaar
2019-02-16
1
-6
/
+0
*
patch 8.1.0914: code related to findfile() is spread out
v8.1.0914
Bram Moolenaar
2019-02-13
1
-315
/
+0
*
patch 8.1.0892: failure when closing a window when location list is in use
v8.1.0892
Bram Moolenaar
2019-02-10
1
-2
/
+1
*
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
v8.1.0864
Bram Moolenaar
2019-01-31
1
-1
/
+5
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-4
/
+0
*
patch 8.1.0810: too many #ifdefs
v8.1.0810
Bram Moolenaar
2019-01-24
1
-7
/
+2
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-2
/
+2
*
patch 8.1.0753: printf format not checked for semsg()
v8.1.0753
Bram Moolenaar
2019-01-15
1
-4
/
+4
[next]