Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / mac / macterm.c
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-03-01 owenClose on exit. I'm not entirely happy with the distrib...
2005-02-27 owenWarn on close. Also warn before use.
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-16 owenOn the Mac, support for setting the line codepage and...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-05 owenmac_pollterm() is no longer useful and can be retired.
2005-02-02 owenUpdate the configuration when the window is resized.
2005-01-30 owenHide/show the scrollbar
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2005-01-21 owenColours now work properly, including 256-colour stuff.
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 benRemove a couple of spurious semicolons.
2003-04-12 benUpdate for Simon's from_backend changes.
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-02-15 benRather than increasing the size of my switch statements...
2003-02-11 benClip host resize requests to the size of the desktop.
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-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 benConvert keyboard events into Unicode properly. I can...
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-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 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
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 benAdd support for "Duplicate Session", moving back-end...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-18 benMove mac_opensession() from macterm.c to macdlg.c.
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-14 benUpdate for Unicode deglobalisations.
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 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 benRemove code for splatting test data into new terminals...
2003-01-09 benImplement get_window_title().
2003-01-09 benUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 benc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
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 benRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 benCorrect handling of Mac OS 8.5 Window Manager and Contr...
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 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 benAdd an "open" command to the "file" (now "session"...
2002-12-28 benRemove more unused variables.
2002-12-28 benDispose of some unused local variables.
2002-12-13 benUse the Unicode Converter to convert from Unicode to...
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 benSlightly cheesy size-tip implementation. This is subop...
2002-12-07 benWhen scrolling part of the window, scroll the update...
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 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 benOn a keypress, hide the mouse cursor, send the key...
2002-11-23 benRemove a debugging printf.
2002-11-20 benFiddle with mac_initpalette() so that the cursor works...
2002-11-20 benRemove has_focus from Session and use the one in Termin...
2002-11-19 benRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 benPass co-ordinates to term_paint() in characters rather...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...