Initial checkin of a native Mac OS X port, sharing most of its code
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
commit1ddda1ca78c0458141b45197544597c566184b6f
tree93b015cb4cf2dd4d0c6f385ce6390b141926c5c7
parent76347f46fb70138ad34af07b2ab00625600931f1
Initial checkin of a native Mac OS X port, sharing most of its code
with the Unix port and layering a Cocoa GUI on top. The basics all
work: there's a configuration panel and a terminal window, the
timing interface works and the select interface functions. The same
application can run both SSH (or other network) connections and
local pty sessions, and multiple sessions in the same process are
fully supported.

However, it's horribly unfinished in a wide variety of other ways;
anyone interested is invited to read README.OSX and wince at the
length and content of its `unfinished' list.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5308 cda61777-01e9-0310-a592-d414129be87e
12 files changed:
Recipe
macosx/Makefile [new file with mode: 0644]
macosx/README.OSX [new file with mode: 0644]
macosx/osx.h [new file with mode: 0644]
macosx/osxclass.h [new file with mode: 0644]
macosx/osxctrls.m [new file with mode: 0644]
macosx/osxdlg.m [new file with mode: 0644]
macosx/osxmain.m [new file with mode: 0644]
macosx/osxsel.m [new file with mode: 0644]
macosx/osxwin.m [new file with mode: 0644]
mkfiles.pl
puttyps.h