Ben Harris
8978c74c45
Insert a missing ampersand that meant that the last version didn't even
...
compile.
[originally from svn r2954]
2003-03-17 22:38:18 +00:00
Ben Harris
53b61424bc
Partial implementation of the platform-independent dialogue-box interface
...
for the Mac OS. This isn't anywhere near complete, and is wrong in a few
important regards, but I think it's heading in the right direction.
[originally from svn r2953]
2003-03-17 21:40:37 +00:00
Ben Harris
4f59bac798
Rather than increasing the size of my switch statements yet further, have
...
a bunch of function pointers associated with each window to do things like
updates and click handling. This is all looking disturbingly object-oriented.
.
While I'm here, separate out the about box into its own file, shared by PuTTY
and PuTTYgen.
[originally from svn r2850]
2003-02-15 16:22:15 +00:00
Ben Harris
a1e2199dc1
Add a level of indirection to make it rather easier to work out which of a
...
session's windows we're dealing with.
[originally from svn r2804]
2003-02-04 23:39:26 +00:00
Ben Harris
60b6419de5
Add support for using Navigation Services to open saved sessions.
...
Support for saving sessions using Navigation Services will come later.
[originally from svn r2779]
2003-02-02 15:59:00 +00:00
Ben Harris
e68c510ac4
Carbonise. Until we support Navigation Services, loading and saving sessions
...
is tricky.
[originally from svn r2774]
2003-02-01 23:55:00 +00:00
Ben Harris
9812db5f1f
Add support for "Duplicate Session", moving back-end selection into
...
mac_startsession() in the process.
[originally from svn r2718]
2003-01-25 15:15:40 +00:00
Ben Harris
75f393a4be
AEGetNthPtr() is stupid and counts from 1. Allowing for this gets aevt/odoc
...
working.
[originally from svn r2715]
2003-01-25 14:04:47 +00:00
Ben Harris
596f6e9787
Add Apple Event handlers for 'aevt'/'oapp', 'aevt'/'odoc' and 'aevt'/'pdoc'.
...
None of them does anything useful yet (though the odoc one tries to).
[originally from svn r2700]
2003-01-23 22:57:43 +00:00
Ben Harris
3afb0f5da8
Remember which file a session was opened from, so it can be the default one
...
to save back to.
[originally from svn r2648]
2003-01-18 20:52:59 +00:00
Ben Harris
99c1029649
Support for saving sessions on the Mac. This is slightly useful even in the
...
absence of a config dialogue, since it allows me to get Default Settings out.
[originally from svn r2646]
2003-01-18 20:09:21 +00:00
Ben Harris
2dc0bf7a60
Move mac_opensession() from macterm.c to macdlg.c.
...
[originally from svn r2641]
2003-01-18 16:54:25 +00:00
Ben Harris
d8413715a9
Remove a couple of unnecessary casts that my compiler seems to have taken
...
exception to.
[originally from svn r2402]
2003-01-01 11:45:43 +00:00
Ben Harris
6c1c86f23d
Add a minimalist settings dialogue, which contains a single button
...
marked "open". Still, it seems to work.
[originally from svn r2392]
2002-12-31 01:40:14 +00:00