Add a mechanism for determining which charset to use for a given Mac OS font,
[u/mdw/putty] / mac / macterm.c
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...