Release 8.2.0:
|
Status |
|
|
Works with Tcl 8.3.3.
|
done |
|
No conflict with other major Tcl extensions like itcl.
|
done |
|
Accepts the Tcl stubs API, for any Tcl after 8.1.
|
done |
|
Clean up any old junk - old DND, tixFileJoin.
|
- |
|
Take a look through tools/ and docs/ for pre-8.0 relics.
|
almost done |
|
Remove rarely used or experimental features such as tixWm.
|
- |
|
Stop excessive usage of the option database -- Tix 4.x
liked to set the widget defaults in its own way and makes
other mega-widget packages unhappy.
|
done |
Release 8.2.1:
|
Status |
|
|
TEA compatible.
|
done |
|
Update docs to match Tcl 8.x (e.g, revise the TixIntro.n
to put more emphasis in "package require" than the C init
function)
|
in progress |
|
Works with Tcl 8.3.4.
|
- |
Release 8.2.2:
|
Status |
|
|
Fix high-prio cleanups not fixed in Release 1 (bindings code).
|
- |
|
Complete features in widgets such as Grid.
|
- |
|
Programming Guide in LaTeX/HTML/PDF/info
|
- |
Release 8.2.3
|
Status |
|
|
Enhance performance in HList, TList and Grid widgets.
|
- |
|
Convert some C commands into ObjCmd's.
|
- |
|
Bring Tix up to date with recent Tk developments to
support Unicode and internationalization.
|
in progress |
Release 8.3.0: Platform integration
|
Status |
|
|
Works with Tcl 8.4.
|
- |
|
Drag-and-drop
|
- |
|
More native look-and-feel, by detecting Desktop themes
(pending themes integration in the Tk core?).
|
- |
Release 8.3.1
|
Status |
|
|
Make the dirlist and dirtree widgets get their icons directly
from the registry under Windows, or from the MIME type
under KDE or GNOME.
|
- |