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
/
popupwin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar option
v8.2.1763
Bram Moolenaar
2020-09-27
1
-3
/
+3
*
patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline set
v8.2.1750
Bram Moolenaar
2020-09-26
1
-21
/
+32
*
patch 8.2.1737: cursor line highlight in popup window is not always updated
v8.2.1737
Bram Moolenaar
2020-09-24
1
-0
/
+5
*
patch 8.2.1732: stuck when win_execute() for a popup causes an error
v8.2.1732
Bram Moolenaar
2020-09-23
1
-4
/
+20
*
patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"
v8.2.1727
Bram Moolenaar
2020-09-22
1
-2
/
+15
*
patch 8.2.1638: leaking memory when popup filter function can't be called
v8.2.1638
Bram Moolenaar
2020-09-08
1
-21
/
+23
*
patch 8.2.1636: get stuck if a popup filter causes an error
v8.2.1636
Bram Moolenaar
2020-09-08
1
-2
/
+28
*
patch 8.2.1578: Vim9: popup_clear() does not take "true" as argument
v8.2.1578
Bram Moolenaar
2020-09-02
1
-1
/
+1
*
patch 8.2.1483: Vim9: error for using special as number
v8.2.1483
Bram Moolenaar
2020-08-18
1
-1
/
+1
*
patch 8.2.1478: Vim9: cannot use "true" for some popup options
v8.2.1478
Bram Moolenaar
2020-08-18
1
-21
/
+15
*
patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'
v8.2.1415
Bram Moolenaar
2020-08-10
1
-0
/
+7
*
patch 8.2.1414: popupwindow missing last couple of lines
v8.2.1414
Bram Moolenaar
2020-08-10
1
-11
/
+19
*
patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is used
v8.2.1406
Bram Moolenaar
2020-08-09
1
-6
/
+24
*
patch 8.2.1307: popup window width does not include number of sign columns
v8.2.1307
Bram Moolenaar
2020-07-27
1
-6
/
+21
*
patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'
v8.2.1303
Bram Moolenaar
2020-07-26
1
-2
/
+4
*
patch 8.2.1239: "maxwidth" in 'completepopup' not obeyed
v8.2.1239
Bram Moolenaar
2020-07-18
1
-0
/
+1
*
patch 8.2.1237: changing 'completepopup' after opening popup has no effect
v8.2.1237
Bram Moolenaar
2020-07-18
1
-0
/
+12
*
patch 8.2.1221: memory leak when updating popup window
v8.2.1221
Bram Moolenaar
2020-07-15
1
-0
/
+5
*
patch 8.2.1196: build failure with normal features
v8.2.1196
Bram Moolenaar
2020-07-12
1
-0
/
+2
*
patch 8.2.1193: terminal window not redrawn when dragging a popup window
v8.2.1193
Bram Moolenaar
2020-07-12
1
-13
/
+20
*
patch 8.2.1071: Vim9: no line break allowed inside a lambda
v8.2.1071
Bram Moolenaar
2020-06-27
1
-1
/
+1
*
patch 8.2.0984: not using previous window when closing a shell popup window
v8.2.0984
Bram Moolenaar
2020-06-15
1
-5
/
+16
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-2
/
+2
*
patch 8.2.0792: build failure with small features
v8.2.0792
Bram Moolenaar
2020-05-18
1
-0
/
+2
*
patch 8.2.0791: a second popup window with terminal causes trouble
v8.2.0791
Bram Moolenaar
2020-05-18
1
-0
/
+26
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-5
/
+5
*
patch 8.2.0748: cannot get a list of all popups
v8.2.0748
Bram Moolenaar
2020-05-13
1
-0
/
+19
*
patch 8.2.0747: cannot forcefully close all popups
v8.2.0747
Bram Moolenaar
2020-05-13
1
-16
/
+28
*
patch 8.2.0746: popup_clear() hangs when a popup can't be closed
v8.2.0746
Bram Moolenaar
2020-05-13
1
-9
/
+15
*
patch 8.2.0523: loops are repeated
v8.2.0523
Bram Moolenaar
2020-04-06
1
-1
/
+1
*
patch 8.2.0510: Coverity complains about using uninitialized variable
v8.2.0510
Bram Moolenaar
2020-04-04
1
-10
/
+10
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-21
/
+20
*
patch 8.2.0380: tiny popup when creating a terminal popup without minwidth
v8.2.0380
Bram Moolenaar
2020-03-14
1
-3
/
+15
*
patch 8.2.0375: Coverity warning for not using return value
v8.2.0375
Bram Moolenaar
2020-03-13
1
-21
/
+27
*
patch 8.2.0371: crash with combination of terminal popup and autocmd
v8.2.0371
Bram Moolenaar
2020-03-11
1
-2
/
+15
*
patch 8.2.0359: popup_atcursor() may hang
v8.2.0359
Bram Moolenaar
2020-03-06
1
-2
/
+3
*
patch 8.2.0330: build error with popup window but without terminal
v8.2.0330
Bram Moolenaar
2020-02-28
1
-0
/
+2
*
patch 8.2.0329: popup filter converts 0x80 bytes
v8.2.0329
Bram Moolenaar
2020-02-28
1
-1
/
+1
*
patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal
v8.2.0328
Bram Moolenaar
2020-02-28
1
-3
/
+6
*
patch 8.2.0327: crash when opening and closing two popup terminal windows
v8.2.0327
Bram Moolenaar
2020-02-28
1
-3
/
+25
*
patch 8.2.0286: cannot use popup_close() for a terminal popup
v8.2.0286
Bram Moolenaar
2020-02-20
1
-1
/
+6
*
patch 8.2.0214: a popup window with a terminal can be made hidden
v8.2.0214
Bram Moolenaar
2020-02-05
1
-0
/
+4
*
patch 8.2.0205: error code E899 used twice
v8.2.0205
Bram Moolenaar
2020-02-03
1
-1
/
+1
*
patch 8.2.0196: blocking commands for a finished job in a popup window
v8.2.0196
Bram Moolenaar
2020-02-02
1
-1
/
+6
*
patch 8.2.0194: some commands can cause problems in terminal popup
v8.2.0194
Bram Moolenaar
2020-02-01
1
-4
/
+4
*
patch 8.2.0192: build failure without +terminal feature
v8.2.0192
Bram Moolenaar
2020-02-01
1
-1
/
+13
*
patch 8.2.0191: cannot put a terminal in a popup window
v8.2.0191
Bram Moolenaar
2020-02-01
1
-10
/
+40
*
patch 8.2.0179: still a few places where range() does not work
v8.2.0179
Bram Moolenaar
2020-01-30
1
-2
/
+16
*
patch 8.2.0142: possible to enter popup window with CTRL-W p
v8.2.0142
Bram Moolenaar
2020-01-23
1
-0
/
+2
*
patch 8.2.0118: crash when cycling to buffers involving popup window
v8.2.0118
Bram Moolenaar
2020-01-14
1
-7
/
+1
[next]