summaryrefslogtreecommitdiff
path: root/src/os_mswin.c
AgeCommit message (Collapse)Author
2014-11-05updated for version 7.4.506Bram Moolenaar
Problem: MS-Windows: Cannot open a file with 259 characters. Solution: Fix off-by-one error. (Ken Takata)
2014-10-16updated for version 7.4.481Bram Moolenaar
Problem: Compiler warning on MS-Windows. Solution: Add type casts. (Ken Takata)
2014-10-15updated for version 7.4.479Bram Moolenaar
Problem: MS-Windows: The console title can be wrong. Solution: Take the encoding into account. When restoring the title use the right function. (Yasuhiro Matsumoto)
2014-10-09updated for version 7.4.471Bram Moolenaar
Problem: MS-Windows: When printer name contains multi-byte, the name is displayed as ???. Solution: Convert the printer name from the active codepage to 'encoding'. (Yasuhiro Matsumoto)
2014-09-27updated for version 7.4.461Bram Moolenaar
Problem: MS-Windows: When collate is on the number of copies is too high. Solution: Only set the collated/uncollated count when collate is on. (Yasuhiro Matsumoto)
2014-09-23updated for version 7.4.459Bram Moolenaar
Problem: Can't change the icon after building Vim. Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
2014-09-09updated for version 7.4.432Bram Moolenaar
Problem: When the startup code expands command line arguments, setting 'encoding' will not properly convert the arguments. Solution: Call get_cmd_argsW() early in main(). (Yasuhiro Matsumoto)
2014-03-19updated for version 7.4.206Bram Moolenaar
Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams)
2014-03-12updated for version 7.4.202Bram Moolenaar
Problem: MS-Windows: non-ASCII font names don't work. Solution: Convert between the current code page and 'encoding'. (Ken Takata)
2014-02-11updated for version 7.4.175Bram Moolenaar
Problem: When a wide library function fails, falling back to the non-wide function may do the wrong thing. Solution: Check the platform, when the wide function is supported don't fall back to the non-wide function. (Ken Takata)
2014-01-14updated for version 7.4.144Bram Moolenaar
Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE. Solution: Adjust #ifdef. (Ken Takata)
2014-01-10updated for version 7.4.136Bram Moolenaar
Problem: MS-Windows: When saving a file with a UNC path the file becomes read-only. Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata)
2013-09-29updated for version 7.4.044Bram Moolenaar
Problem: Can't build with old MSVC. (Wang Shoulin) Solution: Define OPEN_OH_ARGTYPE instead of using intptr_t directly.
2013-09-25updated for version 7.4.039Bram Moolenaar
Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a directory properly. Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
2013-08-30updated for version 7.4.013Bram Moolenaar
Problem: File name buffer too small for utf-8. Solution: Use character count instead of byte count. (Ken Takata)
2013-08-30updated for version 7.4.012Bram Moolenaar
Problem: MS-Windows: resolving shortcut does not work properly with multi-byte characters. Solution: Use wide system functions. (Ken Takata)
2013-06-16updated for version 7.3.1211Bram Moolenaar
Problem: MS-Windows: When 'encoding' differs from the current codepage ":hardcopy" does not work properly. Solution: Use TextOutW() and SetDlgItemTextW(). (Ken Takata)
2013-06-16updated for version 7.3.1208Bram Moolenaar
Problem: Compiler warnings on MS-Windows. Solution: Add type cast. Move variable declaration. (Mike Williams)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-03-19updated for version 7.3.870Bram Moolenaar
Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
2013-02-26updated for version 7.3.836Bram Moolenaar
Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
2012-11-20updated for version 7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2011-11-30updated for version 7.3.357Bram Moolenaar
Problem: Compiler warning in MS-Windows console build. Solution: Adjust return type of PrintHookProc(). (Mike Williams)
2011-09-21updated for version 7.3.322Bram Moolenaar
Problem: #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef. Solution: Check the MSC version and 64 bit flags. (Sergiu Dotenco)
2011-08-10updated for version 7.3.277Bram Moolenaar
Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
2011-06-19updated for version 7.3.223Bram Moolenaar
Problem: MingW cross compilation doesn't work with tiny features. Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of "#ifdef CLIPBOARD". Fix typo in makefile.
2011-06-19updated for version 7.3.221Bram Moolenaar
Problem: Text from the clipboard is sometimes handled as linewise, but not consistently. Solution: Assume the text is linewise when it ends in a CR or NL.
2011-01-17updated for version 7.3.102Bram Moolenaar
Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
2010-12-17updated for version 7.3.087Bram Moolenaar
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h.
2010-12-17updated for version 7.3.085Bram Moolenaar
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
2010-10-23updated for version 7.3.034Bram Moolenaar
Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
2010-07-27Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
A few minor changes.
2009-07-14updated for version 7.2-233Bram Moolenaar
2009-05-14updated for version 7.2-172Bram Moolenaar
2009-01-22updated for version 7.2-088Bram Moolenaar
2008-11-20updated for version 7.2-049Bram Moolenaar
2008-08-09updated for version 7.2-000Bram Moolenaar
2008-08-06updated for version 7.2c-000Bram Moolenaar
2008-07-24updated for version 7.2b-019Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-02-20updated for version 7.0-197Bram Moolenaar
2006-04-27updated for version 7.0f02Bram Moolenaar
2006-04-25updated for version 7.0f01Bram Moolenaar
2006-04-22updated for version 7.0e06Bram Moolenaar
2006-04-17updated for version 7.0e01Bram Moolenaar
2006-04-13updated for version 7.0d03Bram Moolenaar