summaryrefslogtreecommitdiff
path: root/src/popupwin.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-2/+12
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-1/+1
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-0/+5
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-171-1/+5
* patch 8.2.3596: crash when using :pedit in Vim9 scriptv8.2.3596Yegappan Lakshmanan2021-11-151-5/+5
* patch 8.2.3304: popup window title with wide characters is truncatedv8.2.3304rbtnn2021-08-071-1/+1
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-10/+45
* patch 8.2.3221: Vim9: argument types are not checked at compile timev8.2.3221Yegappan Lakshmanan2021-07-251-1/+5
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-2/+9
* patch 8.2.3187: Vim9: popup timer callback is not compiledv8.2.3187Bram Moolenaar2021-07-191-2/+2
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-10/+40
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-4/+2
* patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl2021-05-281-8/+20
* patch 8.2.2541: popup_create() does not allow boolean for "cursorline"v8.2.2541Bram Moolenaar2021-02-211-10/+5
* patch 8.2.2510: internal error when popup with mask is zero height or widthv8.2.2510Bram Moolenaar2021-02-131-1/+5
* patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491Bram Moolenaar2021-02-101-0/+6
* patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar2021-02-071-1/+1
* patch 8.2.2471: popup_setoptions() does not set textprop in other tabv8.2.2471Bram Moolenaar2021-02-061-1/+1
* patch 8.2.2470: popup_getoptions() does not get textprop from other tabv8.2.2470Bram Moolenaar2021-02-061-1/+1
* patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menuv8.2.2296Bram Moolenaar2021-01-041-2/+3
* patch 8.2.2243: crash when popup mask contains zeroesv8.2.2243Bram Moolenaar2020-12-291-2/+10
* patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar2020-12-121-8/+7
* patch 8.2.2064: terminal: cursor is on while redrawing, causing flickerv8.2.2064Bram Moolenaar2020-11-281-0/+3
* patch 8.2.2024: flicker when redrawing a popup with a title and borderv8.2.2024Bram Moolenaar2020-11-211-23/+55
* patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar2020-11-151-5/+9
* patch 8.2.1958: build failure with timersv8.2.1958Bram Moolenaar2020-11-051-1/+1
* patch 8.2.1886: using ":silent!" in a popup filter has unexpected effectv8.2.1886Bram Moolenaar2020-10-221-4/+4
* patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar2020-10-171-2/+4
* patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848Bram Moolenaar2020-10-151-2/+4
* patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar optionv8.2.1763Bram Moolenaar2020-09-271-3/+3
* patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar2020-09-261-21/+32
* patch 8.2.1737: cursor line highlight in popup window is not always updatedv8.2.1737Bram Moolenaar2020-09-241-0/+5
* patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar2020-09-231-4/+20
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-221-2/+15
* patch 8.2.1638: leaking memory when popup filter function can't be calledv8.2.1638Bram Moolenaar2020-09-081-21/+23
* patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636Bram Moolenaar2020-09-081-2/+28
* patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar2020-09-021-1/+1
* patch 8.2.1483: Vim9: error for using special as numberv8.2.1483Bram Moolenaar2020-08-181-1/+1
* patch 8.2.1478: Vim9: cannot use "true" for some popup optionsv8.2.1478Bram Moolenaar2020-08-181-21/+15
* patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar2020-08-101-0/+7
* patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar2020-08-101-11/+19
* patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is usedv8.2.1406Bram Moolenaar2020-08-091-6/+24
* patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar2020-07-271-6/+21
* patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'v8.2.1303Bram Moolenaar2020-07-261-2/+4
* patch 8.2.1239: "maxwidth" in 'completepopup' not obeyedv8.2.1239Bram Moolenaar2020-07-181-0/+1
* patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar2020-07-181-0/+12
* patch 8.2.1221: memory leak when updating popup windowv8.2.1221Bram Moolenaar2020-07-151-0/+5
* patch 8.2.1196: build failure with normal featuresv8.2.1196Bram Moolenaar2020-07-121-0/+2
* patch 8.2.1193: terminal window not redrawn when dragging a popup windowv8.2.1193Bram Moolenaar2020-07-121-13/+20