| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows. Test t... | fvogel | 2022-02-19 | 1 | -2/+10 |
|
|
* | Factorize code: let EmbWinStructureProc call EmbWinRequestProc instead of cop... | fvogel | 2022-02-19 | 1 | -7/+1 |
|
|
* | Remove debug code inadvertently left in. | fvogel | 2022-01-30 | 1 | -5/+0 |
|
|
* | Re-introduce the fix [83d63659], which was correct after more analysis. One c... | fvogel | 2022-01-30 | 1 | -13/+15 |
|
|
* | Fix the first part of [1501749fff]. Now textWind-18.1 passes. | fvogel | 2022-01-23 | 1 | -5/+8 |
|
|
* | Backout the wrong fix [83d63659] for [1501749fff], but keep the non-regressio... | fvogel | 2022-01-08 | 1 | -10/+10 |
|
|
* | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 1 | -1/+1 |
|
|
* | Fix copy/paste error in comment. | fvogel | 2021-04-18 | 1 | -1/+1 |
|
|
* | Trying to get the index of an embedded image or window should trigger an erro... | fvogel | 2021-04-18 | 1 | -6/+17 |
|
|
* | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -2/+0 |
|
|
* | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -34/+31 |
|
|
* | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -5/+5 |
|
|
* | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -4/+4 |
|
|
* | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> event | fvogel | 2015-09-29 | 1 | -6/+10 |
|\ |
|
| * | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> event | fvogel | 2015-09-23 | 1 | -6/+10 |
|
|
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
|
|
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| * | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -2/+6 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -22/+34 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | jan.nijtmans | 2012-06-20 | 1 | -1/+1 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -10/+7 |
|
|
* | | | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -2/+2 |
|
|
* | | | Tiny whitespace changes for readability improvement. | dkf | 2010-02-21 | 1 | -3/+3 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -2/+2 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -24/+22 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -3/+3 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -4/+4 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+2 |
|
|
* | | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -23/+19 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -12/+12 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -587/+583 |
|
|
* | | Fixes of other issues raised in [Bug 1353022] | dkf | 2005-11-10 | 1 | -1/+2 |
|
|
* | | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -2/+2 |
|
|
* | | fix init warnings | hobbs | 2004-10-05 | 1 | -2/+1 |
|
|
* | | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -111/+399 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|
* | | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -3/+3 |
|
|