summaryrefslogtreecommitdiffstats
path: root/generic/tkTextWind.c
Commit message (Expand)AuthorAgeFilesLines
* Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-191-4/+4
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-301-5/+5
* Improve "-align"jan.nijtmans2024-01-191-11/+7
* int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-1/+1
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-10/+10
* int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-311-2/+2
* more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-1/+1
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-3/+3
* Fix [54fe7a5e71]: crash with destroy and text widget embedded windows.fvogel2022-03-191-9/+11
|\
| * 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
* | Fix [1501749fff] - Crash on embedded window deletion bound to <Map> events.fvogel2022-01-311-10/+10
|\ \ | |/
| * 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
|\ \ | |/
| * Backout the wrong fix [83d63659] for [1501749fff], but keep the non-regressio...fvogel2022-01-081-10/+10
* | Merge 8.6jan.nijtmans2021-04-231-1/+1
|\ \ | |/
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-1/+1
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-181-6/+17
|\ \ | |/
| * 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
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-051-2/+0
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-2/+0
* | Merge 8.6jan.nijtmans2020-09-251-23/+11
|\ \ | |/
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-34/+31
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-1/+1
* | Merge 8.6jan.nijtmans2020-09-031-5/+5
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-5/+5
* | Merge 8.6jan.nijtmans2020-09-031-4/+4
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-4/+4
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-221-9/+9
* | TIP 569 remove lint commentsdgp2020-03-181-3/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-6/+6
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-16/+28
* | Merge trunkjan.nijtmans2018-11-251-3/+3
|\ \
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-2/+2
| |/
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-8/+8
|/
* 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