-
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
-
NVM. I see this is already in 8.5, I thought it was new to the 8.6 Cocoa port.
2009-09-08 19:54:00 UTC in Tk Toolkit
-
It is "visible" not "visable". This is in the stubs table so it should get fixed before extension writers start using it everywhere.
2009-09-08 19:44:08 UTC in Tk Toolkit
-
treectrl committed patchset 1108 of module tktreectrl to the TkTreeCtrl CVS repository, changing 1 files.
2009-06-29 20:19:44 UTC in TkTreeCtrl