summaryrefslogtreecommitdiffstats
path: root/src/drawline.c
AgeCommit message (Expand)Author
2022-09-02patch 9.0.0357: 'linebreak' interferes with text property highlightv9.0.0357Bram Moolenaar
2022-08-28patch 9.0.0297: cursor position wrong after right aligned virtual textv9.0.0297Bram Moolenaar
2022-08-23patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar
2022-08-22patch 9.0.0243: text properties "below" sort differently on MS-Windowsv9.0.0243Bram Moolenaar
2022-08-14patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar
2022-08-14patch 9.0.0209: build error with small featuresv9.0.0209Bram Moolenaar
2022-08-14patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar
2022-08-13patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar
2022-08-11patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar
2022-08-10patch 9.0.0189: invalid memory access for text prop without highlightv9.0.0189Bram Moolenaar
2022-08-10patch 9.0.0186: virtual text without highlighting does not showv9.0.0186Bram Moolenaar
2022-08-10patch 9.0.0185: virtual text does not show if text prop at same positionv9.0.0185Bram Moolenaar
2022-08-10patch 9.0.0184: virtual text prop highlight continues after truncationv9.0.0184Bram Moolenaar
2022-08-10patch 9.0.0183: extra space after virtual text when 'linebreak' is setv9.0.0183Bram Moolenaar
2022-08-09patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt
2022-08-08patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'v9.0.0171Bram Moolenaar
2022-08-07patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162Bram Moolenaar
2022-08-06patch 9.0.0161: warning for uninitialized variablev9.0.0161Bram Moolenaar
2022-08-06patch 9.0.0160: some diff mode tests failv9.0.0160Bram Moolenaar
2022-08-06patch 9.0.0158: with 'nowrap' "below" property not displayed correctlyv9.0.0158Bram Moolenaar
2022-08-06patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar
2022-08-06patch 9.0.0155v9.0.0155Bram Moolenaar
2022-08-06patch 9.0.0153: no fold and sign column for virtual text with "below" alignv9.0.0153Bram Moolenaar
2022-08-06patch 9.0.0152: warning for unused argument in small buildv9.0.0152Bram 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.0148: a "below" aligned text property gets 'showbreak' displayedv9.0.0148Bram Moolenaar
2022-08-05patch 9.0.0146: missing part of change for "override" flagv9.0.0146Bram Moolenaar
2022-08-04patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar
2022-08-01patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar
2022-08-01patch 9.0.0130: cursor position wrong when inserting around virtual textv9.0.0130Bram Moolenaar
2022-07-31patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar
2022-07-30patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116Bram Moolenaar
2022-07-26patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams
2022-07-26patch 9.0.0075: some compilers warn for using an uninitialized variablev9.0.0075Bram Moolenaar
2022-07-25patch 9.0.0072: compiler warning for uninitialized variablev9.0.0072Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-07-09patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar
2022-07-04patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar
2022-07-03patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032Bram Moolenaar
2022-06-10patch 8.2.5076: unnecessary codev8.2.5076zeertzjq
2022-06-07patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar
2022-05-08patch 8.2.4918: conceal character from matchadd() displayed too many timesv8.2.4918LemonBoy
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-03-23patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-03-13patch 8.2.4557: confusing comment about 'cursorlineopt'v8.2.4557zeertzjq
2022-03-06patch 8.2.4521: build failure without the +diff featurev8.2.4521Bram Moolenaar
2022-03-06patch 8.2.4520: using wrong highlight for cursor line numberv8.2.4520Bram Moolenaar
2022-02-25patch 8.2.4470: Coverity warns for uninitialized variablev8.2.4470Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252