summaryrefslogtreecommitdiff
path: root/src/winclip.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0281: some files are still using ARGSUSED instead of UNUSEDv8.0.0281Bram Moolenaar2017-02-011-5/+3
| | | | | | Problem: MS-Windows files are still using ARGSUSED while most other files have UNUSED. Solution: Change ARGSUSED to UNUSED or delete it.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1364v7.4.1364Bram Moolenaar2016-02-201-9/+0
| | | | | Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-301-10/+10
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* updated for version 7.4.202v7.4.202Bram Moolenaar2014-03-121-0/+25
| | | | | Problem: MS-Windows: non-ASCII font names don't work. Solution: Convert between the current code page and 'encoding'. (Ken Takata)
* updated for version 7.3.1284v7.3.1284Bram Moolenaar2013-07-011-5/+7
| | | | | Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+798
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)