summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-07-111-1/+3
|\
| * Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff...jan.nijtmans2024-07-111-1/+3
| * Merge 8.6jan.nijtmans2024-04-261-0/+8
| |\
* | \ Fix [ab839efc5f]: text edit undo: clearing text instead of restoring.fvogel2024-04-211-0/+8
|\ \ \ | | |/ | |/|
| * | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. Test te...fvogel2024-04-201-0/+8
* | | Merge 8.7jan.nijtmans2024-03-231-23/+32
|\ \ \ | | |/ | |/|
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-23/+32
| * | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-9/+9
* | | Merge 8.7jan.nijtmans2024-02-191-7/+3
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-191-7/+3
* | | Merge 8.7jan.nijtmans2024-02-141-1/+1
|\ \ \ | |/ /
| * | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | | Merge 8.7jan.nijtmans2024-02-071-1/+1
|\ \ \ | |/ /
| * | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | | Modify TkTextGetTabs() signature: textPtr -> tkwinjan.nijtmans2024-02-061-4/+4
* | | Merge 8.7jan.nijtmans2024-02-021-1/+1
|\ \ \ | |/ /
| * | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-021-1/+1
| * | Some int -> Tcl_Sizejan.nijtmans2024-02-021-31/+33
| * | Merge 8.6jan.nijtmans2024-01-231-2/+3
| |\ \ | | |/
* | | Use Tcl_Obj * in stead of char * where possible in text widgetjan.nijtmans2024-02-021-31/+35
* | | tagPtr->wrapMode is an enum with only 4 possible values, so no need to test f...jan.nijtmans2024-01-221-3/+1
* | | Get rid of tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj)...jan.nijtmans2024-01-221-2/+0
* | | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-191-1/+1
|\ \ \ | |/ /
| * | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-181-1/+1
* | | Merge 8.7jan.nijtmans2024-01-181-4/+4
|\ \ \ | |/ /
| * | int -> TkTextInvalidateActionjan.nijtmans2024-01-181-4/+4
* | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-7/+9
|\ \ \ | |/ /
| * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-7/+9
* | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-5/+2
|\ \ \ | |/ /
| * | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-141-5/+2
* | | Merge 8.7jan.nijtmans2024-01-131-4/+4
|\ \ \ | |/ /
| * | Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-131-4/+4
| * | Merge 8.6 (there we go again)jan.nijtmans2024-01-121-0/+1
| |\ \ | | |/
* | | Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-121-0/+1
|\ \ \ | | |/ | |/|
| * | Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-091-0/+1
* | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-1/+1
|\ \ \ | | |/ | |/|
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-1/+1
* | | Merge 8.7jan.nijtmans2023-12-131-1/+1
|\ \ \ | |/ /
| * | Fix 2 (minor) compiler warningsjan.nijtmans2023-12-131-1/+1
| * | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-4/+5
| |\ \ | | |/
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen...jan.nijtmans2023-12-131-4/+5
* | | Merge 9.0. More progressjan.nijtmans2023-11-301-25/+0
|\ \ \
| * | | Remove dead code related to _TK_ALLOW_DECREASING_TABSjan.nijtmans2023-11-281-25/+0
| |/ /
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-2/+2
|/ /
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-1/+1
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-3/+3
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-15/+15
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-38/+38
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\ \ | |/
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1