Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * CHANGES.txt: Updated to reflect the changes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
81baf657e5c7a3fd15a40d463bf0b168 |
User & Date: | csaba 2020-02-05 18:07:54.454 |
Context
2020-02-05
| ||
18:08 | * scripts/scrollarea.tcl: Improved the handling of the case that the scrollbar lock prevented a scrollbar of a scrollarea widget from being unmapped. check-in: bddf6d5624 user: csaba tags: trunk | |
18:07 | * CHANGES.txt: Updated to reflect the changes. check-in: 81baf657e5 user: csaba tags: trunk | |
18:07 | * *.tcl: Bumped the version number to 1.5. * COPYRIGHT.txt: * README.txt: check-in: a24f98a154 user: csaba tags: trunk | |
Changes
Changes to modules/scrollutil/CHANGES.txt.
|
| | > > > > > > > > > > > > > > > > | 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 | What is new in Scrollutil 1.5? ------------------------------ 1. On Windows and X11, Scrollutil now automatically creates mouse wheel event class bindings for the Tk core scrollbar widget, which are missing on these platforms when using a Tk version earlier than 8.6. 2. Added a demo script showing how the scrollarea widget circumvents the potential shimmering effect in connection with text widgets. 3. Improved the handling of the case that the scrollbar lock prevented a scrollbar of a scrollarea widget from being unmapped (thanks to Paul Obermeier for his bug report). 4. Several improvements in the demo scripts and documentation. What was new in Scrollutil 1.4? ------------------------------- 1. Added the commands "scrollutil::getscrollarea" and "scrollutil::getscrollsync", designed to query the scrollarea and scrollsync, respectively containing a given widget. 2. Added the command "scrollutil::addMouseWheelSupport", which can be used, e.g., to add mouse wheel support to canvas widgets (thanks to |
︙ | ︙ |