summaryrefslogtreecommitdiff
path: root/src/os_win32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4875: MS-Windows: some .exe files are not recognizedv8.2.4875LemonBoy2022-05-051-4/+18
* patch 8.2.4860: MS-Windows: always uses current directory for executablesv8.2.4860Yasuhiro Matsumoto2022-05-031-1/+5
* Update runtime filesBram Moolenaar2022-04-181-1/+2
* patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar2022-04-121-0/+3
* patch 8.2.4354: dynamic loading of libsodium not handled properlyv8.2.4354K.Takata2022-02-121-1/+6
* patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation failsv8.2.4317Bram Moolenaar2022-02-071-4/+29
* patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicatedv8.2.4294K.Takata2022-02-041-14/+10
* patch 8.2.4289: warnings reported by MSVCv8.2.4289K.Takata2022-02-031-2/+2
* patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata2022-02-031-11/+11
* patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4v8.2.4256K.Takata2022-01-291-4/+4
* patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata2022-01-251-7/+0
* patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata2022-01-241-82/+0
* patch 8.2.4170: MS-Windows: still using old message API callsv8.2.4170K.Takata2022-01-211-4/+4
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-5/+5
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-21/+7
* patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar2021-11-181-2/+3
* patch 8.2.3569: error for :let when vimrc is Vim 9 scriptv8.2.3569Christian Brabandt2021-11-011-4/+7
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-241-1/+17
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-301-2/+5
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-281-1/+2
* patch 8.2.2962: MS-Windows command line arguments have wrong encodingv8.2.2962K.Takata2021-06-081-4/+4
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-6/+5
* patch 8.2.2913: MS-Windows conpty supports using mouse eventsv8.2.2913Wez Furlong2021-05-301-7/+27
* patch 8.2.2874: MS-Windows: screen redraws too oftenv8.2.2874matveyt2021-05-201-1/+3
* patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are setv8.2.2841matveyt2021-05-071-3/+3
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-011-0/+4
* patch 8.2.2793: MS-Windows: string literals are writable with MSVCv8.2.2793Bram Moolenaar2021-04-211-5/+6
* patch 8.2.2787: MS-Windows: crash when using :echoconsolev8.2.2787Bram Moolenaar2021-04-201-2/+4
* patch 8.2.2451: MS-Windows: Extended Attributes not preservedv8.2.2451Bram Moolenaar2021-02-011-0/+180
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-7/+6
* patch 8.2.2091: MS-Windows: build warningsv8.2.2091Bram Moolenaar2020-12-041-0/+9
* patch 8.2.2076: MS-Windows console: sometimes drops typed charactersv8.2.2076Bram Moolenaar2020-12-011-19/+7
* patch 8.2.1975: Win32: memory leak when encoding conversion failsv8.2.1975Bram Moolenaar2020-11-101-0/+3
* patch 8.2.1582: the channel log does not show typed textv8.2.1582Bram Moolenaar2020-09-031-0/+7
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-231-2/+2
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-2/+1
* patch 8.2.0850: MS-Windows: exepath() works different from cmd.exev8.2.0850Bram Moolenaar2020-05-301-100/+181
* patch 8.2.0848: MS-Windows: the Windows terminal code has some flawsv8.2.0848Bram Moolenaar2020-05-301-11/+94
* patch 8.2.0793: MS-Windows: cannot build GUI with small featuresv8.2.0793Bram Moolenaar2020-05-181-2/+3
* patch 8.2.0774: t_TI and t_TE are output when using 'visualbell'v8.2.0774Bram Moolenaar2020-05-171-1/+1
* patch 8.2.0773: switching to raw mode every time ":" is usedv8.2.0773Bram Moolenaar2020-05-161-0/+4
* patch 8.2.0669: MS-Windows: display in VTP is a bit slowv8.2.0669Bram Moolenaar2020-04-301-50/+355
* patch 8.2.0656: MS-Windows: redrawing right screen edge may not be neededv8.2.0656Bram Moolenaar2020-04-281-0/+16
* patch 8.2.0647: MS-Windows: repeat count for events was not usedv8.2.0647Bram Moolenaar2020-04-261-0/+14
* patch 8.2.0599: Netbeans interface insufficiently testedv8.2.0599Bram Moolenaar2020-04-191-0/+4
* patch 8.2.0592: MS-Windows with VTP: cursor is not made invisiblev8.2.0592Bram Moolenaar2020-04-171-0/+4
* patch 8.2.0581: Win32 console: the cursor position is always top-leftv8.2.0581Bram Moolenaar2020-04-151-13/+7