]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Initial checkin of a native Mac OS X port, sharing most of its code
authorSimon Tatham <anakin@pobox.com>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 15 Feb 2005 21:45:50 +0000 (21:45 +0000)
commit1ac5c24127df5c21a6c6d6389adfe68ed660a433
tree93b015cb4cf2dd4d0c6f385ce6390b141926c5c7
parent6524ed14ce8fab0a2eaa7af99555ffcdc2ae76ac
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: http://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