Owen Dunn
bb787c53fb
The HI guidelines seem adamant that the File menu should never be called
...
anything but File, and two Mac users expressed profound distress at the
thought of it being called Session. File it is.
[originally from svn r5229]
2005-01-30 14:10:05 +00:00
Owen Dunn
2374544eb3
Add a Change Settings dialogue box. Doesn't do anything yet.
...
[originally from svn r5216]
2005-01-26 23:30:34 +00:00
Simon Tatham
b93e12d477
It's a new year!
...
[originally from svn r5061]
[this svn revision also touched putty-website]
2005-01-02 09:19:14 +00:00
Simon Tatham
5d5ffc274f
Credit Malcolm Smith in the copyrights.
...
[originally from svn r4518]
2004-08-30 13:23:23 +00:00
Simon Tatham
2817a7e150
It's a new year.
...
[originally from svn r3679]
[this svn revision also touched putty-website]
2004-01-01 16:47:55 +00:00
Ben Harris
ed4551607f
Enlarge the settings window so as to fill a 640x480 display. This makes
...
enough space to actually fit all of the panels. I'll have to do a version
with smaller fonts for 9" screens.
[originally from svn r3117]
2003-04-14 21:15:39 +00:00
Ben Harris
9117b20d18
dd support for list boxes in Mac OS 8. Not entirely solid, but largely
...
working.
[ bits missed in the first commit ]
[originally from svn r3069]
2003-04-05 22:03:06 +00:00
Ben Harris
c1c7f5eb49
Convert the System 7 static text control to be a read-only version of the
...
editbox control. This means that it has a persistent edit record, can have
its height measured and uses the system font by default, all of which are good.
[originally from svn r3022]
2003-03-29 22:04:21 +00:00
Ben Harris
adb469b1c6
Add the System 7 editbox CDEF, which I seem to have forgotten.
...
[originally from svn r3018]
2003-03-29 18:31:09 +00:00
Ben Harris
9d2b0fb2d8
Get preferred and minimum sizes in the right order.
...
[originally from svn r3005]
2003-03-26 23:52:21 +00:00
Ben Harris
6d95dc84b4
Add support for drawing a ring around the default button in System 7.
...
[originally from svn r2967]
2003-03-19 00:40:15 +00:00
Ben Harris
893ca6173a
My First CDEF: A terribly trivial static text control for System 7.
...
Needs work.
[originally from svn r2955]
2003-03-18 00:35:40 +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
a816d2df18
Increase PuTTY's default partition size to 2 MB. 1 MB just isn't enough.
...
[originally from svn r2928]
2003-03-11 22:35:07 +00:00
Ben Harris
43d2fa847f
Alert box to support host-key checking.
...
[originally from svn r2920]
2003-03-06 23:46:06 +00:00
Ben Harris
b11ffdcd6f
Add 'plst' 0 resources to help Mac OS X do magic things.
...
These aren't actually compiled yet because they must only be present in
the Carbon build, and I don't currently compile the resources separately for
each platform.
[originally from svn r2898]
2003-02-27 23:21:23 +00:00
Ben Harris
eec4b9d08d
Add handling for suspend and resume events, and set the flags in our 'SIZE'
...
resource that say we can handle them. This seems to avoid a crash when PuTTY's
switched away from, and is necessary for Carbon anyway.
[originally from svn r2878]
2003-02-23 11:58:59 +00:00
Ben Harris
8dcbb16ec2
Minimal shell of PuTTYgen for Mac. No actual PuTTYgen-specific code there
...
yet, but an absence of PuTTY-specific code.
[originally from svn r2842]
2003-02-12 23:53:15 +00:00
Ben Harris
2c10ece60d
Crude Event Log implementation for the Mac. I'm fairly convinced now that
...
using the List Manager was entirely the wrong decision on my part, so I'll
probably rewrite this to use TextEdit at some point, but it's better than
stderr even so.
[originally from svn r2811]
2003-02-07 01:38:12 +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
d5e459f9dd
Add myself to the list of copyright holders, largely for term_key().
...
[originally from svn r2736]
2003-01-27 23:46:03 +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
2aa3b8e154
Ensure that development snapshots have a version number higher than the
...
preceding release.
[originally from svn r2717]
2003-01-25 14:09:47 +00:00
Ben Harris
85334a8317
Add minimal Apple Event support -- we handle the 'aevt'/'quit' event.
...
[originally from svn r2668]
2003-01-20 22:55:08 +00:00
Ben Harris
c66d95c0b1
PuTTY doesn't remember which file it got a saved session from, so it's
...
as stationery-pad-aware as it needs to be.
[originally from svn r2643]
2003-01-18 17:24:21 +00:00
Ben Harris
56209f1741
Add "Save" and "Save As..." items to the menus. No code behind them yet.
...
[originally from svn r2642]
2003-01-18 17:14:34 +00:00
Ben Harris
06a48a0c06
Various things to make the Finder like us:
...
- Change the creator of files we don't want the user to open to 'pTTI' (for
"PuTTY internal"), and give them application-missing strings.
- Provide missing-application names for saved sessions.
- Provide a ResEdit 'TMPL' resource for integers in saved sessions.
- Provide an icon for saved session stationery pads (maybe "Default Settings"
should be one of these by default). No code to handle this yet.
[originally from svn r2640]
2003-01-18 16:10:21 +00:00
Ben Harris
a8c33d8e12
Correct an incorrect black pixel in the PuTTY icon that's been annoying me
...
for some time.
[originally from svn r2638]
2003-01-18 12:25:43 +00:00
Ben Harris
ca7651538e
It would help if everything agreed on the type of PuTTY random seed files.
...
[originally from svn r2636]
2003-01-18 12:18:04 +00:00
Ben Harris
fda52aad66
Add some icons for saved sessions and random seeds.
...
[originally from svn r2617]
2003-01-16 00:35:11 +00:00
Ben Harris
658e31a3c3
"I don't think that bit means what I think it means", if you see what I mean.
...
In other words, turn off the useTextEditServices bit in our 'SIZE' resource.
[originally from svn r2616]
2003-01-15 23:46:11 +00:00
Ben Harris
902fbc43c2
Add constants to mac_res.r to set the binary version number.
...
Mention this in CHECKLST as a location where the version number has to be set.
[originally from svn r2598]
2003-01-14 19:29:18 +00:00
Ben Harris
5d90fd4d1d
Remove code for splatting test data into new terminals, since we can do
...
that over real network connections now.
[originally from svn r2549]
2003-01-12 01:25:34 +00:00
Ben Harris
627566b1f6
Set PuTTY's canBackground flag so that it receives CPU time (to process
...
incoming data) while in the background.
[originally from svn r2520]
2003-01-09 19:27:29 +00:00
Ben Harris
0a6e82b4dd
Update copyright notices that both Owen and Simon managed to miss.
...
_How_ many copies of the licence do we need? *grin*
[originally from svn r2435]
2003-01-03 12:20:14 +00:00
Ben Harris
8af9c0a745
Pull in Script.r so we can use verBritain in the 'vers' resources rather
...
than hardcoding 2.
[originally from svn r2432]
2003-01-03 00:40:52 +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
Ben Harris
47f459bb5f
Add support for compiling 'vers' resources into Mac applications. This is
...
needlessly complex because Rez's preprocessor doesn't do either ANSI or K&R
stringification, and the MPW Shell isn't much good as shells go.
Also make _all_ the Mac executables depend on reources, not just the
Classic 68K one.
[originally from svn r2389]
2002-12-30 23:14:11 +00:00
Ben Harris
71d699c28c
Add an "open" command to the "file" (now "session") menu on the Mac to
...
open an existing saved session. This has entailed adding an extra hook to
settings.c to allow for loading settings other than by name.
[originally from svn r2387]
2002-12-30 18:21:17 +00:00
Ben Harris
6ca089d035
Add spaces to system include lines to that mkfiles.pl doesn't try to
...
follow them (silly Rez can't do angle-bracket includes).
[originally from svn r2384]
2002-12-30 14:17:51 +00:00
Ben Harris
8abe8187f7
Provide a full set of small application icons for PuTTY, now equipped with
...
small lightning flashes too.
[originally from svn r2316]
2002-12-13 00:45:08 +00:00
Ben Harris
c76391bccb
Remove some unused cruft.
...
[originally from svn r2295]
2002-12-08 22:09:47 +00:00
Ben Harris
5de2925051
Add support for displaying the licence window.
...
[originally from svn r2255]
2002-11-24 15:08:52 +00:00
Ben Harris
ba0dbdfecc
Mac resource source file, missed in last commit.
...
[originally from svn r2227]
2002-11-19 02:14:35 +00:00