summaryrefslogtreecommitdiffstats
path: root/src/proto
AgeCommit message (Expand)Author
2019-06-30patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar
2019-06-29patch 8.1.1608: the evalfunc.c file is too bigv8.1.1608Bram Moolenaar
2019-06-29patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-06-24patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar
2019-06-23patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar
2019-06-20patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar
2019-06-18patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar
2019-06-16patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar
2019-06-16patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar
2019-06-16patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar
2019-06-16patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar
2019-06-15patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar
2019-06-15patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar
2019-06-15patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar
2019-06-14patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar
2019-06-14patch 8.1.1528: popup_any_visible() is unusedv8.1.1528Bram Moolenaar
2019-06-14patch 8.1.1527: when moving popup window over the cmdline it is not redrawnv8.1.1527Bram Moolenaar
2019-06-13patch 8.1.1525: cannot move a popup window with the mousev8.1.1525Bram Moolenaar
2019-06-12patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar
2019-06-12patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar
2019-06-10patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar
2019-06-10patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar
2019-06-09patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar
2019-06-08patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar
2019-06-08patch 8.1.1493: redrawing with popups is slow and causes flickerv8.1.1493Bram Moolenaar
2019-06-02patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar
2019-06-02patch 8.1.1452: line and col property of popup windows not properly checkedv8.1.1452Bram Moolenaar
2019-06-01patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar
2019-06-01patch 8.1.1438: some commands cause trouble in a popup windowv8.1.1438Bram Moolenaar
2019-06-01patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar
2019-05-30patch 8.1.1429: "pos" option of popup window not supported yetv8.1.1429Bram Moolenaar
2019-05-30patch 8.1.1428: popup_atcursor() not implemented yetv8.1.1428Bram Moolenaar
2019-05-30patch 8.1.1425: win_execute() does not set window pointers properlyv8.1.1425Bram Moolenaar
2019-05-30patch 8.1.1423: popup windows use options from current window and bufferv8.1.1423Bram Moolenaar
2019-05-30patch 8.1.1422: popup_getoptions() not implemented yetv8.1.1422Bram Moolenaar
2019-05-30patch 8.1.1421: drawing "~" line in popup windowv8.1.1421Bram Moolenaar
2019-05-29patch 8.1.1419: listener callbacks may be called recursivelyv8.1.1419Bram Moolenaar
2019-05-29patch 8.1.1416: popup_getposition() not implemented yetv8.1.1416Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-27patch 8.1.1410: popup_move() is not implemented yetv8.1.1410Bram Moolenaar
2019-05-26patch 8.1.1407: popup_create() does not support text propertiesv8.1.1407Bram Moolenaar
2019-05-26patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar
2019-05-26patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405Bram Moolenaar
2019-05-26patch 8.1.1399: popup windows not adjusted when switching tabsv8.1.1399Bram Moolenaar
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-24patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar
2019-05-23patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar
2019-05-19patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar