]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mac/macterm.c
New timing infrastructure. There's a new function schedule_timer()
[PuTTY.git] / mac / macterm.c
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 Ben HarrisRemove a couple of spurious semicolons.
2003-04-12 Ben HarrisUpdate for Simon's from_backend changes.
2003-03-29 Ben HarrisMove the Mac port over to using snew/snewn/sresize.
2003-02-15 Ben HarrisRather than increasing the size of my switch statements...
2003-02-11 Ben HarrisClip host resize requests to the size of the desktop.
2003-02-07 Ben HarrisCrude Event Log implementation for the Mac. I'm fairly...
2003-02-04 Ben HarrisAdd a level of indirection to make it rather easier...
2003-02-04 Ben HarrisI can only quote the comment in <Scrap.h> which prompte...
2003-02-04 Ben HarrisFix various breakages my Carbonisation caused in the...
2003-02-04 Ben HarrisCarbonise. Currently, size tips and copy/paste won...
2003-02-04 Ben HarrisConvert keyboard events into Unicode properly. I can...
2003-02-01 Ben HarrisTidy up Simon's FontSpec abstraction.
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-02-01 Ben HarrisRichard's lazy-scrolling patch. This builds up scroll...
2003-01-28 Ben HarrisDon't log every keypress by default here either.
2003-01-28 Ben HarrisFix a minor oversight in the new 16-colour code for...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Ben HarrisFirst attempt at a platform-independent keyboard handle...
2003-01-25 Ben HarrisSupport for pasting 'TEXT', ie text in the local charac...
2003-01-25 Ben HarrisAdd support for copying non-Unicode text to the clipboa...
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-25 Ben HarrisAdd support for "Duplicate Session", moving back-end...
2003-01-18 Ben HarrisSupport for saving sessions on the Mac. This is slight...
2003-01-18 Ben HarrisMove mac_opensession() from macterm.c to macdlg.c.
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-14 Ben HarrisUpdate for Unicode deglobalisations.
2003-01-14 Ben HarrisRemove debugging printfs from mac_workoutfontscale().
2003-01-14 Ben HarrisAdd double width/height support. This passes all the...
2003-01-14 Ben Harrisrequest_resize() needs to call term_size() to tell...
2003-01-12 Ben HarrisSet the window title to the canonical host name when...
2003-01-12 Ben HarrisConsequences of Simon's recent deglobalisation changes.
2003-01-12 Ben HarrisDon't fatalbox() unconditionally when opening a connect...
2003-01-12 Ben HarrisCOmpiling _before_ committing is usually a good idea.
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-12 Ben HarrisRemove code for splatting test data into new terminals...
2003-01-09 Ben HarrisImplement get_window_title().
2003-01-09 Ben HarrisUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 Ben Harrisc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-08 Ben HarrisFairly major hackery to get SSH going on the Mac. ...
2003-01-05 Ben HarrisWhen looking for the correct backend to use, look in...
2003-01-05 Ben HarrisSecond work-in-progress MacTCP commit. We can now...
2003-01-04 Ben HarrisRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 Ben HarrisCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-02 Ben HarrisIf for some reason do_text() fails to translate from...
2003-01-01 Ben HarrisAdd a mechanism for determining which charset to use...
2002-12-31 Ben HarrisUse the shiny new character-set library to handle conve...
2002-12-31 Ben HarrisAdd a small comment explaining my failure to find any...
2002-12-31 Ben HarrisAdd a minimalist settings dialogue, which contains...
2002-12-30 Ben HarrisAdd an "open" command to the "file" (now "session"...
2002-12-28 Ben HarrisRemove more unused variables.
2002-12-28 Ben HarrisDispose of some unused local variables.
2002-12-13 Ben HarrisUse the Unicode Converter to convert from Unicode to...
2002-12-09 Ben HarrisWhen resizing the window, redraw the grow box as well...
2002-12-09 Ben HarrisUpdate the non-Color Quickdraw code in pre_paint()...
2002-12-08 Ben HarrisOops. When deciding which attributes are interesting...
2002-12-08 Ben HarrisRemove a stray prototype for mac_set_attr_mask().
2002-12-08 Ben HarrisSlightly cheesy size-tip implementation. This is subop...
2002-12-07 Ben HarrisWhen scrolling part of the window, scroll the update...
2002-11-29 Ben HarrisImprove support for non-colour displays by adding a...
2002-11-28 Ben HarrisDon't call SetFractEnable every time we draw some text...
2002-11-28 Ben HarrisFollow the recommendations in Tech Note TB575 for clipp...
2002-11-28 Ben HarrisUse StdText() rather than DrawText, so that (later...
2002-11-26 Ben HarrisSubstantial overhaul of colour handling in do_text...
2002-11-24 Ben HarrisFix scrolling on systems without Color QuickDraw. ...
2002-11-23 Ben HarrisDon't try to initialise the palette unless we have...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-23 Ben HarrisOn a keypress, hide the mouse cursor, send the key...
2002-11-23 Ben HarrisRemove a debugging printf.
2002-11-20 Ben HarrisFiddle with mac_initpalette() so that the cursor works...
2002-11-20 Ben HarrisRemove has_focus from Session and use the one in Termin...
2002-11-19 Ben HarrisRemove CURSOR_FG_BOLD and CURSOR_BG_BOLD, and hence...
2002-11-19 Ben HarrisPass co-ordinates to term_paint() in characters rather...
2002-11-19 Ben HarrisTentative merge of ben-mac-port (only dead for three...