]> granicus.if.org Git - vim/commit
patch 8.1.1525: cannot move a popup window with the mouse v8.1.1525
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Jun 2019 21:59:52 +0000 (23:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Jun 2019 21:59:52 +0000 (23:59 +0200)
commitb53fb31a1e27a806396e38592055cfb3ebf43cf9
tree57888f517cf09fe3680bdcf9803fe75d929be3fd
parentb0f94c1ff34d27d33aa9f96204985ea29c2eb0a1
patch 8.1.1525: cannot move a popup window with the mouse

Problem:    Cannot move a popup window with the mouse.
Solution:   Add the "drag" property and make it possible to drag a popup
            window by its border.
runtime/doc/popup.txt
src/popupwin.c
src/proto/popupwin.pro
src/proto/window.pro
src/structs.h
src/ui.c
src/version.c
src/window.c