summaryrefslogtreecommitdiff
path: root/src/os_macosx.m
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1315: build still fails on Macv8.0.1315Bram Moolenaar2017-11-181-1/+0
| | | | | Problem: Build still fails on Mac. (chdiza) Solution: Remove bogus typedef.
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-6/+2
| | | | | | Problem: Mac features are confusing. Solution: Make feature names more consistent, add "osxdarwin". Rename feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes #2178)
* 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.1227v7.4.1227Bram Moolenaar2016-01-311-2/+2
| | | | | Problem: Compiler warnings. Solution: Add UNUSED. Add type cast. (Yegappan Lakshmanan)
* updated for version 7.3.227v7.3.227Bram Moolenaar2011-06-201-12/+4
| | | | | Problem: Mac OS doesn't have the linewise clipboard fix. Solution: Also change the Mac OS file. (Bjorn Winckler)
* updated for version 7.3.219v7.3.219Bram Moolenaar2011-06-131-2/+3
| | | | | Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
* updated for version 7.3.021v7.3.021Bram Moolenaar2010-10-101-0/+4
| | | | | Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
* Do include Mac clipboard code for MacVim.Bram Moolenaar2010-08-151-2/+3
|
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-141-1/+6
|
* Remove obsolete Mac code.Bram Moolenaar2010-07-141-524/+3
|
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-141-69/+0
|
* Fix a few compiler warnings.Bram Moolenaar2010-07-141-3/+3
|
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-141-0/+783