Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-02-10
| ||
| 03:37 | Updated make docs to use package name instead of hard-coded filename Leaf check-in: c181d57b89 user: bohagan tags: trunk | |
|
2026-02-07
| ||
| 20:18 | Bug fixes from Androwish check-in: 3697780b67 user: bohagan tags: trunk | |
|
2026-01-30
| ||
| 03:46 | Updated find dtplite macro to look for both dtplite and dtplite.tcl (needed for MSYS). Fix for https://github.com/bohagan1/TkTable/issues/13 check-in: 34ea1d2c00 user: bohagan tags: trunk | |
|
2026-01-29
| ||
| 02:20 | Updated make docs to correct use of TCLSH and show error message if dtplite not found. Fix for https://github.com/bohagan1/TkTable/issues/13 check-in: b6af0875f7 user: bohagan tags: trunk | |
|
2026-01-24
| ||
| 21:30 | Tktable 2.12.1 release check-in: 35d3f2fa4d user: bohagan tags: trunk | |
|
2026-01-20
| ||
| 01:17 | Fixed highlight and insert width default values for Mac check-in: 4e874ac11e user: bohagan tags: trunk | |
|
2026-01-13
| ||
| 10:32 | Updated Windows make files to latest revision check-in: 7f11205a71 user: bohagan tags: trunk | |
|
2026-01-06
| ||
| 05:19 | Updated make dist to not rely on TEMP dir check-in: d3b7613f5b user: bohagan tags: trunk | |
|
2025-11-16
| ||
| 22:53 | Updates to makefile to protect for filenames with spaces in them check-in: d08b5d9e5b user: bohagan tags: trunk | |
|
2025-09-19
| ||
| 00:37 | Updated to latest TEA config files check-in: 7eaff3ef7b user: bohagan tags: trunk | |
|
2025-09-17
| ||
| 23:51 | Fixed typo in tkTable.tcl Fix for issue https://github.com/bohagan1/TkTable/issues/10. check-in: 52840f195a user: bohagan tags: trunk | |
|
2025-09-15
| ||
| 13:36 | Fixed missed resultPtr change for active tag in tag cell, col, and row. Fix for issue https://github.com/bohagan1/TkTable/issues/9. check-in: 3f85f8ecb7 user: bohagan tags: trunk | |
|
2025-09-14
| ||
| 02:21 | Changed title colors to not use a background color with an alpha value on MacOS. Fix for issue https://github.com/bohagan1/TkTable/issues/5 check-in: f2585efb05 user: bohagan tags: trunk | |
| 01:37 | Fixed error in cell range check for selection set command when only title cols and rows are present check-in: 8546fbecb2 user: bohagan tags: trunk | |
| 01:30 | Replaced old method of directly appending to result object with Tcl_SetObjResult and Tcl_AppendResult check-in: 27de6ce8c4 user: bohagan tags: trunk | |
|
2025-09-13
| ||
| 21:31 | Merge pull request #8 from chrstphrchvz/patch-1 Avoid out-of-bounds read during `tag raise` command Leaf check-in: f37fea518c user: noreply@github.com tags: trunk, origin/master | |
|
2025-09-07
| ||
| 19:51 | Avoid out-of-bounds read during tag raise command check-in: e86a790283 user: noreply@github.com tags: trunk, origin/master | |
| 00:18 | Merge pull request #7 from chrstphrchvz/patch-1 Avoid memory leak in `TableConfigure()` check-in: 852df90d3b user: noreply@github.com tags: trunk, origin/master | |
| 00:14 | Merge pull request #6 from chrstphrchvz/TableVarProcCONST84 Update `TableVarProc()` for Tcl 8.4 `const`-ness check-in: 9ddabea050 user: noreply@github.com tags: trunk, origin/master | |
|
2025-09-06
| ||
| 13:41 | Avoid memory leak in TableConfigure() check-in: c05f7a0f3d user: noreply@github.com tags: trunk, origin/master | |
| 13:12 | Update TableVarProc for Tcl 8.4 const-ness Remove redundant casts check-in: fdfb49a877 user: noreply@github.com tags: trunk, origin/master | |
|
2025-03-21
| ||
| 23:54 | Bug fix for new tags using the option database for default values instead of the default value. When porting to use Tk object interface for Tk_ConfigureWidget, the TK_CONFIG_ARGV_ONLY flag was removed. This changed the behavior so if a option is not specified in the command args, then new tags would use the option database value if a match is found, instead of the default value. The fix is the add back the TK_CONFIG_ARGV_ONLY flag. Bug fix for https://github.com/bohagan1/TkTable/issues/3 Leaf check-in: c3fdea059d user: bohagan tags: trunk | |
|
2025-03-03
| ||
| 02:19 | Back out change made for MacPorts. Bug fix for https://github.com/bohagan1/TkTable/issues/2 Removed old debugging info. check-in: 94e3b70c17 user: bohagan tags: trunk | |
|
2025-02-10
| ||
| 01:27 | Fixed curselection in demos/buttons.tcl check-in: 6a0a8ee9d8 user: bohagan tags: trunk | |
|
2025-02-08
| ||
| 23:58 | Tktable 2.12 release check-in: 808b9eddc8 user: bohagan tags: trunk | |
|
2025-02-03
| ||
| 03:09 | Updated comments to fix module info check-in: ce285ea964 user: bohagan tags: trunk | |
| 02:27 | Corrected UUID in tkTableUuid.h.in check-in: e210ad9e40 user: bohagan tags: trunk | |
| 01:48 | More changes to correct tag colors, relief, etc. check-in: 640b4c870f user: bohagan tags: trunk | |
|
2025-02-02
| ||
| 22:40 | Bug fix to prevent ExpandPercents from adding a 1 byte pad at end of returned string check-in: 1dd33eceb9 user: bohagan tags: trunk | |
| 22:21 | Corrected issue with swapped title tag default colors check-in: e83b1450b9 user: bohagan tags: trunk | |
| 05:12 | Made changes to dereference objects returned by Tcl_ListObjIndex and Tcl_ListObjGetElements for TCL 9 abstract lists check-in: 48322b2bc1 user: bohagan tags: trunk | |
|
2025-01-02
| ||
| 05:35 | Added NULL cast to correct gcc warning check-in: e97d743724 user: bohagan tags: trunk | |
| 03:16 | Fix source dir path for installing docs when not building in source root check-in: 427403d8b2 user: bohagan tags: trunk | |
|
2024-12-22
| ||
| 03:50 | Corrected NULL check check-in: 909231e375 user: bohagan tags: trunk | |
|
2024-12-17
| ||
| 01:21 | Corrected install pkgIndex.tcl file path 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 | |