summaryrefslogtreecommitdiffstats
path: root/src/textprop.c
AgeCommit message (Expand)Author
2024-03-28patch 9.1.0224: cursor may move too many lines over "right" & "below" virt textv9.1.0224Dylan Thacker-Smith
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-02-21patch 9.1.0124: display of below/right virtual text with non-virtual text ove...v9.1.0124Dylan Thacker-Smith
2023-12-03patch 9.0.2146: text-property without type errors when joiningv9.0.2146Christian Brabandt
2023-09-01patch 9.0.1836: display wrong with virttext, linebreak and breakindentv9.0.1836zeertzjq
2023-08-22patch 9.0.1782: prop_list() does not return text_padding_leftv9.0.1782Yegappan Lakshmanan
2023-08-20patch 9.0.1762: Not able to get the virtual text propertyv9.0.1762Yegappan Lakshmanan
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-01-25patch 9.0.1245: code is indented more than necessaryv9.0.1245Yegappan Lakshmanan
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2022-12-19patch 9.0.1077: can add text property with negative ID before virtual textv9.0.1077Bram Moolenaar
2022-12-02patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-13patch 9.0.0741: cannot specify an ID for each item with prop_add_list()v9.0.0741Bram Moolenaar
2022-10-13patch 9.0.0740: prop_add_list() gives multiple errors for invalid argumentv9.0.0740Bram Moolenaar
2022-09-17patch 9.0.0489: using "end_lnum" with virtual text causes problemsv9.0.0489Bram Moolenaar
2022-09-14patch 9.0.0466: virtual text wrong after adding line break after linev9.0.0466Bram Moolenaar
2022-09-14patch 9.0.0462: ASAN warning for integer overflowv9.0.0462Bram Moolenaar
2022-09-13patch 9.0.0458: splitting a line with a text prop "above" moves it downv9.0.0458Bram Moolenaar
2022-09-12patch 9.0.0452: Visual highlighting extends into virtual text propv9.0.0452Bram Moolenaar
2022-09-12patch 9.0.0451: virtual text "above" does not work with 'nowrap'v9.0.0451Bram Moolenaar
2022-09-10patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-24patch 9.0.0252: cursor in wrong place after virtual textv9.0.0252Bram Moolenaar
2022-08-23patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar
2022-08-20patch 9.0.0233: removing multiple text properties takes many callsv9.0.0233Ben Jackson
2022-08-15patch 9.0.0214: splitting a line may duplicate virtual textv9.0.0214Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-14patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar
2022-08-13patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text propsv9.0.0200Bram Moolenaar
2022-08-12patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar
2022-08-10patch 9.0.0188: strange effects when using "text_align" with non-zero columnv9.0.0188Bram Moolenaar
2022-08-08patch 9.0.0172: trying to allocate zero bytesv9.0.0172Bram Moolenaar
2022-08-08patch 9.0.0169: insufficient testing for line2byte() with text propertiesv9.0.0169Bram Moolenaar
2022-08-07patch 9.0.0167: checking for text properties could be a bit more efficientv9.0.0167Bram Moolenaar
2022-08-07patch 9.0.0165: looking up a text property type by ID is slowv9.0.0165Bram Moolenaar
2022-08-06patch 9.0.0154: text properties wrong after splitting a linev9.0.0154Bram Moolenaar
2022-08-06patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'v9.0.0151Bram Moolenaar
2022-08-05patch 9.0.0145: substitute that joins lines drops text propertiesv9.0.0145Bram Moolenaar
2022-08-05patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144Bram Moolenaar
2022-08-01patch 9.0.0133: virtual text after line moves to joined linev9.0.0133Bram Moolenaar
2022-08-01patch 9.0.0131: virtual text with Tab is not displayed correctlyv9.0.0131Bram Moolenaar
2022-07-31patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar
2022-07-30patch 9.0.0117: text of removed textprop with text is not freedv9.0.0117Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-07-23patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar