summaryrefslogtreecommitdiffstats
path: root/src/os_win32.c
AgeCommit message (Expand)Author
2024-02-21patch 9.1.0123: MS-Windows: system() may deadlockv9.1.0123GuyBrush
2024-01-14patch 9.1.0028: win32: Ctrl-D cannot be used to close a pipev9.1.0028GuyBrush
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-12-27patch 9.0.2186: LTCG compile error ARM64 for write_charsv9.0.2186Saleem Abdulrasool
2023-11-11patch 9.0.2099: win32: terminal codes clear the terminalv9.0.2099Nir Lichtman
2023-10-04patch 9.0.1980: win32: issues with stable python ABIv9.0.1980Ken Takata
2023-09-16patch 9.0.1901: win32: not correctly freeing environmentv9.0.1901Ken Takata
2023-08-20patch 9.0.1769: executable() ignoring symlinks on Windowsv9.0.1769AmberArr
2023-05-15patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entriesv9.0.1560K.Takata
2023-05-11patch 9.0.1544: recent glibc marks sigset() as a deprecatedv9.0.1544ichizok
2023-05-09patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar
2023-03-07patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-02-15patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata
2023-01-28patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exitv9.0.1252Christopher Plewright
2023-01-27patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan
2023-01-23patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright
2023-01-22patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright
2023-01-16patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan
2023-01-10patch 9.0.1169: some key+modifier tests fail on some AppVeyor imagesv9.0.1169Christopher Plewright
2023-01-04patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright
2022-12-30patch 9.0.1112: test_mswin_event() can hangv9.0.1112Christopher Plewright
2022-12-22patch 9.0.1088: clang warns for unused variablev9.0.1088Bram Moolenaar
2022-12-22patch 9.0.1086: display wrong in Windows terminal after exiting Vimv9.0.1086Christopher Plewright
2022-12-20patch 9.0.1085: compiler warns for uninitialized variablev9.0.1085Bram Moolenaar
2022-12-20patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-23patch 9.0.0931: MS-Windows: mouse column limited to 223v9.0.0931Christopher Plewright
2022-11-22patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll eventv9.0.0918Christopher Plewright
2022-11-14patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata
2022-11-12patch 9.0.0868: MS-Windows: after Vim exits console resizing problemv9.0.0868Christopher Plewright
2022-11-09patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright
2022-11-06patch 9.0.0838: compiler warnings for unused variablesv9.0.0838Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-20patch 9.0.0802: MS-Windows: cannot map console mouse scroll eventsv9.0.0802Christopher Plewright
2022-10-19patch 9.0.0793: MS-Windows: mouse scroll events only work with the dllv9.0.0793Christopher Plewright
2022-10-18patch 9.0.0792: MS-Windows: compiler complains about unused functionv9.0.0792Bram Moolenaar
2022-10-18patch 9.0.0787: mouse scrolling in terminal misbehaves without dllv9.0.0787Christopher Plewright
2022-10-16patch 9.0.0775: MS-Windows: mouse scrolling not supported in the consolev9.0.0775Christopher Plewright
2022-10-04patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar
2022-10-03patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar
2022-09-18patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata
2022-09-10patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata
2022-09-05patch 9.0.0392: inverted condition is a bit confusingv9.0.0392K.Takata
2022-09-01patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminalv9.0.0347K.Takata
2022-09-01patch 9.0.0344: MS-Windows: background color wrong in Consolev9.0.0344Yasuhiro Matsumoto
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-06-20patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar
2022-06-19patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar