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.1.2032: scrollbar thumb wrong in popup window
v8.1.2032
Bram Moolenaar
2019-09-14
1
-3
/
+8
*
patch 8.1.2009: cursorline highlighting not updated in popup window
v8.1.2009
Bram Moolenaar
2019-09-08
1
-3
/
+21
*
patch 8.1.1998: redraw even when no popup window filter was invoked
v8.1.1998
Bram Moolenaar
2019-09-07
1
-1
/
+2
*
patch 8.1.1997: no redraw after a popup window filter is invoked
v8.1.1997
Bram Moolenaar
2019-09-07
1
-0
/
+2
*
patch 8.1.1969: popup window filter is used in all modes
v8.1.1969
Bram Moolenaar
2019-09-03
1
-1
/
+14
*
patch 8.1.1963: popup window filter may be called recursively
v8.1.1963
Bram Moolenaar
2019-09-01
1
-1
/
+9
*
patch 8.1.1959: when using "firstline" in popup window text may jump
v8.1.1959
Bram Moolenaar
2019-09-01
1
-1
/
+2
*
patch 8.1.1949: cannot scroll a popup window to the very bottom
v8.1.1949
Bram Moolenaar
2019-08-30
1
-9
/
+28
*
patch 8.1.1945: popup window "firstline" cannot be reset
v8.1.1945
Bram Moolenaar
2019-08-30
1
-2
/
+11
*
patch 8.1.1936: not enough tests for text property popup window
v8.1.1936
Bram Moolenaar
2019-08-29
1
-18
/
+21
*
patch 8.1.1934: not enough tests for text property popup window
v8.1.1934
Bram Moolenaar
2019-08-28
1
-1
/
+1
*
patch 8.1.1928: popup windows don't move with the text when making changes
v8.1.1928
Bram Moolenaar
2019-08-25
1
-90
/
+261
*
patch 8.1.1920: cannot always close a popup when filter consumes all events
v8.1.1920
Bram Moolenaar
2019-08-24
1
-4
/
+22
*
patch 8.1.1919: using window options when passing a buffer to popup_create()
v8.1.1919
Bram Moolenaar
2019-08-24
1
-1
/
+2
*
patch 8.1.1918: redrawing popups is inefficient
v8.1.1918
Bram Moolenaar
2019-08-24
1
-14
/
+17
*
patch 8.1.1917: non-current window is not redrawn when moving popup
v8.1.1917
Bram Moolenaar
2019-08-24
1
-2
/
+3
*
patch 8.1.1908: every popup window consumes a buffer number
v8.1.1908
Bram Moolenaar
2019-08-21
1
-2
/
+1
*
patch 8.1.1907: wrong position for info popup with scrollbar on the left
v8.1.1907
Bram Moolenaar
2019-08-21
1
-0
/
+3
*
patch 8.1.1905: cannot set all properties of the info popup
v8.1.1905
Bram Moolenaar
2019-08-21
1
-13
/
+50
*
patch 8.1.1904: cannot have an info popup align with the popup menu
v8.1.1904
Bram Moolenaar
2019-08-21
1
-0
/
+14
*
patch 8.1.1902: cannot have an info popup without a border
v8.1.1902
Bram Moolenaar
2019-08-21
1
-1
/
+19
*
patch 8.1.1892: missing index entry and option menu for 'completepopup'
v8.1.1892
Bram Moolenaar
2019-08-20
1
-2
/
+12
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+3
*
patch 8.1.1882: cannot specify properties of the info popup window
v8.1.1882
Bram Moolenaar
2019-08-18
1
-11
/
+49
*
patch 8.1.1880: cannot show extra info for completion in a popup window
v8.1.1880
Bram Moolenaar
2019-08-18
1
-28
/
+87
*
patch 8.1.1814: a long title in a popup window overflows
v8.1.1814
Bram Moolenaar
2019-08-04
1
-1
/
+7
*
patch 8.1.1810: popup_getoptions() is missing an entry for "mapping"
v8.1.1810
Bram Moolenaar
2019-08-04
1
-0
/
+1
*
patch 8.1.1800: function call functions have too many arguments
v8.1.1800
Bram Moolenaar
2019-08-03
1
-6
/
+2
*
patch 8.1.1799: cannot avoid mapping for a popup window
v8.1.1799
Bram Moolenaar
2019-08-03
1
-1
/
+30
*
patch 8.1.1789: cannot see file name of preview popup window
v8.1.1789
Bram Moolenaar
2019-08-01
1
-0
/
+37
*
patch 8.1.1787: cannot resize a popup window
v8.1.1787
Bram Moolenaar
2019-08-01
1
-9
/
+79
*
patch 8.1.1786: double click in popup scrollbar starts selection
v8.1.1786
Bram Moolenaar
2019-08-01
1
-5
/
+14
*
patch 8.1.1779: not showing the popup window right border is confusing
v8.1.1779
Bram Moolenaar
2019-07-30
1
-1
/
+3
*
patch 8.1.1778: not showing the popup window right border is confusing
v8.1.1778
Bram Moolenaar
2019-07-30
1
-7
/
+2
*
patch 8.1.1773: the preview popup window may be too far to the right
v8.1.1773
Bram Moolenaar
2019-07-28
1
-4
/
+45
*
patch 8.1.1770: cannot get the window ID of the popup preview window
v8.1.1770
Bram Moolenaar
2019-07-28
1
-1
/
+9
*
patch 8.1.1753: use of popup window mask is inefficient
v8.1.1753
Bram Moolenaar
2019-07-26
1
-24
/
+43
*
patch 8.1.1752: resizing hashtable is inefficient
v8.1.1752
Bram Moolenaar
2019-07-26
1
-0
/
+4
*
patch 8.1.1751: when redrawing popups plines_win() may be called often
v8.1.1751
Bram Moolenaar
2019-07-26
1
-1
/
+14
*
patch 8.1.1719: popup too wide when 'showbreak' is set
v8.1.1719
Bram Moolenaar
2019-07-20
1
-2
/
+9
*
patch 8.1.1718: popup menu highlighting does not look good
v8.1.1718
Bram Moolenaar
2019-07-20
1
-11
/
+43
*
patch 8.1.1714: cannot preview a file in a popup window
v8.1.1714
Bram Moolenaar
2019-07-18
1
-55
/
+214
*
patch 8.1.1713: highlighting cursor line only works with popup_menu()
v8.1.1713
Bram Moolenaar
2019-07-18
1
-24
/
+52
*
patch 8.1.1709: Coverity warns for possibly using a NULL pointer
v8.1.1709
Bram Moolenaar
2019-07-17
1
-10
/
+9
*
patch 8.1.1707: Coverity warns for possibly using a NULL pointer
v8.1.1707
Bram Moolenaar
2019-07-17
1
-4
/
+3
*
patch 8.1.1690: default padding for popup window menu is too much
v8.1.1690
Bram Moolenaar
2019-07-14
1
-1
/
+1
*
patch 8.1.1678: using popup_menu() does not scroll to show the selected line
v8.1.1678
Bram Moolenaar
2019-07-13
1
-0
/
+6
*
patch 8.1.1676: "maxwidth" of popup window does not always work properly
v8.1.1676
Bram Moolenaar
2019-07-13
1
-0
/
+6
*
patch 8.1.1673: cannot easily find the popup window at a certain position
v8.1.1673
Bram Moolenaar
2019-07-12
1
-0
/
+14
*
patch 8.1.1666: click in popup window scrollbar with border doesn't scroll
v8.1.1666
Bram Moolenaar
2019-07-12
1
-1
/
+1
[next]