From: Pat T. <pat...@us...> - 2010-01-23 01:36:10
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6672 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: TIP #359: Extended Window Manager Hints support for 8.4 |
From: Jan N. <nij...@us...> - 2010-01-29 14:16:48
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26297 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix various gcc-4.4 warnings and formatting, all backported from HEAD. |
From: Jan N. <nij...@us...> - 2010-01-29 18:07:42
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9816 Modified Files: ChangeLog Log Message: genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the format of function definitions in *Decls.h match all other *.h header files. |
From: Jan N. <nij...@us...> - 2010-01-29 23:29:12
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30269 Modified Files: ChangeLog Log Message: Little simplification in tkBind.c |
From: Joe E. <jen...@us...> - 2010-01-31 22:51:02
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10651 Modified Files: ChangeLog Log Message: Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. Merge now-redundant ensemble dispatch code. |
From: Jan N. <nij...@us...> - 2010-02-05 10:56:52
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24835 Modified Files: ChangeLog Log Message: Follow-up to [2010-01-29] commit: prevent space within stub table function parameters if the parameter type is a pointer. |
From: Jan N. <nij...@us...> - 2010-02-05 17:42:29
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5105 Modified Files: ChangeLog Log Message: Make the various stub tables and hook pointers const, just as Tcl and Tk. Make more internal tables "const" |
From: Joe E. <jen...@us...> - 2010-02-05 21:33:21
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23450 Modified Files: ChangeLog Log Message: Laxative patch: Revert contravariant const qualifiers added by the previous commit to keep codebase in sync with the Tile extension, which must remain 8.4 compatible. |
From: Jan N. <nij...@us...> - 2010-02-05 22:45:10
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3339 Modified Files: ChangeLog Log Message: Make more internal tables "const" tk*Decls.h (regenerated with new genStubs.tcl from Tcl) |
From: Jan N. <nij...@us...> - 2010-02-07 23:24:20
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1201 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport various formatting (spacing) changes from HEAD, so diffing between 8.5.x and 8.6 shows the real structural differences again. (any signature change not backported!) |
From: Jan N. <nij...@us...> - 2010-02-13 13:47:56
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3846 Modified Files: ChangeLog Log Message: use -pipe for gcc on win32 (mingw/cygwin) make sure that TkpCmapStressed is exported clean up unused Tk_CreatePhotoOption Make more internal arrays "const" |
From: Jan N. <nij...@us...> - 2010-02-16 21:13:05
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15699 Modified Files: ChangeLog Log Message: tkWindow.c/tkStubInit.c adapted from stub changes in Tcl tkArgv.c make defaultTable const tkScrollbar.c Store default for "-with" in static non-const memory tkWinInt.h make tkWinProcs const, and 5 tkWinX.c procs MODULE_SCOPE tkWinColor.c make sysColors const tkWinKey.c make keymap const tkWinScrlbr.c Simplify copying of "-with" default value. tkUnixWm.c make TkSetTransientFor static tests/textImage.test textImage-1.13 depends on hash-order |
From: Jan N. <nij...@us...> - 2010-02-16 21:15:17
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16659 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: make TkSetTransientFor static |
From: Jan N. <nij...@us...> - 2010-02-17 19:21:30
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25821 Modified Files: ChangeLog Log Message: CONSTify everything related to Tk_ConfigSpec |
From: Joe E. <jen...@us...> - 2010-02-17 20:57:11
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12165 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). |
From: Joe E. <jen...@us...> - 2010-02-17 20:58:09
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12339 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). |
From: Joe E. <jen...@us...> - 2010-02-17 20:58:39
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12445 Modified Files: ChangeLog Log Message: generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). |
From: Jan N. <nij...@us...> - 2010-02-18 21:37:07
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2710 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) |
From: Jan N. <nij...@us...> - 2010-02-18 22:31:38
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8574 Modified Files: ChangeLog Log Message: Put all Tk_OptionSpec for buttons and labels in const memory. With some changes to win32 and macosx, preventing direct writes to read-only memory. |
From: Stuart C. <st...@us...> - 2010-02-19 13:26:43
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29406 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Correct compiler/linker flags for threaded builds on OpenBSD. |
From: Stuart C. <st...@us...> - 2010-02-19 13:40:25
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31021 Modified Files: ChangeLog Log Message: Correct compiler/linker flags for threaded builds on OpenBSD. |
From: Donal K. F. <dk...@us...> - 2010-02-19 13:41:57
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31140 Modified Files: ChangeLog Log Message: [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assumptions about the initial state are actually valid (e.g., look for existing input file). |
From: Donal K. F. <dk...@us...> - 2010-02-19 13:45:46
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31507 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assumptions about the initial state are actually valid (e.g., look for existing input file). |
From: Donal K. F. <dk...@us...> - 2010-02-19 15:03:03
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5701 Modified Files: ChangeLog Log Message: Fix [Bug 2415437] with supplied patch. LIB_RUNTIME_DIR now not forced to be the same as $libdir. |
From: Jan N. <nij...@us...> - 2010-02-19 22:39:11
|
Update of /cvsroot/tktoolkit/tk In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20161 Modified Files: ChangeLog Log Message: remove unused "dataKey" variable |