TkTable Redux

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-11-03
18:50
Makefile updates to install gzipped man page on FreeBSD Leaf check-in: dd7f1faaf0 user: bohagan tags: trunk
2024-11-01
22:03
Makefile updates for tkTable.tcl.h to work for sh. Needed for FreeBSD. Made makefile optimizations. check-in: 5fede7b9db user: bohagan tags: trunk
2024-10-26
22:38
Updated windows makefile to preserve manifest.uuid file if it already exists. Added checks for git repo. check-in: 4e1b3332ea user: bohagan tags: trunk
17:12
Fixed windows makefile dependencies check-in: 43be14f54f user: bohagan tags: trunk
2024-10-20
20:26
More TCL 9 updates check-in: d12a37d02d user: bohagan tags: trunk
18:26
Updated default colors, font, border widths, etc. to match Tk check-in: 204a598f4b user: bohagan tags: trunk
2024-10-14
04:28
Fixed test cases to work on both Tk 8.6 and 9.0 check-in: 2abfbfb16b user: bohagan tags: trunk
2024-10-13
16:25
Tag as version 2.12 check-in: 5f45f428a4 user: bohagan tags: trunk, tktable-2-12-0
06:42
Removed obsolete RCS version strings check-in: a9f94e918e user: bohagan tags: trunk
2024-09-28
19:47
Updated to latest tclconfig changes check-in: 26d6c9b54a user: bohagan tags: trunk
2024-07-07
23:33
Updated documentation to add tkTable.man file. Use it as source for nroff and HTML files using DTPLite. check-in: 25d45ceed2 user: bohagan tags: trunk
16:55
Updated test suite to fix changes for TCL 9 error messages check-in: 798ea756d9 user: bohagan tags: trunk
16:44
UNIX makefile updates and added support for gzipped man pages check-in: 4d02b916aa user: bohagan tags: trunk
16:35
Removed extra padding, convert spaces to tabs, etc. check-in: 63bd026265 user: bohagan tags: trunk
15:54
Changed to use Tcl_PkgRequireEx, only call if not using stubs. check-in: ba5529c1ea user: bohagan tags: trunk
2024-05-18
04:23
More changes to correct make clean and dist cases check-in: fe9ca4c194 user: bohagan tags: trunk
2024-05-17
21:16
Updated configure file check-in: 87c5d646bf user: bohagan tags: trunk
18:36
Added missing header file items and reordered for commonality check-in: 6ddd9f0ca0 user: bohagan tags: trunk
17:29
Consolidated make dist items check-in: 2fd87eb353 user: bohagan tags: trunk
2024-05-15
04:34
Added install doc files on Windows. Windows makefile.vc improvements. check-in: ee67617610 user: bohagan tags: trunk
02:26
Updated pkgIndex file to only load script after package require check-in: 6d5170ed78 user: bohagan tags: trunk
2024-05-13
23:58
Moved bindings and functions to ::tktable namespace check-in: ed79dab23f user: bohagan tags: trunk
04:53
Updated build files to install doc files, remove clean duplicates, and use TEA_ADD_CLEANFILES to set clean files. check-in: 76dc7e2b87 user: bohagan tags: trunk
00:54
Removed obsolete mac and unix directories check-in: 9fdeb24c8f user: bohagan tags: trunk
2024-05-12
21:04
Code format updates, optimized function order, and removed unneeded prototype definitions check-in: 831f82a482 user: bohagan tags: trunk
19:29
More TCL 9.0 Tcl_Size changes and replace Tk_Offset with offsetof check-in: 3b74068251 user: bohagan tags: trunk
2024-04-22
03:05
Fixed make install, dist, and clean in configure.ac and Makefile.in. check-in: 795cd9fddf user: bohagan tags: trunk
2024-04-15
00:24
Fixed *Uuid.h build issue on Windows. Only create manifest.uuid file if none present and git exists. check-in: dd5682f5d1 user: bohagan tags: trunk
2024-03-11
04:14
Updated TEA files to latest version check-in: d60ca0558b user: bohagan tags: trunk
03:41
Added TCL 9.0 build-info command including support for UUID files. Altered scripts from sample extension to put *Uuid.h in WIN_DIR not TMP_DIR. check-in: 2aa085317c user: bohagan tags: trunk
2024-03-10
22:22
Updated fossil and git ignore files to add missing files check-in: d913c2620e user: bohagan tags: trunk
05:07
Windows makefile update to add clean targets and correct install target check-in: 3516cf8f63 user: bohagan tags: trunk
2024-02-25
02:54
Updated pkgIndex file for MacOS dynamic libraries check-in: ab44800551 user: bohagan tags: trunk
2023-12-30
00:24
Cast unused parameters to void to prevent unused parameter warnings check-in: 5b9bac4f25 user: bohagan tags: trunk
2023-12-21
23:34
Optimized Init stub load and package require check-in: 64c715a8ed user: bohagan tags: trunk
23:34
Added encoding to source commands in to pkgIndex.tcl file check-in: 881b042ffe user: bohagan tags: trunk
04:41
TCL 9.0 Update to Use TK_CONFIG_OBJS for Tk_ConfigureWidget See TIP 647: Change Tk_ConfigureWidgets signature check-in: b7cfd6e09e user: bohagan tags: trunk
02:38
Code format updates to improve readability check-in: f1a8cf3d0f user: bohagan tags: trunk
01:17
Added default variable for -variable option Added default variable ::tableData to -variable option so widget works without the need to config options. check-in: f0ea6980c4 user: bohagan tags: trunk
2023-12-11
10:37
Updated to latest tclconfig changes check-in: 3cc4d408f9 user: bohagan tags: trunk
2023-10-09
19:08
Updated to latest TEA and Tcl Config check-in: f6b8d35a6d user: bohagan tags: trunk
2023-09-23
06:20
Updates for TCL 9.0 and Tcl_Size change check-in: 17e89980c4 user: bohagan tags: trunk
2023-09-20
11:15
Update variable trace per TIP 673 See http://www.androwish.org/home/info/f6120108994813cb check-in: 408c4b0197 user: bohagan tags: trunk
2023-04-30
18:12
Updated pkgIndex.tcl.in to support static builds check-in: cef505407f user: bohagan tags: trunk
2023-04-22
22:53
Removed obsolete code. check-in: 1bad4db71c user: bohagan tags: trunk
20:37
Replaced use of Tcl_BackgroundError with Tcl_BackgroundException. TCL 8.6 feature. Some of the changes come from: http://www.androwish.org/home/info/65e1e277158e87db check-in: 68ad5374a0 user: bohagan tags: trunk
2023-04-10
01:16
TCL 9.0 Changes Fixed package requires to work with TCL 9.0 Changed CONST macro to const, VOID to void, and CONST84 to CONST86. Switched from using TCL_INTERP_DESTROYED flag to Tcl_InterpDeleted(). Some of the changes come from: http://www.androwish.org/home/info/ea08196814af32ed check-in: cdf3b91525 user: bohagan tags: trunk
2022-12-30
23:41
Updated Makefile.in and configure.ac to latest TEA. check-in: f2221af008 user: bohagan tags: trunk
2022-12-21
20:23
Added <<TableSelect>> Virtual Event Generate a <<TableSelect>> virtual event when the selection has changed. See https://sourceforge.net/p/tktable/bugs/306/ check-in: f1464269d9 user: bohagan tags: trunk
18:39
Updated TEA files check-in: bff7bfe197 user: wjoye@cfa.harvard.edu tags: trunk