summaryrefslogtreecommitdiffstats
path: root/src/gui.c
AgeCommit message (Expand)Author
2019-07-07patch 8.1.1643: sign placement is wrong when 'foldcolumn' is setv8.1.1643Bram Moolenaar
2019-06-24patch 8.1.1587: redraw problem when sign icons in the number columnv8.1.1587Bram Moolenaar
2019-06-19patch 8.1.1570: icon signs not displayed properly in the number columnv8.1.1570Bram Moolenaar
2019-06-12patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar
2019-06-02patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-23patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar
2019-05-09patch 8.1.1304: MS-Windows: compiler warning for unused valuev8.1.1304Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-03-30patch 8.1.1097: Motif build failsv8.1.1097Bram Moolenaar
2019-03-30patch 8.1.1092: setting 'guifont' when maximized resizes the Vim windowv8.1.1092Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-01-31patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar
2019-01-27patch 8.1.0834: GUI may wait too long before dealing with messagesv8.1.0834Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar
2019-01-17patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-11patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar
2018-12-22patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowidv8.1.0626Bram Moolenaar
2018-12-11patch 8.1.0577: tabpage right-click menu never shows "Close tab"v8.1.0577Bram Moolenaar
2018-12-07patch 8.1.0568: error message for NUL byte in ScreenLines breaks Travis CIv8.1.0568Bram Moolenaar
2018-12-07patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticedv8.1.0567Bram Moolenaar
2018-12-05patch 8.1.0565: asan complains about reading before allocated blockv8.1.0565Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-07-29patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar
2018-07-29patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar
2018-06-28patch 8.1.0121: crash when using ballooneval related to 'vartabstop'v8.1.0121Bram Moolenaar
2018-05-13patch 8.0.1834: GUI: find/replace dialog does not handle some charsv8.0.1834Bram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar
2018-03-04patch 8.0.1567: cannot build Win32 GUI without IMEv8.0.1567Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-04patch 8.0.1471: on MS-Windows CursorIM highlighting no longer worksv8.0.1471Bram Moolenaar
2018-02-03patch 8.0.1462: missing yet another file in patchv8.0.1462Bram Moolenaar
2018-01-31patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar
2018-01-31patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar
2017-12-19patch 8.0.1415: warning for unused function without timers featurev8.0.1415Bram Moolenaar
2017-12-19patch 8.0.1407: GUI: CursorHold may trigger before 'updatetime'v8.0.1407Bram Moolenaar
2017-12-18patch 8.0.1405: duplicated code for getting a typed characterv8.0.1405Bram Moolenaar
2017-12-17patch 8.0.1401: cannot build with GTK but without XIMv8.0.1401Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-11-13patch 8.0.1296: checking the same condition twicev8.0.1296Bram Moolenaar
2017-11-12patch 8.0.1294: GUI: get stuck when splitting a terminal windowv8.0.1294Bram Moolenaar