summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-1/+1
* patch 8.0.1240: MS-Windows: term_start() does not support environmentv8.0.1240Bram Moolenaar2017-10-301-3/+3
* patch 8.0.0950: MS-Windows: wrong #ifdef, compiler warningsv8.0.0950Bram Moolenaar2017-08-171-1/+1
* patch 8.0.0945: 64-bit compiler warningsv8.0.0945Bram Moolenaar2017-08-141-2/+5
* patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrongv8.0.0917Bram Moolenaar2017-08-121-0/+13
* patch 8.0.0913: MS-Windows: CTRL-C kills shell in terminal windowv8.0.0913Bram Moolenaar2017-08-121-0/+1
* patch 8.0.0905: MS-Windows: broken multi-byte characters in the consolev8.0.0905Bram Moolenaar2017-08-111-14/+36
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-111-24/+114
* patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar2017-08-111-1/+1
* patch 8.0.0888: compiler warnings with 64 bit buildv8.0.0888Bram Moolenaar2017-08-071-1/+2
* patch 8.0.0876: backslashes and wildcards in backticks don't workv8.0.0876Bram Moolenaar2017-08-051-1/+11
* patch 8.0.0854: no redraw after terminal was closedv8.0.0854Bram Moolenaar2017-08-031-10/+22
* patch 8.0.0844: wrong function prototype because of missing staticv8.0.0844Bram Moolenaar2017-08-021-2/+3