summaryrefslogtreecommitdiffstats
path: root/src/screen.c
AgeCommit message (Expand)Author
2022-12-15patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal
2022-11-28patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar
2022-11-28patch 9.0.0966: some compilers don't allow a declaration after a labelv9.0.0966Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-24patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar
2022-11-12patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar
2022-11-07patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-11patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasingv9.0.0720Bram Moolenaar
2022-10-04patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar
2022-10-02patch 9.0.0639: checking for popup in screen_char() is too latev9.0.0639Bram Moolenaar
2022-10-02patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-26patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar
2022-09-19patch 9.0.0501: warning for using uninitialized value in mouse testv9.0.0501Bram Moolenaar
2022-09-11patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0317: when updating the whole screen a popup may not be redrawnv9.0.0317Bram Moolenaar
2022-08-27patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar
2022-08-26patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar
2022-08-22patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-09patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-25patch 9.0.0070: using utfc_ptr2char_len() when length is negativev9.0.0070zeertzjq
2022-07-09patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar
2022-07-04patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar
2022-07-04patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar
2022-06-29patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar
2022-06-27patch 8.2.5170: tiny issuesv8.2.5170Bram Moolenaar
2022-06-21patch 8.2.5144: with 'lazyredraw' set completion menu may be wrongv8.2.5144Bram Moolenaar
2022-06-09patch 8.2.5070: unnecessary codev8.2.5070zeertzjq
2022-06-07patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-09patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong placev8.2.4718Bram Moolenaar
2022-04-03patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-Bv8.2.4673Bram Moolenaar
2022-04-01patch 8.2.4663: occasional crash when running the GUI testsv8.2.4663Bram Moolenaar
2022-03-03patch 8.2.4497: wrong color for half of wide character next to pum scrollbarv8.2.4497Bram Moolenaar
2022-02-15patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar
2022-02-14patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-18patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'v8.2.3846zeertzjq
2021-11-17patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun
2021-10-16patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar
2021-09-13patch 8.2.3437: compiler warnings for 32/64 bit usagev8.2.3437Mike Williams
2021-09-11patch 8.2.3425: warning for using uninitialized variablev8.2.3425Bram Moolenaar