Add input-focus support for System 7, where the Control Manager can't do
[u/mdw/putty] / mac / mac.h
2003-03-29 benAdd input-focus support for System 7, where the Control...
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-24 benInitialise the "next menu ID" counter for pop-up menus...
2003-03-21 benAdd crude support for multiple panels in the config...
2003-03-17 benPartial implementation of the platform-independent...
2003-03-01 benImprove scheduling on the Mac:
2003-02-27 benHandle the Aqua menu layout, in which the system provid...
2003-02-20 benBe careful not to try to get information from windows...
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-07 benCrude Event Log implementation for the Mac. I'm fairly...
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 benTidy up Simon's FontSpec abstraction.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-25 benAdd support for "Duplicate Session", moving back-end...
2003-01-24 benRedesign the macnet.c infrastructure, largely so as...
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-15 benAdd the ability to close sessions. This adds *_free...
2003-01-14 benUpdate for Unicode deglobalisations.
2003-01-14 benAdd double width/height support. This passes all the...
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-04 benProvide a version of stricmp() and strnicmp() for Mac...
2003-01-02 benAny Mac that can handle CFM-68K code must have at least...
2003-01-02 benAdd a prototype for init_ucs().
2003-01-02 benIf for some reason do_text() fails to translate from...
2003-01-01 benAdd a mechanism for determining which charset to use...
2002-12-31 benAdd a minimalist settings dialogue, which contains...
2002-12-30 benRemove mentions of files and functions that no longer...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
2002-12-10 benSince PuTTY depends on lots of features of System 7...
2002-11-29 benImprove support for non-colour displays by adding a...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-20 benRemove has_focus from Session and use the one in Termin...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...