Tk Library Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins related to "tcl80"

2000-07-30
19:47
in toggle{}, when last selected index no longer exists, no longer try to keep track of selected index as it would be too complicated (removes a crash that occured after toggling cell 1, cell 2, cell 2 and cell 1). Closed-Leaf check-in: c6c64c78fc user: jfontain tags: tcl80
2000-04-06
19:34
in columnHeight{}, forgot double quotes in fully qualified name. check-in: 490a6a278c user: jfontain tags: tcl80
19:29
package version 5.4.1. in labelSlice{}, update in case of multiline labels. check-in: 4f2256405d user: jfontain tags: tcl80
19:26
in position{}, multiline labels were not properly placed. added columnHeight{} and maximum{}. height{} was also fixed. check-in: 8e1b308e21 user: jfontain tags: tcl80
2000-03-26
09:34
version 5.4. check-in: e891a830d9 user: jfontain tags: tcl80
2000-03-21
21:32
provide package version 5.4. check-in: cbab3b4b29 user: jfontain tags: tcl80
2000-03-05
21:04
added label{}. check-in: 6006de4814 user: jfontain tags: tcl80
20:55
in set{}, update string part after last semi-column. added label{}. check-in: 1d2ca5277c user: jfontain tags: tcl80
20:54
added label{}. check-in: fa40f80210 user: jfontain tags: tcl80
20:48
added labelSlice{}. check-in: 4033332bc8 user: jfontain tags: tcl80
1999-08-16
20:59
in selected{}, use array get instead of names for better performance. check-in: 411c59b769 user: jfontain tags: trunk