Miscellaneous fixes to finish up `remove-statics'. rlogin.c had a
[u/mdw/putty] / mac /
2003-01-14 benAdd double width/height support. This passes all the...
2003-01-14 benrequest_resize() needs to call term_size() to tell...
2003-01-12 benSet the window title to the canonical host name when...
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benWhen receiving data, only pass up to the backend as...
2003-01-12 benCall ot_poll as appropriate.
2003-01-12 benDon't fatalbox() unconditionally when opening a connect...
2003-01-12 benCOmpiling _before_ committing is usually a good idea.
2003-01-12 benCorrect code to insert into a doubly-linked list.
2003-01-12 benCute though DNSAddresses are, they're a poor match...
2003-01-12 benUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 benRemove code for splatting test data into new terminals...
2003-01-12 benChange error handling to store the error number rather...
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-11 benCalling plug_closing() is highly likely to result in...
2003-01-11 benWhen polling MacTCP connections, check the connection...
2003-01-11 benconst fallout from Simon's X forwarding changes.
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 benImplement get_window_title().
2003-01-09 benForcibly close any TCP connections that are still open...
2003-01-09 benUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 benc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-09 benTake advantage of having control over the default font...
2003-01-09 benSet PuTTY's canBackground flag so that it receives...
2003-01-09 benInstall a notification procedure (ASR) on each TCP...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-08 benAdd PuTTYtel binaries.
2003-01-08 benRather useless entropy-collection functions for Mac...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-05 bensshsha.c and sshmd5.c compile fine on PowerPC now.
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-05 benWhen looking for the correct backend to use, look in...
2003-01-05 benSecond work-in-progress MacTCP commit. We can now...
2003-01-04 benBeginnings of a MacTCP network layer. This has all...
2003-01-04 benAdd a vsnprintf() for the Mac, which doesn't have one...
2003-01-04 benProvide a version of stricmp() and strnicmp() for Mac...
2003-01-04 ben<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 benRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 benSmall simplification in mac_init().
2003-01-04 benCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-03 benUpdate copyright notices that both Owen and Simon manag...
2003-01-03 benPull in Script.r so we can use verBritain in the 'vers...
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 benHaving tested it, note that the Classic 68K build seems...
2003-01-02 benIf for some reason do_text() fails to translate from...
2003-01-01 benThe redirection operator I wanted was >>, not >.
2003-01-01 benIgnore .rsrc files.
2003-01-01 benAdd a mechanism for determining which charset to use...
2003-01-01 benRemove a couple of unnecessary casts that my compiler...
2002-12-31 benUse the shiny new character-set library to handle conve...
2002-12-31 benAdd a small comment explaining my failure to find any...
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 benNo need to compile resources manually now.
2002-12-30 benAdd support for compiling 'vers' resources into Mac...
2002-12-30 benSet the default directory to somewhere useful (the...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-30 benRemove a spurious reference to a variable I've removed.
2002-12-30 benAdd spaces to system include lines to that mkfiles...
2002-12-29 benAdd various files produced by the build system.
2002-12-29 benDon't try to call TerminateUnicodeConverter() in the...
2002-12-29 benBrutally simplify out all the junk that MPW left here...
2002-12-29 benAdd support for building a CFM-68K version of PuTTY...
2002-12-29 benSubstantial overhaul of Mac build system. We now have...
2002-12-28 benIt would be better if I deleted the unused variable...
2002-12-28 benRemove more unused variables.
2002-12-28 benDispose of some unused local variables.
2002-12-13 benRemove an unnecessary "{Includes}" from the example...
2002-12-13 benProvide a full set of small application icons for PuTTY...
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
2002-12-12 benWhen loading a string setting, expect in the same form...
2002-12-11 benAdd some documentation for the Mac port.
2002-12-10 benSince PuTTY depends on lots of features of System 7...
2002-12-09 benWhen resizing the window, redraw the grow box as well...
2002-12-09 benUpdate the non-Color Quickdraw code in pre_paint()...
2002-12-08 benOops. When deciding which attributes are interesting...
2002-12-08 benRemove a stray prototype for mac_set_attr_mask().
2002-12-08 benRemove some unused cruft.
2002-12-08 benSlightly cheesy size-tip implementation. This is subop...
2002-12-07 benWhen scrolling part of the window, scroll the update...
2002-12-07 jacobIgnore generated Mac Makefile
2002-12-06 benUse the Script Manager to find a small Roman font for...
2002-12-04 benAdd some comments explaining what each of these functio...
2002-12-02 benDriver script for building PuTTY under MPW. MPW isn...
2002-11-29 benImprove support for non-colour displays by adding a...
2002-11-28 benDon't call SetFractEnable every time we draw some text...
2002-11-28 benFollow the recommendations in Tech Note TB575 for clipp...
2002-11-28 benUse StdText() rather than DrawText, so that (later...
2002-11-26 benSubstantial overhaul of colour handling in do_text...
2002-11-24 benAdd support for displaying the licence window.
2002-11-24 benFix scrolling on systems without Color QuickDraw. ...
2002-11-23 benDon't try to initialise the palette unless we have...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-23 benOnly try to retrieve a 'vers' resource from the current...
2002-11-23 benWe don't currently need the Thread Manager (and all...
2002-11-23 benOn a keypress, hide the mouse cursor, send the key...
next