From: Kevin B K. <ke...@us...> - 2009-12-15 03:44:29
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27898 Modified Files: ChangeLog Log Message: * library/demos/unicodeout.tcl: Added code to check for right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention. |
From: Donal K. F. <dk...@us...> - 2009-12-15 11:50:44
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21271 Modified Files: ChangeLog Log Message: Split out presentation-form decision code into clearer procedure. Add some more different languages (Devanagari script needs attention...) |
From: Don P. <dg...@us...> - 2009-12-15 18:12:17
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15052 Modified Files: ChangeLog Log Message: * generic/tkConfig.c: Added another dimension of refCounting to the * generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles * generic/tkObj.c: detailed in [Bug 2492179]. Also removed registration of the "option" Tcl_ObjType. *** POTENTIAL INCOMPATIBILITY *** for callers of Tcl_GetObjType("option") which must now handle a NULL return. |
From: Joe E. <jen...@us...> - 2009-12-16 20:40:39
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16700 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable() [Bug 2915709], backport fix for [Bug 2496162]. |
From: Jan N. <nij...@us...> - 2009-12-16 21:12:44
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20251 Modified Files: ChangeLog Log Message: Fix gcc warning: ignoring return value of âstrtolâ, declared with attribute warn_unused_result Fix gcc warning: dereferencing pointer âxgePtrâ does break strict-aliasing rules |
From: Jan N. <nij...@us...> - 2009-12-16 22:00:39
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25660 Modified Files: ChangeLog Log Message: CONSTify return values of TkKeysymToString, TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast. |
From: Donal K. F. <dk...@us...> - 2009-12-20 23:16:39
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20911 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Apply (a version of) [Patch 2917663]. |
From: Donal K. F. <dk...@us...> - 2009-12-20 23:27:02
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22296 Modified Files: ChangeLog Log Message: Apply (a version of) [Patch 2917663] to make [send] work on recent Linux. |
From: Donal K. F. <dk...@us...> - 2009-12-22 18:16:13
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28128 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2919205]: Correct ordering of arguments to tk_messageBox. |
From: Joe E. <jen...@us...> - 2009-12-23 04:27:07
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30293 Modified Files: ChangeLog Log Message: ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356]. |
From: Joe E. <jen...@us...> - 2009-12-23 04:31:01
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30800 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356]. |
From: Jan N. <nij...@us...> - 2009-12-23 07:17:00
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13775 Modified Files: ChangeLog Log Message: Use EXE_SUFFIX for Cygwin, and install libtk8.6.dll in bin directory |
From: Donal K. F. <dk...@us...> - 2009-12-25 18:21:38
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv664 Modified Files: ChangeLog Log Message: [Bug 2914943]: Correct the first option(n) example. Also define what the format of option patterns is; that's a much less commonly known fact than it used to be. |
From: Donal K. F. <dk...@us...> - 2009-12-25 18:28:25
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1287 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2914943]: Correct the first option(n) example. Also define what the format of option patterns is; that's a much less commonly known fact than it used to be. |
From: Joe E. <jen...@us...> - 2009-12-25 19:12:07
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6679 Modified Files: ChangeLog Log Message: Reworked ActivateTab focus selection logic ([Bug 2917688], also fixes [Bug 2546779]). |
From: Pat T. <pat...@us...> - 2009-12-27 23:36:34
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21136 Modified Files: ChangeLog Log Message: Highlight for cascade items in torn-off menus is incorrect on Windows. Applied patch from [Bug 2879927]. |
From: Pat T. <pat...@us...> - 2009-12-27 23:42:56
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22525 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Highlight for cascade items in torn-off menus is incorrect on Windows. Applied patch from [Bug 2879927]. |
From: Pat T. <pat...@us...> - 2009-12-30 01:18:58
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3434 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Patch 2879789: Make torn-off menu entrys activate across whole window backported from HEAD. |
From: Pat T. <pat...@us...> - 2009-12-30 01:26:58
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3011 Modified Files: ChangeLog Log Message: Patch 2879789: Make torn-off menu entrys activate across whole window The torn-off menu entries do not activate except immediately over the label or icon. If the window containing the torn-off menu is expanded then a lot of dead space may be created, including the cascade arrow. This patch fixes this making the whole width for any menu entry capable of activation when the pointer hovers over the item. |
From: Donal K. F. <dk...@us...> - 2010-01-01 23:03:55
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16686 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. |
From: Donal K. F. <dk...@us...> - 2010-01-01 23:52:30
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15058 Modified Files: ChangeLog Log Message: [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. |
From: Donal K. F. <dk...@us...> - 2010-01-02 10:43:41
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16372 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 1373712] and [Bug 1924761]. |
From: Donal K. F. <dk...@us...> - 2010-01-02 11:08:04
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19164 Modified Files: ChangeLog Log Message: Fix [Bug 1373712] and [Bug 1924761]. |
From: Donal K. F. <dk...@us...> - 2010-01-02 15:41:10
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10915 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Added point-size conversion, from Ubuntu port. |
From: Donal K. F. <dk...@us...> - 2010-01-02 15:44:02
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11207 Modified Files: ChangeLog Log Message: Added point-size conversion, from Ubuntu port. |