-
treectrl committed patchset 1118 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-12-08 03:01:56 UTC by treectrl
-
The tiebreaker via the itemid's is a virtual column attached to the end of the defined sort.
As such it must obey the same rules for changing the result of the comparison
as regular column do in the for loop above.
The following patch fixes the problem:
*** tkTreeItem.c.~1.111.~ Mon Dec 7 10:24:21 2009
--- tkTreeItem.c Mon Dec 7 10:31:10 2009
***************
*** 6036,6042...
2009-12-07 10:13:33 UTC by cmi5
-
treectrl committed patchset 1117 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-11-17 23:23:04 UTC by treectrl
-
treectrl committed patchset 1116 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-11-16 22:43:14 UTC by treectrl
-
TkTreeCtrl 2.2.9 depends on private headers.
This causes compilation on Mac OS X to be broken:
In file included from ./generic/tkTreeColumn.c:13:
./generic/tkTreeCtrl.h:14:21: error: default.h: No such file or directory
An *ugly* workaround is to first compile the official Tk distribution and then copy the following files:
sudo cp tk8.5.7/generic/default.h...
2009-11-16 20:26:42 UTC by sdevrieze
-
treectrl committed patchset 1115 of module tktreectrl to the TkTreeCtrl CVS repository, changing 4 files.
2009-10-26 18:47:12 UTC by treectrl
-
The enclosed patch unbreaks compilation on the AIX v5.1 platform using the native cc. The native cc is a strict C89 compiler and unable to handle C99 constructs, like // based comments.
2009-10-26 17:05:59 UTC by andreas_kupries
-
treectrl committed patchset 1114 of module tktreectrl to the TkTreeCtrl CVS repository, changing 15 files.
2009-10-08 21:21:29 UTC by treectrl
-
treectrl committed patchset 1113 of module tktreectrl to the TkTreeCtrl CVS repository, changing 6 files.
2009-09-12 01:09:12 UTC by treectrl
-
treectrl committed patchset 1112 of module tktreectrl to the TkTreeCtrl CVS repository, changing 3 files.
2009-09-12 01:08:31 UTC by treectrl