From: Joe E. <jen...@us...> - 2008-12-31 21:25:59
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5925 Modified Files: ChangeLog Log Message: * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges. |
From: Joe E. <jen...@us...> - 2008-12-31 23:10:59
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12748 Modified Files: ChangeLog Log Message: tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test. |
From: David G. <dav...@us...> - 2008-12-31 23:14:01
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13169 Modified Files: ChangeLog Log Message: no message |
From: Jan N. <nij...@us...> - 2009-01-02 23:20:37
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21777 Modified Files: ChangeLog Log Message: CONSTify Tk_ClipboardAppend |
From: Donal K. F. <dk...@us...> - 2009-01-03 14:41:56
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv369 Modified Files: ChangeLog Log Message: Improve documentation of -offset and -outlineoffset item options. [Bug 1836621] |
From: Pat T. <pat...@us...> - 2009-01-06 01:26:28
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9960 Modified Files: ChangeLog Log Message: Use task modal rather than system modal for messageboxes and use MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771] |
From: Donal K. F. <dk...@us...> - 2009-01-06 09:22:32
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18284 Modified Files: ChangeLog Log Message: Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case. |
From: Jan N. <nij...@us...> - 2009-01-06 23:17:24
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5502 Modified Files: ChangeLog Log Message: A few const -> CONST86 modifications, improving backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API. |
From: Pat T. <pat...@us...> - 2009-01-07 00:25:46
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12933 Modified Files: ChangeLog Log Message: [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This prevents that by handling the keyboard activation message and the system menu commands when grabs are present. |
From: Pat T. <pat...@us...> - 2009-01-07 00:58:26
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17461 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backported fix for [Bug 1847002] to prevent the bypassing of grab restrictions via the taskbar on Windows. |
From: Pat T. <pat...@us...> - 2009-01-07 14:35:45
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11264 Modified Files: ChangeLog Log Message: Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call in the tk_chooseDirectory unix implementation. |
From: Pat T. <pat...@us...> - 2009-01-08 16:31:09
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31791 Modified Files: ChangeLog Log Message: Themed the bgerror dialog and make use of our PNG support to improve the icon. |
From: Jan N. <nij...@us...> - 2009-01-09 07:03:42
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2480 Modified Files: ChangeLog Log Message: CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks. |
From: Joe E. <jen...@us...> - 2009-01-11 08:40:30
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6068 Modified Files: ChangeLog Log Message: ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), it's unnecessary and quite possibly harmful [Bug 2496162]. |
From: Pat T. <pat...@us...> - 2009-01-11 12:46:16
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17085 Modified Files: ChangeLog Log Message: Pretty up the messagebox on unix using PNG images for the icons and group the icons into one place. |
From: George P. S. <geo...@us...> - 2009-01-11 19:05:25
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11494 Modified Files: ChangeLog Log Message: * generic/tkEvent.c: Fix a possible segv due to a NULL pointer dereference that occurs when XCreateIC fails. |
From: George P. S. <geo...@us...> - 2009-01-11 19:29:49
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12975 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointer dereference in CreateXIC. |
From: Pat T. <pat...@us...> - 2009-01-11 23:09:02
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv917 Modified Files: ChangeLog Log Message: [Bug 2336454] fixed keysyms used in bind tests. |
From: Pat T. <pat...@us...> - 2009-01-13 02:16:51
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16414 Modified Files: ChangeLog Log Message: Tk tests that create images need to be independent of the interpreter environment. |
From: Jan N. <nij...@us...> - 2009-01-13 23:16:38
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15498 Modified Files: ChangeLog Log Message: fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC |
From: Jan N. <nij...@us...> - 2009-01-14 22:48:13
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31038 Modified Files: ChangeLog Log Message: - fix for aMSN compatibility [tcl-Bug 2507326] - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations |
From: Jan N. <nij...@us...> - 2009-01-14 22:59:05
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32170 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: fix for aMSN compatibility [tcl-Bug 2507326] |
From: Don P. <dg...@us...> - 2009-01-16 20:55:14
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7547 Modified Files: ChangeLog Log Message: * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
From: Andreas K. <and...@us...> - 2009-01-16 23:45:37
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24385 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tkWinWm.c (WmAttributesCmd): Fix a single use of SetWindowLongPtr which was not properly ifdef'd. |
From: Kevin B K. <ke...@us...> - 2009-01-20 03:39:21
|
Update of /cvsroot/tktoolkit/tk In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16335 Modified Files: ChangeLog Log Message: Patch 907924 |