summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-36/+36
* patch 8.1.0940: MS-Windows console resizing not handled properlyv8.1.0940Bram Moolenaar2019-02-171-7/+41
* patch 8.1.0938: background color is wrong in MS-Windows consolev8.1.0938Bram Moolenaar2019-02-171-2/+8
* patch 8.1.0933: When using VTP scroll region isn't used properlyv8.1.0933Bram Moolenaar2019-02-161-45/+77
* patch 8.1.0931: vtp_working included in GUI build but unusedv8.1.0931Bram Moolenaar2019-02-161-3/+3
* patch 8.1.0909: MS-Windows: using ConPTY even though it is not stablev8.1.0909Bram Moolenaar2019-02-131-5/+20
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-22/+53
* patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar2019-01-241-1/+1
* patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar2019-01-241-123/+11
* patch 8.1.0784: messy indent in if statementv8.1.0784Bram Moolenaar2019-01-191-18/+19
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-3/+3
* patch 8.1.0777: Win32: using pipes for channel does not work wellv8.1.0777Bram Moolenaar2019-01-191-3/+46
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-7/+7
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-1/+1
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-8/+8
* patch 8.1.0457: win32 console: key mappings don't workv8.1.0457Bram Moolenaar2018-10-071-46/+60
* patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar2018-10-061-5/+28
* patch 8.1.0452: MS-Windows: not finding intl.dllv8.1.0452Bram Moolenaar2018-10-061-6/+11
* patch 8.1.0451: Win32 console: keypad keys don't workv8.1.0451Bram Moolenaar2018-10-031-33/+31
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-20/+2
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+2
* patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar2018-09-061-3/+7
* patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershellv8.1.0338Bram Moolenaar2018-08-301-8/+34
* patch 8.1.0323: reverse order of VTP calls only needed the first timev8.1.0323Bram Moolenaar2018-08-231-2/+4
* patch 8.1.0297: MS-Windows: tests fail, Vim crashesv8.1.0297Bram Moolenaar2018-08-191-5/+16
* patch 8.1.0294: MS-Windows: sometimes uses short directory namev8.1.0294Bram Moolenaar2018-08-181-2/+17
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-1/+1
* patch 8.1.0250: MS-Windows using VTP: windows size change incorrectv8.1.0250Bram Moolenaar2018-08-071-22/+52
* patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"v8.1.0087Bram Moolenaar2018-06-191-1/+7
* patch 8.1.0051: MS-Windows: missing #endifv8.1.0051Bram Moolenaar2018-06-121-0/+1
* patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar2018-06-121-15/+25
* patch 8.1.0049: shell cannot tell running in a terminal windowv8.1.0049Bram Moolenaar2018-06-121-6/+24
* patch 8.0.1798: MS-Windows: file considered read-only too oftenv8.0.1798Bram Moolenaar2018-05-061-5/+10
* patch 8.0.1791: using uint8_t does not work everywherev8.0.1791Bram Moolenaar2018-05-051-1/+1
* patch 8.0.1785: missing symbol in Win32 small buildv8.0.1785Bram Moolenaar2018-05-011-0/+2
* patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar2018-05-011-5/+36
* patch 8.0.1619: Win32 GUI: crash when winpty is not installedv8.0.1619Bram Moolenaar2018-03-201-0/+2
* patch 8.0.1617: Win32: :shell command in the GUI crashesv8.0.1617Bram Moolenaar2018-03-191-4/+14
* patch 8.0.1616: Win32: shell commands in the GUI open a new consolev8.0.1616Bram Moolenaar2018-03-181-1/+77
* patch 8.0.1591: MS-Windows: when reparsing the arguments 'wildignore' mattersv8.0.1591Bram Moolenaar2018-03-081-1/+6
* patch 8.0.1582: in the MS-Windows console mouse movement is not usedv8.0.1582Bram Moolenaar2018-03-061-3/+24
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-2/+0
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-76/+453
* patch 8.0.1504: Win32: the screen may be cleared on startupv8.0.1504Bram Moolenaar2018-02-111-1/+7
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-6/+3
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-1/+1
* patch 8.0.1371: Shift-Insert doesn't always work in MS-Windows consolev8.0.1371Bram Moolenaar2017-12-051-3/+12
* patch 8.0.1355: cursor keys don't work in MS-Windows consolev8.0.1355Bram Moolenaar2017-11-281-35/+3
* patch 8.0.1354: Shift-Insert doesn't always work in MS-Windows consolev8.0.1354Bram Moolenaar2017-11-281-3/+12
* patch 8.0.1330: MS-Windows: job in terminal can't get back to Vimv8.0.1330Bram Moolenaar2017-11-211-25/+46