A patched working version of a very ancient html implementation for Tcl/Tk. Despite its age, it still looks useful for rendering very simple html message content. So I may use it in my little project to make things easier.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
ICScaryThings 3df8bb65af make this shit executable 5 months ago
doc Add an example custom URI scheme implementation to the hv3 widget man page. (CVS 1225) 16 years ago
hv Fix handling of https requests 3 years ago
src Add sane git ignores 7 years ago
tclconfig Upgrade to TEA 3.5. (CVS 416) 17 years ago
tests Get javascript working again. Still not completely right. (CVS 1258) 16 years ago
tools Move towards the new javascript architecture. One js interpreter per frame, special wrapper objects to allow scripts in one interpreter to use the objects from another. (CVS 1267) 16 years ago
webpage More reorganization of notebook code. (CVS 1222) 16 years ago
.gitignore Add sane git ignores 7 years ago
COMPILE.txt Move towards the new javascript architecture. One js interpreter per frame, special wrapper objects to allow scripts in one interpreter to use the objects from another. (CVS 1267) 16 years ago
COPYING Change license to LGPL (CVS 152) 23 years ago
COPYING.html Change license to LGPL (CVS 152) 23 years ago
COPYRIGHT Fix formatting in copywrite and htmltable.c. (CVS 639) 17 years ago
ChangeLog Write "alpha 2" in the change-log. (CVS 400) 18 years ago
Makefile.in Modifications so that the hv3 widget is easier to use. (CVS 1272) 15 years ago
README Add a build process that does not use configure and TEA. (CVS 175) 21 years ago
aclocal.m4 Cut over to Andreas Kupries' TEA-Compliant build system. (CVS 174) 21 years ago
configure make this shit executable 5 months ago
configure.in Switch from lemon to a hand-coded CSS parser. This makes it possible to handle parse errors in a standards compliant manner. (CVS 1134) 16 years ago
linux-gcc.mk makefile change. (CVS 1254) 16 years ago
linux-mingw.mk Add the makefile for the alternative mingw compilation. (CVS 177) 21 years ago
listvers.sh -) (CVS 72) 24 years ago
main.mk Move towards the new javascript architecture. One js interpreter per frame, special wrapper objects to allow scripts in one interpreter to use the objects from another. (CVS 1267) 16 years ago
make_main_mk.tcl Add a mingw compile capability to the alternative build process. (CVS 176) 21 years ago
makemake.tcl.in Add a build process that does not use configure and TEA. (CVS 175) 21 years ago
mingw.mk Modifications to makefiles. Remove the "show tcl console" menu item in favour of our own Hv3 specific "Debugging console". (CVS 1215) 16 years ago
mkdll.sh - Change widget and "html" commands over to the Tcl_Obj interface. - Change callbacks to use Tcl_Obj rather than Tcl_GlobalEval. - Change "html" command to a table like widget (to reduce argc check code). - Speedup token lookups by using a hash table. - Add numerous subcommands to "html": gzip, base64, - Flesh out "html reformat" a bit more. - Merge duplicate local color requests to use the same slot. - Add -fontadjust and -fontfamily options to builtin font handler. (CVS 167) 21 years ago
mkso.sh - Change widget and "html" commands over to the Tcl_Obj interface. - Change callbacks to use Tcl_Obj rather than Tcl_GlobalEval. - Change "html" command to a table like widget (to reduce argc check code). - Speedup token lookups by using a hash table. - Add numerous subcommands to "html": gzip, base64, - Flesh out "html reformat" a bit more. - Merge duplicate local color requests to use the same slot. - Add -fontadjust and -fontfamily options to builtin font handler. (CVS 167) 21 years ago
nightly.sh Fix recently introduced error in hv3_object_handler. (CVS 1216) 16 years ago
puppy.sh Work around the problems with tls by not writing to the socket until the SSL connection has been established. Detect this by polling. (CVS 1263) 16 years ago

README

This directory contains all source code files for the TkHtml
widget.  TkHtml renders HTML for Tcl/Tk 8.0 and later.

   COMPILE.txt     Instructions on how to compile TkHtml.

   doc             Other documentation about TkHtml.

   src             All of the source code.

   tools           Source code to tools that are used to build the widget
                   but which do not become part of the widget.