Add input-focus support for System 7, where the Control Manager can't do
[u/mdw/putty] / mac /
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...
2003-03-18 benTag the "Cancel" button appropriately, in case anyone...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-18 benMy First CDEF: A terribly trivial static text control...
2003-03-17 benInsert a missing ampersand that meant that the last...
2003-03-17 benPartial implementation of the platform-independent...
2003-03-17 benWhen running on a system with Aqua menu layout, delete...
2003-03-11 benIncrease PuTTY's default partition size to 2 MB. 1...
2003-03-06 benAlert box to support host-key checking.
2003-03-06 benSlightly better than null verify_ssh_host_key(). It...
2003-03-01 benImprove scheduling on the Mac:
2003-02-27 benHandle the Aqua menu layout, in which the system provid...
2003-02-27 benAdd 'plst' 0 resources to help Mac OS X do magic things.
2003-02-23 benHandle suspend and resume events in PuTTYgen as well.
2003-02-23 benDon't open the event log whenever an event is logged...
2003-02-23 benScroll the event log to the end after adding a line...
2003-02-23 benAdd handling for suspend and resume events, and set...
2003-02-23 benWork around an SC bug that causes it to try to use...
2003-02-20 benAdd a mechanism for collecting entropy, and displaying...
2003-02-20 benBe careful not to try to get information from windows...
2003-02-19 benMake this compile in Carbon.
2003-02-16 benBring PuTTYgen into the world of object-oriented event...
2003-02-16 benMake it possible to close the "about" and "licence...
2003-02-16 benStub code for handling key windows in PuTTYgen. This...
2003-02-15 benRather than increasing the size of my switch statements...
2003-02-15 benTiny amount of infrastructure for having actual keys...
2003-02-15 ben<OpenTransportInternet.h> seems to want <Files.h>....
2003-02-13 benMove the 'vers' resources for Mac OS into their own...
2003-02-12 benMinimal shell of PuTTYgen for Mac. No actual PuTTYgen...
2003-02-11 benClip host resize requests to the size of the desktop.
2003-02-10 benThe event log is implemented; remove it from the list.
2003-02-07 benCrude Event Log implementation for the Mac. I'm fairly...
2003-02-07 benClean up Carbon build procedures somewhat. I still...
2003-02-06 benMove net_service_lookup() to macnet.c, since that's...
2003-02-04 benAdd a level of indirection to make it rather easier...
2003-02-04 benIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-02-04 benCarbonise, or at least disable MacTCP support under...
2003-02-04 benI can only quote the comment in <Scrap.h> which prompte...
2003-02-04 benFix various breakages my Carbonisation caused in the...
2003-02-04 benCarbonise. Currently, size tips and copy/paste won...
2003-02-04 benSlightly improve Carbon handling: we still have to...
2003-02-04 benConvert keyboard events into Unicode properly. I can...
2003-02-02 benUpdate to match reality.
2003-02-02 benAdd support for using Navigation Services to open saved...
2003-02-02 benCarbonise, mostly by replacing addresource() with c2pst...
2003-02-01 benCarbonise. Until we support Navigation Services, loadi...
2003-02-01 benMake this compile in a Carbon world (while still suppor...
2003-02-01 benRather more natural (if much more complex) Mac Filename...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 benTidy up Simon's FontSpec abstraction.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-01-30 benSmall amount of extra noise gathering -- slurp the...
2003-01-28 benNeither do we do non-block cursors.
2003-01-28 benWe don't do blinking text/cursor yet.
2003-01-28 benDon't log every keypress by default here either.
2003-01-28 benFix a minor oversight in the new 16-colour code for...
2003-01-27 benAdd myself to the list of copyright holders, largely...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
2003-01-27 benRemove some fossils.
2003-01-25 benSupport for pasting 'TEXT', ie text in the local charac...
2003-01-25 benAdd support for copying non-Unicode text to the clipboa...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-25 benThe PowerPC build works on Owen's Mac, which doesn...
2003-01-25 benDuplicate Session is done.
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-25 benEnsure that development snapshots have a version number...
2003-01-25 benWe now have _some_ useful AE support, so mention what...
2003-01-25 benAEGetNthPtr() is stupid and counts from 1. Allowing...
2003-01-24 benWe'd like full-screen mode too.
2003-01-24 benAdd a bug and a missing feature.
2003-01-24 benRedesign the macnet.c infrastructure, largely so as...
2003-01-23 benAdd Apple Event handlers for 'aevt'/'oapp', 'aevt'...
2003-01-21 benWe'll need the event log to work, too.
2003-01-21 benRemove stray debugging printfs.
2003-01-20 benMore unimplemented features.
2003-01-20 benAdd minimal Apple Event support -- we handle the 'aevt...
2003-01-20 benSync with reality and add more things that need fixing.
2003-01-19 benunitab_xterm is now basically right.
2003-01-18 benUse the correct ProcInfo for AddrToStr. This makes...
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 benPuTTY doesn't remember which file it got a saved sessio...
next