If a new session was saved from Change Settings, a side-effect on Windows was
[u/mdw/putty] / mac / macdlg.c
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-03-01 owenClose on exit. I'm not entirely happy with the distrib...
2005-02-20 owenSupport the drop-down menu part of the editbox control...
2005-01-30 owenHide/show the scrollbar
2005-01-29 owenMake Change Settings do something.
2005-01-28 owensfree the memory dupprintf allocated
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-23 owenGive the config window a title.
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2003-04-05 benImplement dlg_end().
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-21 benAdd crude support for multiple panels in the config...
2003-03-17 benInsert a missing ampersand that meant that the last...
2003-03-17 benPartial implementation of the platform-independent...
2003-02-15 benRather than increasing the size of my switch statements...
2003-02-04 benAdd a level of indirection to make it rather easier...
2003-02-02 benAdd support for using Navigation Services to open saved...
2003-02-01 benCarbonise. Until we support Navigation Services, loadi...
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-25 benAEGetNthPtr() is stupid and counts from 1. Allowing...
2003-01-23 benAdd Apple Event handlers for 'aevt'/'oapp', 'aevt'...
2003-01-18 benRemember which file a session was opened from, so it...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-18 benMove mac_opensession() from macterm.c to macdlg.c.
2003-01-01 benRemove a couple of unnecessary casts that my compiler...
2002-12-31 benAdd a minimalist settings dialogue, which contains...