Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
9c9be05b17ececb1515a2f41a4dedbf848d3d8b6
/
src
/
proto
/
popupwin.pro
3697c9b
patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline set
by Bram Moolenaar
· 4 years, 11 months ago
447bfba
patch 8.2.1237: changing 'completepopup' after opening popup has no effect
by Bram Moolenaar
· 5 years ago
ef6b979
patch 8.2.0748: cannot get a list of all popups
by Bram Moolenaar
· 5 years ago
03a9f84
patch 8.2.0747: cannot forcefully close all popups
by Bram Moolenaar
· 5 years ago
d502aa4
patch 8.2.0746: popup_clear() hangs when a popup can't be closed
by Bram Moolenaar
· 5 years ago
14285cb
patch 8.2.0464: typos and other small problems
by Bram Moolenaar
· 5 years ago
3c01c4a
patch 8.2.0194: some commands can cause problems in terminal popup
by Bram Moolenaar
· 6 years ago
219c7d0
patch 8.2.0191: cannot put a terminal in a popup window
by Bram Moolenaar
· 6 years ago
d283e89
patch 8.1.2407: proto files, dependencies and build instructions outdated
by Bram Moolenaar
· 6 years ago
0324f9e
patch 8.1.2311: warning for missing function prototype
by Bram Moolenaar
· 6 years ago
afe45b6
patch 8.1.2300: redraw breaks going through list of popup windows
by Bram Moolenaar
· 6 years ago
4dd8fe0
patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()
by Bram Moolenaar
· 6 years ago
dca7abe
patch 8.1.2192: cannot easily fill the info popup asynchronously
by Bram Moolenaar
· 6 years ago
12034e2
patch 8.1.1928: popup windows don't move with the text when making changes
by Bram Moolenaar
· 6 years ago
f639623
patch 8.1.1920: cannot always close a popup when filter consumes all events
by Bram Moolenaar
· 6 years ago
c7c5f10
patch 8.1.1905: cannot set all properties of the info popup
by Bram Moolenaar
· 6 years ago
bd483b3
patch 8.1.1902: cannot have an info popup without a border
by Bram Moolenaar
· 6 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 6 years ago
62a0cb4
patch 8.1.1882: cannot specify properties of the info popup window
by Bram Moolenaar
· 6 years ago
576a4a6
patch 8.1.1880: cannot show extra info for completion in a popup window
by Bram Moolenaar
· 6 years ago
749fa0a
patch 8.1.1799: cannot avoid mapping for a popup window
by Bram Moolenaar
· 6 years ago
90f3e7a
patch 8.1.1789: cannot see file name of preview popup window
by Bram Moolenaar
· 6 years ago
f4fd7ec
patch 8.1.1788: missing changes in proto file
by Bram Moolenaar
· 6 years ago
13b11ed
patch 8.1.1786: double click in popup scrollbar starts selection
by Bram Moolenaar
· 6 years ago
13d5c3f
patch 8.1.1773: the preview popup window may be too far to the right
by Bram Moolenaar
· 6 years ago
56c0c47
patch 8.1.1770: cannot get the window ID of the popup preview window
by Bram Moolenaar
· 6 years ago
7964873
patch 8.1.1714: cannot preview a file in a popup window
by Bram Moolenaar
· 6 years ago
b4f0628
patch 8.1.1673: cannot easily find the popup window at a certain position
by Bram Moolenaar
· 6 years ago
b3d17a2
patch 8.1.1645: cannot use a popup window for a balloon
by Bram Moolenaar
· 6 years ago
2e62b56
patch 8.1.1609: the user cannot easily close a popup window
by Bram Moolenaar
· 6 years ago
f9c85f5
patch 8.1.1608: the evalfunc.c file is too big
by Bram Moolenaar
· 6 years ago
75a1a94
patch 8.1.1575: callbacks may be garbage collected
by Bram Moolenaar
· 6 years ago
ae94315
patch 8.1.1561: popup_setoptions() is not implemented yet
by Bram Moolenaar
· 6 years ago
a730e55
patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yet
by Bram Moolenaar
· 6 years ago
8cdbd5b
patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusing
by Bram Moolenaar
· 6 years ago
dc2ce58
patch 8.1.1553: not easy to change the text in a popup window
by Bram Moolenaar
· 6 years ago
a42d945
patch 8.1.1548: popup_dialog() is not implemented
by Bram Moolenaar
· 6 years ago
b4086ff
patch 8.1.1528: popup_any_visible() is unused
by Bram Moolenaar
· 6 years ago
a540f8a
patch 8.1.1527: when moving popup window over the cmdline it is not redrawn
by Bram Moolenaar
· 6 years ago
b53fb31
patch 8.1.1525: cannot move a popup window with the mouse
by Bram Moolenaar
· 6 years ago
68d48f4
patch 8.1.1522: poup_notification() not implemented yet
by Bram Moolenaar
· 6 years ago
451d4b5
patch 8.1.1520: popup windows are ignored when dealing with mouse position
by Bram Moolenaar
· 6 years ago
3ff5f0f
patch 8.1.1513: all popup functionality is in functions, except :popupclear
by Bram Moolenaar
· 6 years ago
3397f74
patch 8.1.1453: popup window "moved" property not implemented yet
by Bram Moolenaar
· 6 years ago
bf0eff0
patch 8.1.1441: popup window filter not yet implemented
by Bram Moolenaar
· 6 years ago
815b76b
patch 8.1.1438: some commands cause trouble in a popup window
by Bram Moolenaar
· 6 years ago
ac1f1bc
patch 8.1.1429: "pos" option of popup window not supported yet
by Bram Moolenaar
· 6 years ago
cc31ad9
patch 8.1.1428: popup_atcursor() not implemented yet
by Bram Moolenaar
· 6 years ago
8c2a600
patch 8.1.1422: popup_getoptions() not implemented yet
by Bram Moolenaar
· 6 years ago
1714696
patch 8.1.1421: drawing "~" line in popup window
by Bram Moolenaar
· 6 years ago
bc13354
patch 8.1.1416: popup_getposition() not implemented yet
by Bram Moolenaar
· 6 years ago
60cdb30
patch 8.1.1410: popup_move() is not implemented yet
by Bram Moolenaar
· 6 years ago
2cd0dce
patch 8.1.1406: popup_hide() and popup_show() not implemented yet
by Bram Moolenaar
· 6 years ago
ec58384
patch 8.1.1399: popup windows not adjusted when switching tabs
by Bram Moolenaar
· 6 years ago
4d784b2
patch 8.1.1391: no popup window support
by Bram Moolenaar
· 6 years ago