Tk Library Source Code
Check-in [2e27116b22]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

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

Overview
Comment: * Changes for the new Tablelist version 6.10.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256:2e27116b221c1dc91073120697612ca8397d66448196384d3d8efa284c4f5534
User & Date: csaba 2020-06-23 09:12:10
Context
2020-06-23
09:13
* *.tcl: Bumped the version number to 6.10. * COPYRIGHT.txt: * README.txt: check-in: adcd21e30e user: csaba tags: trunk
09:12
* Changes for the new Tablelist version 6.10. check-in: 2e27116b22 user: csaba tags: trunk
2020-06-01
10:28
Add support for Taylor diagrams (increase the package's version to 2.5.0) check-in: d59a943f39 user: markus tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/tablelist/ChangeLog.




















































1
2
3
4
5
6
7



















































2020-04-20 Csaba Nemethi <csaba.nemethi@t-online.de>

	* *.tcl:         Bumped the version number to 6.9; updated the
	* COPYRIGHT.txt: copyright information.
	* README.txt:

	* CHANGES.txt: Updated to reflect the changes.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







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
2020-06-23 Csaba Nemethi <csaba.nemethi@t-online.de>

	* *.tcl:         Bumped the version number to 6.10.
	* COPYRIGHT.txt:
	* README.txt:

	* CHANGES.txt: Updated to reflect the changes.
	* doc/*.html:

	* scripts/*.tcl: Made the variable "tablelist::scalingpct" read-only;
	   automatic scaling of the default arrow style on the windowing system
	   "x11" and for a few tile themes; made sure that the widgets used for
	   interactive cell editing will appear properly scaled.

	* scripts/scaleutil.tcl: New file containing scaling-related stuff:
	  getting the display's DPI scaling percentage; scaling the default
	  width of the Tk core scrollbars on X11, the default width of the
	  ttk::scrollbar widget in a few built-in themes, the arrows of the
	  ttk::combobox, ttk::spinbox, and ttk::menubutton widgets, and the
	  indicators of the ttk::checkbutton and ttk::radiobutton widgets;
	  a workaround for a long-standing scaling-related bug in the
	  implementation of the ttk::checkbutton and ttk::radiobutton widgets
	  in the "vista" and "xpnative" themes; procedures for scaling several
	  widgets used for interactive cell editing.

	* scripts/tclIndex: Newly generated.

	* doc/stylesheet.css: Updated.

	* doc/browse.png:		Updated screenshots.
	* doc/browseTree.png:
	* doc/bwidget.png:
	* doc/config.png:
	* doc/dirViewer.png:
	* doc/embeddedWindows.png:
	* doc/embeddedWindows_tile.png:
	* doc/plain200.png:
	* doc/styles.png:
	* doc/tileWidgets.png:

	* ../../examples/tablelist/*.tcl: Bumped the version number to 6.10;
	  made all demo-scripts fully scaling-aware.

	* ../../examples/tablelist/*.gif: Removed checked.gif, unchecked.gif,
	  and open.gif; added (checked|unchecked|openAction)100.gif,
	  (checked|unchecked|openAction)125.gif, ...,
	  (checked|unchecked|openAction)200.gif.

	* ../../examples/tablelist/*.xbm: Removed comp.xbm and leaf.xbm; added
	  (comp|leaf)100.xbm, (comp|leaf)125.xbm, ..., (comp|leaf)200.xbm.

2020-04-20 Csaba Nemethi <csaba.nemethi@t-online.de>

	* *.tcl:         Bumped the version number to 6.9; updated the
	* COPYRIGHT.txt: copyright information.
	* README.txt:

	* CHANGES.txt: Updated to reflect the changes.