summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1544: recent glibc marks sigset() as a deprecatedv9.0.1544ichizok2023-05-111-16/+16
* patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar2023-05-091-1/+1
* patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan2023-03-071-4/+2
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-071-5/+5
* patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata2023-02-151-14/+33
* patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exitv9.0.1252Christopher Plewright2023-01-281-38/+30
* patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan2023-01-271-1/+1
* patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright2023-01-231-12/+16
* patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright2023-01-221-66/+47
* patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan2023-01-161-188/+183
* patch 9.0.1169: some key+modifier tests fail on some AppVeyor imagesv9.0.1169Christopher Plewright2023-01-101-15/+33
* patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright2023-01-041-37/+90
* patch 9.0.1112: test_mswin_event() can hangv9.0.1112Christopher Plewright2022-12-301-29/+44
* patch 9.0.1088: clang warns for unused variablev9.0.1088Bram Moolenaar2022-12-221-1/+3
* patch 9.0.1086: display wrong in Windows terminal after exiting Vimv9.0.1086Christopher Plewright2022-12-221-8/+11
* patch 9.0.1085: compiler warns for uninitialized variablev9.0.1085Bram Moolenaar2022-12-201-14/+1
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-201-11/+367
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-2/+2
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-15/+18
* patch 9.0.0931: MS-Windows: mouse column limited to 223v9.0.0931Christopher Plewright2022-11-231-4/+10
* patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll eventv9.0.0918Christopher Plewright2022-11-221-1/+2
* patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata2022-11-141-10/+10
* patch 9.0.0868: MS-Windows: after Vim exits console resizing problemv9.0.0868Christopher Plewright2022-11-121-19/+36
* patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright2022-11-091-78/+109
* patch 9.0.0838: compiler warnings for unused variablesv9.0.0838Bram Moolenaar2022-11-061-3/+0
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0802: MS-Windows: cannot map console mouse scroll eventsv9.0.0802Christopher Plewright2022-10-201-1/+1
* patch 9.0.0793: MS-Windows: mouse scroll events only work with the dllv9.0.0793Christopher Plewright2022-10-191-11/+7
* patch 9.0.0792: MS-Windows: compiler complains about unused functionv9.0.0792Bram Moolenaar2022-10-181-1/+2
* patch 9.0.0787: mouse scrolling in terminal misbehaves without dllv9.0.0787Christopher Plewright2022-10-181-2/+2
* patch 9.0.0775: MS-Windows: mouse scrolling not supported in the consolev9.0.0775Christopher Plewright2022-10-161-7/+130
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-041-1/+1
* patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar2022-10-031-1/+1
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-181-55/+11
* patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata2022-09-101-1/+5
* patch 9.0.0392: inverted condition is a bit confusingv9.0.0392K.Takata2022-09-051-8/+8
* patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminalv9.0.0347K.Takata2022-09-011-7/+36
* patch 9.0.0344: MS-Windows: background color wrong in Consolev9.0.0344Yasuhiro Matsumoto2022-09-011-4/+21
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-2/+2
* patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar2022-06-201-4/+4
* patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar2022-06-191-3/+3
* patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto2022-06-181-1/+1
* patch 8.2.5077: various warnings from clang on MS-Windowsv8.2.5077Yegappan Lakshmanan2022-06-111-5/+5
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-10/+12
* patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069Yegappan Lakshmanan2022-06-081-2/+1
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-0/+86
* patch 8.2.4945: inconsistent use of white spacev8.2.4945Bram Moolenaar2022-05-121-12/+12
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-071-9/+6
* patch 8.2.4875: MS-Windows: some .exe files are not recognizedv8.2.4875LemonBoy2022-05-051-4/+18