diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2006-03-15 23:10:53 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2006-03-15 23:10:53 (GMT) |
commit | f0885502b4370d0df7134177ce4a22c2b7e2652f (patch) | |
tree | 5e21480b07977f248a61bd2005bef42a2b21eaa9 /ChangeLog | |
parent | 0bfadd1dfd6a4ebdc6b31b7dd853ee79dadaf854 (diff) | |
download | tk-f0885502b4370d0df7134177ce4a22c2b7e2652f.zip tk-f0885502b4370d0df7134177ce4a22c2b7e2652f.tar.gz tk-f0885502b4370d0df7134177ce4a22c2b7e2652f.tar.bz2 |
Squelch [Bug 1409140] by special-case-ing the single-pixel put case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): Try + to squelch performance issue with code that writes to large images by + single pixels. Masses of thanks to George Staplin for helping to trace + this down to the COMPLEX_ALPHA flag handling code. [Bug 1409140] + 2006-03-13 Don Porter <dgp@users.sourceforge.net> * tests/scrollbar.test: Corrected several broken calls to [testmetrics] |