From: Jan N. <nij...@us...> - 2009-06-23 05:21:44
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3282 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: fix [Bug #220935] canvas dash update problem |
From: Daniel A. S. <da...@us...> - 2009-06-26 02:53:47
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25789 Modified Files: ChangeLog Log Message: * carbon/ (new directory): copy of current state of 'macosx' source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5). |
From: Jan N. <nij...@us...> - 2009-06-27 19:36:17
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4436 Modified Files: ChangeLog Log Message: Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table. |
From: Jan N. <nij...@us...> - 2009-06-27 19:53:47
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6728 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table. |
From: Daniel A. S. <da...@us...> - 2009-06-30 01:20:52
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27435 Modified Files: ChangeLog Log Message: * generic/tkInt.h: add assert macros for clang static analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer. |
From: Pat T. <pat...@us...> - 2009-07-02 10:35:35
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8112 Modified Files: ChangeLog Log Message: Avoid the use of C++ reserved words in headers [Bug2815625] |
From: Donal K. F. <dk...@us...> - 2009-07-11 07:25:38
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17315 Modified Files: ChangeLog Log Message: [Bug 2818455]: Corrected example. |
From: Donal K. F. <dk...@us...> - 2009-07-11 07:30:31
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17942 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2818455]: Corrected example. |
From: Donal K. F. <dk...@us...> - 2009-07-14 08:23:53
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7858 Modified Files: ChangeLog Log Message: Allow turning off of XScreenSaver use. [Bug 2496018] |
From: Donal K. F. <dk...@us...> - 2009-07-14 08:29:41
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10288 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Allow turning off of XScreenSaver use. [Bug 2496018] |
From: Donal K. F. <dk...@us...> - 2009-07-14 08:38:17
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13449 Modified Files: ChangeLog Log Message: Corrected definition of -height and -width for canvas' window items. [2326602] |
From: Donal K. F. <dk...@us...> - 2009-07-14 08:40:45
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14440 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Corrected definition of -height and -width for canvas' window items. [2326602] |
From: Donal K. F. <dk...@us...> - 2009-07-15 20:56:53
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3611 Modified Files: ChangeLog Log Message: Apply patch from [Bug 2821962] to make binary byte selection transfers work. |
From: Donal K. F. <dk...@us...> - 2009-07-15 21:08:47
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5877 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Apply patch from [Bug 2821962] to make binary byte selection transfers work. |
From: Daniel A. S. <da...@us...> - 2009-07-15 21:50:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12362 Modified Files: ChangeLog Log Message: * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620] |
From: Daniel A. S. <da...@us...> - 2009-07-18 06:55:12
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22851 Modified Files: ChangeLog Log Message: * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due to off-by-one ckalloc error. [Bug 2821318] |
From: Daniel A. S. <da...@us...> - 2009-07-18 08:16:20
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10455 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Define NDEBUG in optimized (non- symbols) build to disable assert()s. |
From: Donal K. F. <dk...@us...> - 2009-07-18 19:28:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24042 Modified Files: ChangeLog Log Message: Fix the transfer of large binary data. I hate INCR selections transfers... |
From: Donal K. F. <dk...@us...> - 2009-07-18 19:32:27
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24623 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix the transfer of large binary data. I hate INCR selections transfers... |
From: Donal K. F. <dk...@us...> - 2009-07-20 22:56:50
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9410 Modified Files: ChangeLog Log Message: Fix [Bug 2824378] by correcting expected output. |
From: Donal K. F. <dk...@us...> - 2009-07-20 22:57:26
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9694 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 2824378] by correcting expected output. |
From: Alexandre F. <fer...@us...> - 2009-07-20 23:53:38
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16167 Modified Files: ChangeLog Log Message: Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from intersection computation. Might deserve generalization to other tests. |
From: Donal K. F. <dk...@us...> - 2009-07-21 15:16:53
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30000 Modified Files: ChangeLog Log Message: Corrected drawing of rotated underlines. [Bug 2356057] |
From: Donal K. F. <dk...@us...> - 2009-07-22 05:35:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2778 Modified Files: ChangeLog Log Message: [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. |
From: Donal K. F. <dk...@us...> - 2009-07-22 07:46:48
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28937 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. |