summaryrefslogtreecommitdiffstats
path: root/tkimg/base/ChangeLog
blob: 039cd5ad0254a54bdaa469c77533086b3b2a213c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2010-04-09  Jan Nijtmans <nijtmans@users.sourceforge.net>

	* Make all of Tk's stub table entries available to tkImg,
	  no matter what Tk version we are compiling against.

2008-11-14  Andreas Kupries  <andreask@activestate.com>

	* tkImgUtils.c: Fixed syntax error reported by MSVC.

2006-01-27  Andreas Kupries <andreask@activestate.com>

	* configure.in: TEA 3.5 upgrade, do not use TK_LIBS (anymore).
	* configure:    Regenerated.

2004-12-01  Jeff Hobbs  <jeffh@ActiveState.com>

	* tkimg.h: use TK_PHOTO_COMPOSITE_SET instead of
	TK_PHOTO_COMPOSITE_OVERLAY to ensure initial alpha is taken
	directly from source image (without compositing). [Bug 987107]

2004-08-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tkimg 1.3 ========================
	*

2002-11-26  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* pkgIndex.tcl.in: Added index script to load all format handlers
	  when requiring 'Img', i.e. the old package.

2002-11-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* tkimgUtils.c (tkimg_FixObjMatchProc):
	* tkimgUtils.c (tkimg_FixChanMatchProc): Changed bit-negation to
	  logical negation. This fixes a bug intriduced by the rewrite to
	  use version info to distinguish between calls from 8.3.2 and
	  8.3. The bug caused the procedure to bail out without rotating
	  the arguments, causing the remainder to end up with the argument
	  in the wrong places, crashing the system when trying to read
	  from the channel or data object.

	  Looking at the signatures I believe that the inherited code is
	  still wrong for calls from 8.3.2.

2002-11-20  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Makefile.in: The configure variable TK_XINCLUDES has to placed
	  in variable, to avoid problem on platforms placing a shell
	  comment into it. More in the Makefile.

2002-11-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* tkimg.h (tkimg_PhotoPutBlockTk): Added a convenience macro
	  dealing with the change of the signature of Tk_PhotoPutBlock
	  between 8.3.5 and 8.4 [see TIP 98]. This is a compile time
	  decision. I.e. 'tkimg' and format handlers can be compiled for
	  8.3 and earlier, or 8.4. The result will run only with the core
	  it was compiled for. This might change before the release of Img
	  2.0.

2002-11-18  Andreas Kupries  <andreask@activestate.com>

	* Start of logging.

	* tkimg: The base package for the format handlers to draw upon.