summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-20/+0
* patch 8.1.1295: when vimrun.exe does not exist external command may failv8.1.1295Bram Moolenaar2019-05-071-3/+16
* patch 8.1.1232: can't build on MS-Windowsv8.1.1232Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-0/+17
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-57/+199
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-021-791/+420
* patch 8.1.1096: MS-Windows: cannot distinguish BS and CTRL-Hv8.1.1096Bram Moolenaar2019-03-301-2/+2
* patch 8.1.1095: MS-Windows: executable() fails on very long filenamev8.1.1095Bram Moolenaar2019-03-301-5/+8
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-6/+0
* patch 8.1.1083: MS-Windows: hang when opening a file on network sharev8.1.1083Bram Moolenaar2019-03-301-235/+13
* patch 8.1.1059: MS-Windows: PlatformId() is called unnecessarilyv8.1.1059Bram Moolenaar2019-03-271-6/+0
* patch 8.1.1028: MS-Windows: memory leak when creating terminal failsv8.1.1028Bram Moolenaar2019-03-211-0/+3
* patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screenv8.1.1013Bram Moolenaar2019-03-171-18/+20
* patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is offv8.1.0997Bram Moolenaar2019-03-071-1/+1
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-5/+4
* patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar2019-02-261-2/+2
* 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