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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
2006-08-15 Jeff Hobbs <jeffh@ActiveState.com>
* library/filelist-bindings.tcl (::TreeCtrl::EditClose): rewrote
bindings of edit widget helpers to use TreeCtrlEntry and
TreeCtrlText classes.
Fix for <Escape> binding possibly triggering <FocusOut>.
* generic/tkTreeDisplay.c (Tree_Display): Allow Tree_DeselectHidden
* generic/tkTreeItem.c (Item_Configure): to be deferred to next
* generic/tkTreeCtrl.h: redraw by calling
Tree_DInfoChanged(tree, DINFO_REDO_SELECTION). Significantly
improves performance of multiple item visibility changes.
2006-08-14 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeItem.c (Item_Configure): on checking for -visible,
verify that the value actually changed, because it can be expensive.
2006-08-04 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (TreeWidgetCmd): set the tk caret when the
active item changes.
2006-04-05 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (LoupeCmd): correct loupe on OS X x86.
* configure, configure.ac: add AC_C_BIGENDIAN check
* tclconfig/tcl.m4: TEA rcs 1.91 2006/03/28 21:07:09
2006-01-25 Jeff Hobbs <jeffh@ActiveState.com>
* configure, configure.ac: update to TEA 3.5
* tclconfig/tcl.m4: TEA rcs 1.89 2006/01/25 21:25:02
2005-12-02 Jeff Hobbs <jeffh@ActiveState.com>
* tclconfig/tcl.m4, configure.ac, configure: update to TEA 3.4
2005-09-27 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (LoupeCmd): don't capture display (it
causes flashing) on OS X.
2005-09-26 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (LoupeCmd): add OS X support. Correct
Win32 code to use grab size constraints and honor the virtual
system metrics (OS X needs similar correction still).
Hide cursor on OS X and capture display while grabbing.
2005-09-25 Jeff Hobbs <jeffh@ActiveState.com>
* demos/demo.tcl: just check for 'loupe' to run loupe demo
* generic/tkTreeCtrl.c (LoupeCmd): add Win32 code to enable loupe
functionality on Windows.
2005-08-22 Jeff Hobbs <jeffh@ActiveState.com>
* Makefile.in: install man pages with html docs
* configure, configure.ac, tclconfig/tcl.m4: updated to newer TEA
system
2005-08-09 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeStyle.c (Style_DoLayout): use if instead of
tertiary ?: operator for funcs with different return types.
*** other mods by Tim Baker (treectrl) to this point ***
2005-05-02 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeTheme.c: correct headers to build on unix and use
of c++-style var decls.
2005-03-25 Jeff Hobbs <jeffh@ActiveState.com>
* Makefile.in, generic/tkTreeCtrl.h: OS X patch from
* configure, configure.ac, tclconfig/tcl.m4: Steffen
* license.terms (new):
2005-03-18 Jeff Hobbs <jeffh@ActiveState.com>
* Makefile.in (AR): use @AR@
* configure, configure.ac, tclconfig/tcl.m4: TEA 3.2 update
2005-02-14 Jeff Hobbs <jeffh@ActiveState.com>
* demos/demo.tcl: try loading treectrl before trying the
IsDevelopment branch of loading.
* generic/tkTreeItem.c (CompareAscii, CompareDict): handle the
case where no text value has been set for sorting
*** other mods by Tim Baker (treectrl) to this point ***
2004-11-30 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeItem.c (TreeItem_FromObj): s/MOD_/TMOD_ to prevent
existing defined name conflict
* generic/tkTreeElem.c: add "Elem" to a few names to prevent name
collision (notable CreateBitmap on Windows).
2004-11-29 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeItem.c, generic/tkTreeElem.c: whitespace police
* generic/tkTreeCtrl.c: adapt to Tk_PhotoPut(Zoomed)Block API
changes for 8.5 (TIP #116).
2004-10-09 Jeff Hobbs <jeffh@ActiveState.com>
* Makefile.in: Revamp build system to use TEA 3.1 setup.
* configure:
* configure.ac:
* tclconfig/tcl.m4:
* pkgIndex.tcl.in: Automate creation of pkgIndex.tcl and use
* demos/demo.tcl: tcl_findLibrary to avoid the issue of build vs.
* tests/all.tcl: install package.
* generic/tkTreeCtrl.c:
* generic/tkTreeDisplay.c: correctly handle the damageRgn var.
* generic/tkTreeUtils.c: Implement Tk_OffsetRegion as
XOffsetRegion on unix. (werner)
* library/filelist-bindings.tcl: ensure TreeCtrl namespace exists
* library/treectrl.tcl: source filelist-bindings
*** Tim Baker (treectrl) made numerous changes for 1.1 ***
2004-02-09 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (ImageChangedProc): cause image change to
* generic/tkTreeColumn.c (ImageChangedProc): refresh window.
Could narrow down the full update, but better than nothing.
2003-12-02 Jeff Hobbs <jeffh@ActiveState.com>
* library/filelist-bindings.tcl: whitespace police
added check for Priv(buttonMode) before use in bindings that may
not get an associated button-down event
* library/treectrl.tcl: whitespace police
2003-11-26 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeCtrl.c (LoupeCmd): remove extra interp arg to
Tk_PhotoPutZoomedBlock.
2003-11-25 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkTreeColumn.c: whitespace police
* generic/tkTreeCtrl.h:
* generic/tkTreeCtrl.c: whitespace police
(TreeWorldChanged): add calls to TreeStyle_TreeChanged and
TreeColumn_TreeChanged to correctly display font size changes
* ChangeLog: created
|