TkTable Redux

Timeline
Login

Timeline

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

50 most recent check-ins

2024-12-17
01:21
Corrected install pkgIndex.tcl file path Leaf check-in: 0598b95ff7 user: bohagan tags: trunk
2024-12-14
23:29
Corrected tk_tablePasteHandler to check for empty validate command callback before use check-in: 6da5cbe7d0 user: bohagan tags: trunk
22:49
Updated MouseWheel bindings for Tk 9.0 and added TouchpadScroll check-in: d47bdfc1a8 user: bohagan tags: trunk
2024-12-09
04:29
Optimized make documentation on Windows check-in: cfcd07981b user: bohagan tags: trunk
02:40
Updated to latest autconf v2.72 for configure script check-in: 29afaf1576 user: bohagan tags: trunk
2024-12-08
19:26
Added missed items to makefile cleanup list and added path back to manifest.uuid target check-in: 6ae7ce353b user: bohagan tags: trunk
2024-12-07
23:35
Updated README file check-in: 2635b7ca90 user: bohagan tags: trunk
22:39
Fix generation of git manifest uuid on Windows check-in: 220498b3b9 user: bohagan tags: trunk
2024-12-03
02:21
Changed index parameter in Tcl_GetIndexFromObj back to an int. Seems it can be any type of int. check-in: a8acac2a87 user: bohagan tags: trunk
2024-12-01
03:35
Updated make documentation to add target for consolidated docs check-in: af25bd53e3 user: bohagan tags: trunk
2024-11-13
14:27
Updated to latest TEA (tclconfig) files check-in: 41a126dd8e user: bohagan tags: trunk
2024-11-03
18:50
Makefile updates to install gzipped man page on FreeBSD 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