summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-40/+18
* patch 8.1.2132: MS-Windows: screen mess when not recognizing insider buildv8.1.2132Bram Moolenaar2019-10-101-3/+3
* patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar2019-10-051-1/+18
* patch 8.1.2112: build number for ConPTY is outdatedv8.1.2112Bram Moolenaar2019-10-041-1/+1
* patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell charv8.1.2085Bram Moolenaar2019-09-271-6/+17
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-5/+5
* patch 8.1.2061: MS-Windows GUI: ":sh" crashes when trying to use a terminalv8.1.2061Bram Moolenaar2019-09-201-4/+6
* patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar2019-09-131-1/+30
* patch 8.1.1782: MS-Windows: system() has temp file error with 'noshelltemp'v8.1.1782Bram Moolenaar2019-07-311-1/+1
* patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminalv8.1.1695Bram Moolenaar2019-07-151-0/+6
* patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" failsv8.1.1492Bram Moolenaar2019-06-081-7/+17
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-7/+7
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-4/+4
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-3/+2
* patch 8.1.1377: MS-Windows GUI uses wrong shell command for bashv8.1.1377Bram Moolenaar2019-05-241-8/+6
* patch 8.1.1369: get E484 when using system() during GUI startupv8.1.1369Bram Moolenaar2019-05-231-7/+7
* 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