summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Use Tcl_CreateObjCommand2() in test-casesjan.nijtmans2025-03-161-4/+4
* Use Tcl_IsEmpty()'s power if availablejan.nijtmans2025-02-211-33/+1
* Finish for "text". Alphabetise button and frame range checksjan.nijtmans2025-01-241-28/+48
* progress in "text" widgetjan.nijtmans2024-12-101-1/+13
* Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-181-1/+1
|\
| * Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-181-6/+6
| * Fix [f91aa24bbe] for "text": Use of Tcl_Obj vs char * in Widget storagejan.nijtmans2024-10-111-33/+26
* | Complete [29ba539501] fix for "text"jan.nijtmans2024-10-081-71/+80
|\ \
| * \ Merge 9.0. Finish for "text"jan.nijtmans2024-10-071-6/+6
| |\ \ | |/ / |/| |
| * | Almost done in "text" widgetjan.nijtmans2024-10-041-31/+41
| * | More progressjan.nijtmans2024-10-031-37/+36
|/ /
* | protect -insertborderwidth/-insertwidth/-selborderwidth, which cannot be nega...jan.nijtmans2024-09-291-1/+26
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-09-031-27/+27
| |\
| * \ Use the more efficient Tk_AllocColorFromObj()/Tk_Alloc3DBorderFromObj()/Tk_Al...jan.nijtmans2024-09-011-1/+1
| |\ \ | | |/
* | | 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)jan.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
|\ \ \ | |/ /