-
treectrl committed patchset 1118 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-12-08 03:01:56 UTC in TkTreeCtrl
-
treectrl committed patchset 1117 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-11-17 23:23:04 UTC in TkTreeCtrl
-
treectrl committed patchset 1116 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-11-16 22:43:14 UTC in TkTreeCtrl
-
treectrl committed patchset 1115 of module tktreectrl to the TkTreeCtrl CVS repository, changing 4 files.
2009-10-26 18:47:12 UTC in TkTreeCtrl
-
treectrl committed patchset 1114 of module tktreectrl to the TkTreeCtrl CVS repository, changing 15 files.
2009-10-08 21:21:29 UTC in TkTreeCtrl
-
treectrl committed patchset 1113 of module tktreectrl to the TkTreeCtrl CVS repository, changing 6 files.
2009-09-12 01:09:12 UTC in TkTreeCtrl
-
treectrl committed patchset 1112 of module tktreectrl to the TkTreeCtrl CVS repository, changing 3 files.
2009-09-12 01:08:31 UTC in TkTreeCtrl
-
In tkMacOSXFont.c the lround() function is used to convert double -> integer.
The problem is that lround() will round to the *nearest* integer. So lround(10.2)
equals 10 while lround(10.6) equals 11.
Since the width of the text is needed, ceil() should be used to round up fractional
numbers.
2009-09-12 01:05:07 UTC in Tk Toolkit
-
treectrl committed patchset 1111 of module tktreectrl to the TkTreeCtrl CVS repository, changing 3 files.
2009-09-11 15:53:32 UTC in TkTreeCtrl
-
treectrl committed patchset 1110 of module tktreectrl to the TkTreeCtrl CVS repository, changing 12 files.
2009-09-10 02:37:07 UTC in TkTreeCtrl