summaryrefslogtreecommitdiff
path: root/src/popupmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar2019-12-051-91/+91
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-2/+2
| | | | | Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-14/+14
| | | | | Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
* patch 8.1.2369: cannot build with quickfix and without text propertiesv8.1.2369Bram Moolenaar2019-11-301-1/+1
| | | | | Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino)
* patch 8.1.2325: crash when using balloon with empty linev8.1.2325Bram Moolenaar2019-11-211-31/+35
| | | | | Problem: Crash when using balloon with empty line. Solution: Handle empty lines. (Markus Braun)
* patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324Bram Moolenaar2019-11-211-2/+2
| | | | | Problem: With of scrollbar in popup menu not taken into account. Solution: Add the width of the scrollbar.
* patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUIv8.1.2274Bram Moolenaar2019-11-091-1/+5
| | | | | Problem: Newlines in 'balloonexpr' result only work in the GUI. Solution: Also recognize newlines in the terminal. (closes #5193)
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-201-18/+34
| | | | | Problem: Cannot easily fill the info popup asynchronously. Solution: Add the "popuphidden" value to 'completeopt'. (closes #4924)
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-2/+2
| | | | | | Problem: Some MB_ macros are more complicated than necessary. (Dominique Pelle) Solution: Simplify the macros. Expand inline.
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-0/+1489
| | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-565/+0
|
* updated for version 7.0226Bram Moolenaar2006-03-161-4/+11
|
* updated for version 7.0225Bram Moolenaar2006-03-151-9/+27
|
* updated for version 7.0224Bram Moolenaar2006-03-141-0/+1
|
* updated for version 7.0223Bram Moolenaar2006-03-131-1/+6
|
* updated for version 7.0222Bram Moolenaar2006-03-121-2/+2
|
* updated for version 7.0221Bram Moolenaar2006-03-111-45/+216
|
* updated for version 7.0217v7.0217Bram Moolenaar2006-03-071-3/+4
|
* updated for version 7.0194v7.0194Bram Moolenaar2006-02-081-29/+58
|
* updated for version 7.0193Bram Moolenaar2006-02-041-1/+1
|
* updated for version 7.0186v7.0186Bram Moolenaar2006-01-231-4/+10
|
* updated for version 7.0173v7.0173Bram Moolenaar2005-12-181-6/+32
|
* updated for version 7.0154Bram Moolenaar2005-10-041-0/+301