Yes - multiple columns Yes - images in any cell, though done different from treeview I think it has Py3 support (as part of tkinter?) Screenshots are on the wiki.
SHLIB_SUFFIX moved later - must come after CONFIG_CFLAGS
use DLOPEN for unix code
added some x-platform dlsym magic macros
added -DSHLIB_SUFFIX to DEFS
add test for HAVE_DLFCN_H
* Makefile.in (AR): ues @AR@
* generic/oratcl.c: include dl.h on hpux
* Makefile.in (AR): use @AR@
* Makefile.in (pkgIndex.tcl): generate pkgIndex.tcl by hand
* generic/oratcl.c: include dl.h on hpux
update to TEA 3.5
Abort trap 6: error on macOS Sierra (Tcl/Tk 8.6.6)
This is due to Ruby/Tk core issues, not tkcon.
Use of '-under' conflicts with 8.6.6 '-underlinefg'
Patched as given. thx
You may be interested to look at the TIP #280 code that added enhanced stack frame...
Clear undo stack after loading text into editor
commited
Change Built-in Diffie-Hellman key from 512 to 2048 bits
Expect 5.40 for windows, source code required
You can find the sources at: ftp://ftp.tcl.tk/pub/incoming/expect-src.zip
Definitely in favor of committing to core tls with version bump.
initialize newPtr
clarify TkPathContext_ typedef
use a more flexible pkgIndex.tcl.in starter
add macosx subdir to VPATH
* Makefile.in, tclconfig/config.m4: updated to...
moved to func scope.
Applied post-8.4.3.
Applied post-8.4.3.
Failure to create new tabs when using other locales
Applied changes to tixGrSort.c to remove improper result access. I think this was...
The direct 'result' access for interps has been deprecated for a while, and removed...
Cannot set multi-char patterns as idebug id
Applied to r1.120.
This looks good. The only change I would make (debatable) is to move initialized=1...
I meant inlining into TlsLibInit, not Tls_Init. There is no need for the extra function...
This patch isn't correctly written for the way core Tcl thread commands are defined...