Convert implicit (char *) and (unsigned char *) casts to explicit ones.
[u/mdw/putty] / mac /
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...
2003-01-18 benAdd "Save" and "Save As..." items to the menus. No...
2003-01-18 benMove mac_opensession() from macterm.c to macdlg.c.
2003-01-18 benVarious things to make the Finder like us:
2003-01-18 benCorrect an incorrect black pixel in the PuTTY icon...
2003-01-18 benIt would help if everything agreed on the type of PuTTY...
2003-01-18 benSimplify the random-seed-saving code: There's no need...
2003-01-16 benAdd some icons for saved sessions and random seeds.
2003-01-15 ben"I don't think that bit means what I think it means...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-15 benMake this compile again.
2003-01-15 jacobImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 benMacTCP returns canonical names with a trailing dot...
2003-01-14 benUse the standard linedraw->Unicode mapping from unicode...
2003-01-14 benUpdate for Unicode deglobalisations.
2003-01-14 benUpdate the "known bugs" and "missing features" sections.
2003-01-14 benAdd constants to mac_res.r to set the binary version...
2003-01-14 benconst fallout.
2003-01-14 benRemove debugging printfs from mac_workoutfontscale().
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...
next