| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -5/+5 |
|\ |
|
| * | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -5/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -4/+4 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -9/+9 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -3/+0 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -6/+6 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -16/+28 |
|
|
* | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -3/+3 |
|\ \ |
|
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -3/+3 |
|
|
| * | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -2/+2 |
| |/ |
|
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -8/+8 |
|/ |
|
* | 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 |
|
|