Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | c2426357c324e28192c14ce8577f18bb80810e2f |
User & Date: | csaba 2013-04-21 15:55:31 |
Context
2013-04-21
| ||
15:57 | * scripts/tablelistBind.tcl: Minor improvement. check-in: 0642e95299 user: csaba tags: trunk | |
15:55 | * CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: c2426357c3 user: csaba tags: trunk | |
15:54 | * Small correction. check-in: 40e12e5a4e user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/CHANGES.txt.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
6. For Tk versions 8.5 or later, most virtual events are now generated with the "-data" option set to a suitable event-specific value (thanks to Christian Gollwitzer, Andreas Leitgeb, and Nagu for their proposals). 7. Improvements related to the selection mode "extended". 8. Further code improvements (thanks to Harald Oehlmann for his valuable contribution). 9. Added a "Virtual Events" section to the reference manual (thanks to Andreas Leitgeb for his proposal). 10. Eliminated a regression introduced in Tablelist version 5.6, related to vertical scrolling under Tk 8.5 or later in the presence of embedded images or windows (thanks to Patrick Fradin for reporting this issue). What was new in Tablelist 5.7? ------------------------------ 1. Added the "cellbbox" subcommand. 2. Added the "editinfo" subcommand (thanks to Trevor Williams for his |
< < < < < < | > > > > > > > > > > > |
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 |
6. For Tk versions 8.5 or later, most virtual events are now generated with the "-data" option set to a suitable event-specific value (thanks to Christian Gollwitzer, Andreas Leitgeb, and Nagu for their proposals). 7. Improvements related to the selection mode "extended". 8. Eliminated a regression introduced in Tablelist version 5.6, related to vertical scrolling under Tk 8.5 or later in the presence of embedded images or windows (thanks to Patrick Fradin for reporting this issue). 9. Worked around a peculiarity of Tk on Windows, related to deleting an embedded window while resizing a text widget interactively (thanks to Harald Oehlmann for his bug report and discussions on this topic). 10. Further code improvements (thanks to Harald Oehlmann for his valuable contribution). 11. Added a "Virtual Events" section to the reference manual (thanks to Andreas Leitgeb for his proposal). What was new in Tablelist 5.7? ------------------------------ 1. Added the "cellbbox" subcommand. 2. Added the "editinfo" subcommand (thanks to Trevor Williams for his |