summaryrefslogtreecommitdiffstats
path: root/src/proto/os_mswin.pro
AgeCommit message (Collapse)Author
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
2019-03-30patch 8.1.1081: MS-Windows: cannot use some fontsv8.1.1081Bram Moolenaar
Problem: MS-Windows: cannot use fonts whose name cannot be represented in the current code page. Solution: Use wide font functions. (Ken Takata, closes #4000)
2019-02-10patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar
Problem: MS-Windows: resolve() does not return a reparse point. Solution: Improve resolve(). (Yasuhiro Matsumoto, closes #3896)
2017-03-19patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar
Problem: A failing client-server request can make Vim hang. Solution: Add a timeout argument to functions that wait.
2016-10-12patch 8.0.0029v8.0.0029Bram Moolenaar
Problem: Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
2016-07-01patch 7.4.1975v7.4.1975Bram Moolenaar
Problem: On MS-Windows large files (> 2Gbyte) cause problems. Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct stat". Use 64 bit system functions if available. (Ken Takata)
2016-04-03patch 7.4.1706v7.4.1706Bram Moolenaar
Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
2016-04-03patch 7.4.1705v7.4.1705Bram Moolenaar
Problem: The 'guifont' option does not allow for a quality setting. Solution: Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)
2016-01-29patch 7.4.1195v7.4.1195Bram Moolenaar
Problem: The channel feature does not work in the MS-Windows console. Solution: Add win32 console support. (Yasuhiro Matsumoto)
2016-01-19patch 7.4.1133v7.4.1133Bram Moolenaar
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
2014-09-23updated for version 7.4.459v7.4.459Bram Moolenaar
Problem: Can't change the icon after building Vim. Solution: Load the icon from a file on startup. (Yasuhiro Matsumoto)
2013-02-26updated for version 7.3.836v7.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.720v7.3.720Bram Moolenaar
Problem: Proto files are outdated. Solution: Update the newly generated proto files.
2008-11-20updated for version 7.2-049v7.2.049Bram Moolenaar
2007-05-05updated for version 7.1aBram Moolenaar
2006-04-25updated for version 7.0f01v7.0f01Bram Moolenaar
2006-04-24updated for version 7.0fv7.0fBram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2005-02-26updated for version 7.0052v7.0052Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-06-30updated for version 7.0003Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar