File: ChangeLog

package info (click to toggle)
tklib 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,156 kB
  • sloc: tcl: 105,088; sh: 2,573; ansic: 792; pascal: 359; makefile: 69; sed: 53; exp: 21
file content (139 lines) | stat: -rw-r--r-- 4,197 bytes parent folder | download | duplicates (3)
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
2020-02-09  0.7  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.7 ========================
	* 

2013-03-25  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.6 ========================
	* 

2011-05-02  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_fonts), pkgIndex.tcl: update to v1.4.1.
	Only add *Menu.font for x11, as Cocoa Tk responds to menu font
	requests now, and it looks funny.

2009-01-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.5 ========================
	* 

2006-12-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::CtrlMouseWheel): Use Command on OS X for +/-
	bindings.  Update to v1.4

2006-10-20  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::MouseWheel): correctly substitute $w as we
	walk up the tree.
	Do not try to trigger MouseWheel when existing binding is found.

2006-09-28  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::MouseWheel): handle Shift-MouseWheel
	correctly as the possible incoming event

2006-09-05  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::MouseWheel): allow for widgets with their own
	special MouseWheel binding

2006-08-10  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::CtrlMouseWheel): account for negative (pixel)
	font sizes in control-mousewheel bindings.
	(style::as::MouseWheel): walk the widget path up to find the
	proper widget to scroll, i.e. for proper scrolling of canvas
	or text with embedded widgets.

2006-07-03  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_menu*): adjust menu style defaults to
	not cause flickering redraw due to bd mismatch.

2006-06-22  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::MouseWheel): support aqua variant %D value.
	(style::as::init_mousewheel): add Shift-MouseWheel (x) binding.

2005-11-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4.1 ========================
	* 

2005-11-02  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4 ========================
	* 

2005-08-23  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_misc): add "*TreeCtrl.useTheme 1",
	bump package version up

2005-05-18  Andreas Kupries <andreask@activestate.com>

	* as.tcl:
	* lobster.tcl: Added missing 'require Tk'.

2005-03-08  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_fonts): corrected fsize, ffamily
	spelling for aqua fonts.

2005-02-02  David N. Welton  <davidw@dedasys.com>

	* lobster.tcl (style::lobster::init): Use nicer fonts for the
	popup dialogs.

2004-09-09  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl: use system colors on Windows for highlightbg,
	highlightfg, bg and fg defaults

2004-09-06  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_fonts): create ASfontFixedBold

2004-08-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl (style::as::init_misc): add Tree and some Tix widget defs

2004-08-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* as.tcl:       Change style::use to call style::${style}::init
	* style.tcl:    procedure, so a simple package require doesn't
	* lobster.tcl:  actually do anything.  Add init to lobster and
	* pkgIndex.tcl: correct namespace usage.  Move lobster and style
	to v0.2.  style::use now takes args to pass to init, eg:
	style::use as -priority 80

2004-06-29  Jeff Hobbs  <jeffh@ActiveState.com>

	* pkgIndex.tcl: style::as is version 1.2
	* as.tcl: much more elaborate version of style::as that is meant
	to change style across platforms.  This auto-inits, but allows for
	reinitialization with higher priority (needed for CDE/KDE/...).

2004-03-25  David N. Welton  <davidw@dedasys.com>

	* lobster.tcl: Added internal padding to Labelframe.  They look
	better if they have some empty space in them.  Added Scrollbar
	things from as.tcl, which make the scrollbars nicer by narrowing
	them a bit.

2004-03-18  David N. Welton  <davidw@dedasys.com>

	* pkgIndex.tcl: Added package index.

2004-03-17  David N. Welton  <davidw@dedasys.com>

	* style.tcl: Created style package.