summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar2019-12-051-288/+287
* patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't workv8.1.2382Bram Moolenaar2019-12-021-0/+27
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-22/+22
* patch 8.1.2351: 'wincolor' not used for > for not fitting double width charv8.1.2351Bram Moolenaar2019-11-261-0/+12
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-13/+0
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-1/+1
* patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar2019-11-121-1/+1
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-191-6452/+59
* patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar2019-09-151-2/+6
* patch 8.1.2039: character from 'showbreak' does not use 'wincolor'v8.1.2039Bram Moolenaar2019-09-151-0/+3
* patch 8.1.2033: cannot build with tiny featuresv8.1.2033Bram Moolenaar2019-09-141-0/+2
* patch 8.1.2031: cursor position wrong when resizing and using concealv8.1.2031Bram Moolenaar2019-09-141-0/+1
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-141-35/+172
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-091-5/+10
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-021-0/+179
* patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar2019-08-241-0/+6
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-24/+6
* patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar2019-08-181-1/+6
* patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' setv8.1.1868Bram Moolenaar2019-08-171-15/+21
* patch 8.1.1845: may use NULL pointer when running out of memoryv8.1.1845Bram Moolenaar2019-08-131-2/+6
* patch 8.1.1811: popup window color cannot be set to "Normal"v8.1.1811Bram Moolenaar2019-08-041-4/+4
* patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar2019-07-281-5/+5
* patch 8.1.1747: compiler warning for unused variablesv8.1.1747Bram Moolenaar2019-07-251-9/+12
* patch 8.1.1744: build error without the conceal featurev8.1.1744Bram Moolenaar2019-07-241-5/+5
* patch 8.1.1743: 'hlsearch' and match highlighting in the wrong placev8.1.1743Bram Moolenaar2019-07-241-570/+27
* patch 8.1.1724: too much overhead checking for CTRL-C while processing textv8.1.1724Bram Moolenaar2019-07-211-5/+0
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-201-0/+2
* patch 8.1.1717: last char in menu popup window highlightedv8.1.1717Bram Moolenaar2019-07-201-5/+3
* patch 8.1.1712: signs in number column cause text to be misalignedv8.1.1712Bram Moolenaar2019-07-181-2/+7
* patch 8.1.1642: may use uninitialized variablev8.1.1642Bram Moolenaar2019-07-071-12/+14
* patch 8.1.1635: warnings for unused variables in small versionv8.1.1635Bram Moolenaar2019-07-041-2/+4
* patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar2019-07-041-16/+21
* patch 8.1.1623: display wrong with signs in narrow number columnv8.1.1623Bram Moolenaar2019-07-041-0/+8
* patch 8.1.1614: 'numberwidth' can only go up to 10v8.1.1614Bram Moolenaar2019-07-011-25/+25
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-16/+7
* patch 8.1.1603: crash when using unknown highlighting in text propertyv8.1.1603Bram Moolenaar2019-06-281-2/+2
* patch 8.1.1597: cannot scroll a popup window with the mousev8.1.1597Bram Moolenaar2019-06-261-2/+6
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-231-25/+45
* patch 8.1.1572: compiler warnings with tiny buildv8.1.1572Bram Moolenaar2019-06-191-0/+2
* patch 8.1.1571: textprop highlight starts too early if just after a tabv8.1.1571Bram Moolenaar2019-06-191-0/+3
* patch 8.1.1570: icon signs not displayed properly in the number columnv8.1.1570Bram Moolenaar2019-06-191-5/+21
* patch 8.1.1569: cannot build with signs but without diff featurev8.1.1569Bram Moolenaar2019-06-191-4/+4
* patch 8.1.1564: sign column takes up spacev8.1.1564Bram Moolenaar2019-06-171-66/+117
* patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar2019-06-161-3/+8
* patch 8.1.1527: when moving popup window over the cmdline it is not redrawnv8.1.1527Bram Moolenaar2019-06-141-306/+3
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-121-12/+3
* patch 8.1.1518: crash when setting 'columns' while a popup is visiblev8.1.1518Bram Moolenaar2019-06-111-2/+10
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-101-30/+86
* patch 8.1.1511: matches in a popup window are not displayed properlyv8.1.1511Bram Moolenaar2019-06-091-5/+4
* patch 8.1.1499: ruler not updated after popup window was removedv8.1.1499Bram Moolenaar2019-06-081-1/+5