summaryrefslogtreecommitdiffstats
path: root/generic/tkMessage.c
Commit message (Expand)AuthorAgeFilesLines
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-2/+2
* TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-2/+2
* (c) -> ©jan.nijtmans2020-12-091-3/+3
* New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-19/+19
* TIP 569 remove lint commentsdgp2020-03-181-1/+0
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-19/+19
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-17/+21
* merge trunkjan.nijtmans2019-06-051-14/+21
|\
| * Merge 8.6jan.nijtmans2019-05-161-14/+21
| |\
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-14/+21
| | |\
| | | * Tests and fix for [message ... -textvariable].dgp2019-05-151-1/+21
* | | | Merge 8.7jan.nijtmans2019-01-131-5/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-5/+5
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-5/+5
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-9/+9
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-9/+9
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-9/+9
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-9/+9
| | | |/ /
* | | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-20/+20
|/ / / /
* | | | more size_t related code cleanupjan.nijtmans2018-10-041-1/+1
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-0/+13
| |/ |/|
* | 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 *"jan.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