Grouping boxes for the configuration dialogue. The System 7 version is
[sgt/putty] / mac /
2005-02-15 owenGrouping boxes for the configuration dialogue. The...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-13 owenDisplay panel titles and grouping box titles.
2005-02-11 owenTidy up the host key alerts a little, and swap the...
2005-02-09 owenAdd some host key dialogue boxes. These still look...
2005-02-07 simonRevert my LF->CR change following Owen's comment that...
2005-02-07 owenAdd a comment about the deficiencies of the host key...
2005-02-06 owenFirst stab at a host key cache on the Mac.
2005-02-05 owenImplement refreshing the whole dialogue box with dlg_re...
2005-02-05 simonAdded a small shell script to run enough SetFile comman...
2005-02-05 simonThis file needs to have CR line endings for MPW to...
2005-02-05 owenTimes and dates in the event log, fixing ltime() in...
2005-02-05 owenmac_pollterm() is no longer useful and can be retired.
2005-02-02 owenFlashing things now work as a natural consequence of...
2005-02-02 owenMake ot_recv less voracious.
2005-02-02 owenUpdate the configuration when the window is resized.
2005-01-30 owenHide/show the scrollbar
2005-01-30 owenThe HI guidelines seem adamant that the File menu shoul...
2005-01-29 owenMake Change Settings do something.
2005-01-28 owenEnable the Open Transport networking implementation...
2005-01-28 owensfree the memory dupprintf allocated
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-26 owenMove sk_poll() inside (!gotevent), which is more logica...
2005-01-26 owenAdd ssh.h for prototypes for the X display stubs
2005-01-23 owenGive the config window a title.
2005-01-21 owenColours now work properly, including 256-colour stuff.
2005-01-18 owenBits and pieces, mostly stubs, for the Mac port.
2005-01-15 owenFix prototypes for mactcp_new and ot_new.
2005-01-02 simonIt's a new year!
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-16 simonRemove .cvsignore files on all active branches.
2004-10-26 jacobMerge version number bump (0.56) from release branch.
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-08-30 simonCredit Malcolm Smith in the copyrights.
2004-08-09 jacobOops - merge version number bump from branch-0-55 ...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-02-07 simonUpdate version numbers preparatory to tagging for release.
2004-01-01 simonIt's a new year.
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-10 benFinally, column spanning.
2003-05-10 benChange the way that panel-switching works so that we...
2003-05-10 benI believe that verify_ssh_host_key() should now be...
2003-05-10 benUpdate signature of agent_query() to match the rest...
2003-05-10 benComment a few things I need to fix.
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-18 benMissing bits for colour selection support.
2003-04-18 benMissing bits for System 7 listbox support.
2003-04-14 benRemove all those horrid fprintfs.
2003-04-14 benSet the space required by a listbox sensibly as well.
2003-04-14 benMinor fixes:
2003-04-14 benDon't call GetColor() if we don't have Color Quickdraw...
2003-04-14 benSupport for colour selection in the Mac OS.
2003-04-14 benKeyboard events in Mac OS 8 list boxes should generate...
2003-04-14 benEnlarge the settings window so as to fill a 640x480...
2003-04-13 benAdd a list box to the config dialogue to switch between...
2003-04-13 benSupport for list boxes under System 7. There are some...
2003-04-12 benRemove a couple of spurious semicolons.
2003-04-12 benUpdate for Simon's from_backend changes.
2003-04-06 benTo avoid gratuitous flicker, if a control already has...
2003-04-05 benConst fallout, as predicted.
2003-04-05 benBring list of applications and architectures up to...
2003-04-05 bendd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 benAdd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 benOn System 7, draw the default ring in grey if the windo...
2003-04-05 benHandle Return and Escape keys in dialogue box, triggeri...
2003-04-05 benCope with NULL labels in every control where it makes...
2003-04-05 benSend EVENT_VALCHANGE when a System 7 editbox gets typed in.
2003-04-05 benImplement dlg_end().
2003-04-05 benImplement update_special_menu(), which calls mac_adjust...
2003-04-03 benImplement columns, based loosely on Simon's Windows...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-30 benCorrect the size of editboxes under Mac OS 8.
2003-03-30 benCrude keyboard support for System 7 editboxes.
2003-03-29 benThe entropy pool is full of unsigned ints, not longs.
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-03-29 benConvert the System 7 static text control to be a read...
2003-03-29 benAdd support for labels on editboxes and radios.
2003-03-29 benAdd input-focus support for System 7, where the Control...
2003-03-29 benAdd the System 7 editbox CDEF, which I seem to have...
2003-03-28 benTidy up dlg_editbox_set() and implemen dlg_editbox_get...
2003-03-28 benDisplay half of a System 7 edit text CDEF, using TextEd...
2003-03-27 benopen_settings_r() and open_settings_w() need to cope...
2003-03-26 benGet preferred and minimum sizes in the right order.
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-25 benUse CountMenuItems() rather than CountMItems() since...
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-24 benClean out some #ifdef'ed out junk.
2003-03-24 benInitialise the "next menu ID" counter for pop-up menus...
2003-03-24 benSlightly improve radio button layout to more closely...
2003-03-23 benAdd support for pop-up menus (drop-down lists in Window...
2003-03-21 benAdd crude support for multiple panels in the config...
2003-03-20 benPass a pointer to the entire dialog box structure to...
2003-03-19 benAdd support for drawing a ring around the default butto...
2003-03-18 benAdd support for changing the contents of a pre-Appearan...
next