summaryrefslogtreecommitdiffstats
path: root/src/os_win32.c
AgeCommit message (Expand)Author
2019-03-21patch 8.1.1028: MS-Windows: memory leak when creating terminal failsv8.1.1028Bram Moolenaar
2019-03-17patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screenv8.1.1013Bram Moolenaar
2019-03-07patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is offv8.1.0997Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-26patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-17patch 8.1.0940: MS-Windows console resizing not handled properlyv8.1.0940Bram Moolenaar
2019-02-17patch 8.1.0938: background color is wrong in MS-Windows consolev8.1.0938Bram Moolenaar
2019-02-16patch 8.1.0933: When using VTP scroll region isn't used properlyv8.1.0933Bram Moolenaar
2019-02-16patch 8.1.0931: vtp_working included in GUI build but unusedv8.1.0931Bram Moolenaar
2019-02-13patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar
2019-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-24patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
2019-01-19patch 8.1.0784: messy indent in if statementv8.1.0784Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-19patch 8.1.0777: Win32: using pipes for channel does not work wellv8.1.0777Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-10-07patch 8.1.0457: win32 console: key mappings don't workv8.1.0457Bram Moolenaar
2018-10-06patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar
2018-10-06patch 8.1.0452: MS-Windows: not finding intl.dllv8.1.0452Bram Moolenaar
2018-10-03patch 8.1.0451: Win32 console: keypad keys don't workv8.1.0451Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-06patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar
2018-08-30patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershellv8.1.0338Bram Moolenaar
2018-08-23patch 8.1.0323: reverse order of VTP calls only needed the first timev8.1.0323Bram Moolenaar
2018-08-19patch 8.1.0297: MS-Windows: tests fail, Vim crashesv8.1.0297Bram Moolenaar
2018-08-18patch 8.1.0294: MS-Windows: sometimes uses short directory namev8.1.0294Bram Moolenaar
2018-08-07patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar
2018-08-07patch 8.1.0250: MS-Windows using VTP: windows size change incorrectv8.1.0250Bram Moolenaar
2018-06-19patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar
2018-06-12patch 8.1.0051: MS-Windows: missing #endifv8.1.0051Bram Moolenaar
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar
2018-06-12patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar
2018-05-06patch 8.0.1798: MS-Windows: file considered read-only too oftenv8.0.1798Bram Moolenaar
2018-05-05patch 8.0.1791: using uint8_t does not work everywherev8.0.1791Bram Moolenaar
2018-05-01patch 8.0.1785: missing symbol in Win32 small buildv8.0.1785Bram Moolenaar
2018-05-01patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar
2018-03-20patch 8.0.1619: Win32 GUI: crash when winpty is not installedv8.0.1619Bram Moolenaar
2018-03-19patch 8.0.1617: Win32: :shell command in the GUI crashesv8.0.1617Bram Moolenaar
2018-03-18patch 8.0.1616: Win32: shell commands in the GUI open a new consolev8.0.1616Bram Moolenaar
2018-03-08patch 8.0.1591: MS-Windows: when reparsing the arguments 'wildignore' mattersv8.0.1591Bram Moolenaar
2018-03-06patch 8.0.1582: in the MS-Windows console mouse movement is not usedv8.0.1582Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-22patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar
2018-02-11patch 8.0.1504: Win32: the screen may be cleared on startupv8.0.1504Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar