diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-01 15:03:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-01 15:03:17 (GMT) |
commit | bd2add337bf958877fee3a12ded99b88eb19768c (patch) | |
tree | 3c9d7cd4a744a218697dc2457ba9324750994604 /ChangeLog | |
parent | 8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f (diff) | |
download | tk-bd2add337bf958877fee3a12ded99b88eb19768c.zip tk-bd2add337bf958877fee3a12ded99b88eb19768c.tar.gz tk-bd2add337bf958877fee3a12ded99b88eb19768c.tar.bz2 |
Factor out some of the postscript generation code to the PS prolog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -1,10 +1,17 @@ +2009-05-01 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkCanvPs.c (Tk_PostscriptPhoto): + * library/mkpsenc.tcl: Factor out the postscript code for converting + images into postscript so that the code bits are in the prolog and not + emitted at runtime if a non-thread-safe static says to... + 2009-04-30 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tkWinWm.c: [Patch 2504402] Create icon bitmaps as device - independent bitmaps. This ensures the icon can be drawn properly - on various colour depth surfaces - in particular it fixes a - problem with remote desktop and looks better in the vista task - switching overlay. (cjmcdonald) + * win/tkWinWm.c: [Patch 2504402]: Create icon bitmaps as device + independent bitmaps. This ensures the icon can be drawn properly on + various colour depth surfaces - in particular it fixes a problem with + remote desktop and looks better in the vista task switching overlay. + (cjmcdonald) 2009-04-30 Donal K. Fellows <dkf@users.sf.net> |