summaryrefslogtreecommitdiff
path: root/src/popupmnu.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-1489/+0
* patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar2019-09-031-1/+2
* patch 8.1.1906: info popup size is sometimes incorrectv8.1.1906Bram Moolenaar2019-08-211-42/+49
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-4/+4
* patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar2019-08-211-1/+21
* patch 8.1.1903: cannot build without the +eval featurev8.1.1903Bram Moolenaar2019-08-211-1/+3
* patch 8.1.1902: cannot have an info popup without a borderv8.1.1902Bram Moolenaar2019-08-211-2/+3
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-20/+16
* patch 8.1.1896: compiler warning for unused variablev8.1.1896Bram Moolenaar2019-08-201-3/+5
* patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert modev8.1.1884Bram Moolenaar2019-08-181-1/+11
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-12/+59
* patch 8.1.1850: focus may remain in popup windowv8.1.1850Bram Moolenaar2019-08-151-1/+6
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-071-4/+3
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1493: redrawing with popups is slow and causes flickerv8.1.1493Bram Moolenaar2019-06-081-0/+10
* patch 8.1.1424: crash when popup menu is deleted while waiting for charv8.1.1424Bram Moolenaar2019-05-301-1/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+3
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-3/+3
* patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar2019-05-091-0/+3
* patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar2019-04-271-2/+9
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-081-0/+16
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-7/+7
* patch 8.1.0849: cursorline highlight is not always updatedv8.1.0849Bram Moolenaar2019-01-301-1/+1
* patch 8.1.0768: updating completions may cause the popup menu to flickerv8.1.0768Bram Moolenaar2019-01-171-3/+45
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-061-0/+8
* patch 8.1.0670: macro for popup menu width is unusedv8.1.0670Bram Moolenaar2018-12-311-1/+0
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-1/+1
* patch 8.1.0554: popup menu overlaps with preview windowv8.1.0554Bram Moolenaar2018-12-011-13/+4
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-191-1/+1
* patch 8.1.0355: incorrect adjusting the popup menu for the preview windowv8.1.0355Bram Moolenaar2018-09-091-6/+15
* patch 8.1.0065: balloon displayed at the wrong positionv8.1.0065Bram Moolenaar2018-06-171-4/+10
* patch 8.1.0062: popup menu broken if a callback changes the window layoutv8.1.0062Bram Moolenaar2018-06-171-11/+58
* patch 8.0.1842: popup menu inside terminal window isn't clearedv8.0.1842Bram Moolenaar2018-05-141-1/+1
* patch 8.0.1588: popup menu hangs after typing CTRL-Cv8.0.1588Bram Moolenaar2018-03-071-2/+2
* patch 8.0.1574: show cursor in wrong place when using popup menuv8.0.1574Bram Moolenaar2018-03-061-5/+5
* patch 8.0.1570: can't use :popup for a menu in the terminalv8.0.1570Bram Moolenaar2018-03-051-2/+24
* patch 8.0.1558: no right-click menu in a terminalv8.0.1558Bram Moolenaar2018-03-031-32/+191
* patch 8.0.1540: popup menu positioning fails with longer stringv8.0.1540Bram Moolenaar2018-02-241-15/+21
* patch 8.0.1538: popupmenu is too far left when completion is longv8.0.1538Bram Moolenaar2018-02-241-2/+2
* patch 8.0.1522: popup menu is positioned in the wrong placev8.0.1522Bram Moolenaar2018-02-171-7/+11
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-2/+1
* patch 8.0.1495: having 'pumwidth' default to zero has no meritv8.0.1495Bram Moolenaar2018-02-101-24/+15
* patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491Bram Moolenaar2018-02-101-8/+78
* patch 8.0.1346: crash when passing 50 char string to balloon_split()v8.0.1346Bram Moolenaar2017-11-261-1/+1
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-191-13/+165
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-1/+1
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-35/+132
* patch 8.0.1223: crash when using autocomplete and tab pagesv8.0.1223Bram Moolenaar2017-10-261-1/+7
* patch 8.0.1161: popup menu drawing problem when resizing terminalv8.0.1161Bram Moolenaar2017-09-291-161/+162