summaryrefslogtreecommitdiff
path: root/src/os_macosx.m
AgeCommit message (Collapse)Author
2016-01-31patch 7.4.1227Bram Moolenaar
Problem: Compiler warnings. Solution: Add UNUSED. Add type cast. (Yegappan Lakshmanan)
2011-06-20updated for version 7.3.227Bram Moolenaar
Problem: Mac OS doesn't have the linewise clipboard fix. Solution: Also change the Mac OS file. (Bjorn Winckler)
2011-06-13updated for version 7.3.219Bram Moolenaar
Problem: Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt)
2010-10-10updated for version 7.3.021Bram Moolenaar
Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
2010-08-15Do include Mac clipboard code for MacVim.Bram Moolenaar
2010-08-14Fix building the Mac version with GUI.Bram Moolenaar
2010-07-14Remove obsolete Mac code.Bram Moolenaar
2010-07-14Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar
2010-07-14Fix a few compiler warnings.Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar