summaryrefslogtreecommitdiffstats
path: root/generic/tkTextWind.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [54fe7a5e71]: crash with destroy and text widget embedded windows. Test t...fvogel2022-02-191-2/+10
* Factorize code: let EmbWinStructureProc call EmbWinRequestProc instead of cop...fvogel2022-02-191-7/+1
* Remove debug code inadvertently left in.fvogel2022-01-301-5/+0
* Re-introduce the fix [83d63659], which was correct after more analysis. One c...fvogel2022-01-301-13/+15
* Fix the first part of [1501749fff]. Now textWind-18.1 passes.fvogel2022-01-231-5/+8
* Backout the wrong fix [83d63659] for [1501749fff], but keep the non-regressio...fvogel2022-01-081-10/+10
* Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-1/+1
* Fix copy/paste error in comment.fvogel2021-04-181-1/+1
* Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-181-6/+17
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-2/+0
* More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-34/+31
* Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-5/+5
* (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-4/+4
* Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-291-6/+10
|\
| * Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-231-6/+10
* | more places convertedjan.nijtmans2013-01-241-2/+2
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
* | | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
|\ \ \ | |/ /
| * | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
| |\ \ | | |/
| * | make some internal tables constjan.nijtmans2012-04-181-1/+1
| |\ \ | | |/
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-2/+6
* | | Much more cleaning up of result handling.dkf2012-07-231-22/+34
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-10/+7
* | | Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-2/+2
* | | Tiny whitespace changes for readability improvement.dkf2010-02-211-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-24/+22
* | | TIP 337dgp2008-12-091-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-3/+2
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-23/+19
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-12/+12
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-587/+583
* | Fixes of other issues raised in [Bug 1353022]dkf2005-11-101-1/+2
* | tip256 implementationvincentdarley2005-10-101-2/+2
* | fix init warningshobbs2004-10-051-2/+1
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-111/+399
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* | fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-3/+3