summaryrefslogtreecommitdiffstats
path: root/generic/tkMessage.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-6/+6
* | Much more cleaning up of result handling.dkf2012-07-231-3/+3
* | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-4/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkMessage.c (MessageWidgetObjCmd): Correct msgPtrhobbs2006-05-251-8/+9
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-3/+3
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-4/+2
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-33/+33
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | * generic/tkMessage.c (MessageWidgetObjCmd): Correct msgPtrhobbs2006-05-251-8/+9
* | ANSIfydkf2005-11-141-195/+189
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-21/+9
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-7/+6
* * generic/tkMessage.c (MessageWidgetObjCmd): initialized result tohobbs2000-09-061-2/+3
* * doc/SetOptions.3: Updated documentation to reflect support forericm2000-08-101-2/+2
* * generic/tkInt.h: Replaced prototype for Tk_MessageCmd withericm2000-08-021-159/+200
* * generic/tkStubInit.c:hobbs1999-12-141-7/+19
* New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl...jingham1999-08-101-6/+8
* * Merged 8.1 branch into the main trunkstanton1999-04-161-8/+8
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+848