summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR in...fvogel2024-09-011-1/+1
|\
| * Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR in...fvogel2024-09-011-1/+1
* | Rebase to latest 9.0. Some more fixes (still ... spinbox test hangs in Windows)core-bug-29ba539501jan.nijtmans2024-08-091-20/+34
|\ \
| * | Make "entry" work. No test failures any more. Many renamings of fields (*Ptr ...jan.nijtmans2024-07-111-30/+31
| * | Rebase to 9.0 (entry-6.11 testcase is failing!)jan.nijtmans2024-07-101-13/+28
| |\ \
| | * | More progressjan.nijtmans2024-06-081-5/+3
| | * | Introduce TK_OPTION_NONNEG, simplifying thingsjan.nijtmans2024-06-071-3/+20
| | * | Proposed solution for [29ba539501]: many PIXEL options don't keep their confi...jan.nijtmans2024-06-071-10/+10
* | | | Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-27/+27
|\ \ \ \
* \ \ \ \ 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