TkTable Redux

Timeline
Login

Timeline

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

23 check-ins using file doc/tkTable.html version d9dce36398

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