1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/mac
Ben Harris a8e0271b8d Substantial overhaul of colour handling in do_text(). Highlights include:
* No more mucking about with transfer modes.  We always set up the foreground
  and background sensibly, EraseRect the whole lot and use srcOr.  Apple
  Tech Note QD505 suggests that this should be faster than srcCopy.
* Always use the Palette Manager if we've got Color QuickDraw, even in 1bpp
  modes.
* Apply the cursor colours _after_ all the other stuff, rather than trying to
  get them through everything else intact.

Unfortunately, this doesn't make much difference to the speed.

[originally from svn r2259]
2002-11-26 01:32:51 +00:00
..
mac_res.r Add support for displaying the licence window. 2002-11-24 15:08:52 +00:00
mac.c Add support for displaying the licence window. 2002-11-24 15:08:52 +00:00
mac.h We don't currently need the Thread Manager (and all being well we never will), 2002-11-23 15:11:13 +00:00
macresid.h Tentative merge of ben-mac-port (only dead for three years!) into the trunk. 2002-11-19 02:13:46 +00:00
macstore.c Tentative merge of ben-mac-port (only dead for three years!) into the trunk. 2002-11-19 02:13:46 +00:00
macstuff.h Bring in some of my scroll-optimisation stuff from the old Mac port. 2002-11-23 13:07:29 +00:00
macterm.c Substantial overhaul of colour handling in do_text(). Highlights include: 2002-11-26 01:32:51 +00:00
macucs.c Tentative merge of ben-mac-port (only dead for three years!) into the trunk. 2002-11-19 02:13:46 +00:00