summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Collapse)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 ↵jan.nijtmans2024-10-181-1/+1
|\ | | | | | | Widget storage
| * Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in ↵jan.nijtmans2024-10-181-6/+6
| | | | | | | | Widget storage
| * 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 ↵jan.nijtmans2024-09-291-1/+26
|\ \ | |/ | | | | negative (or "")
| * Merge 8.6jan.nijtmans2024-09-031-27/+27
| |\
| * \ Use the more efficient ↵jan.nijtmans2024-09-011-1/+1
| |\ \ | | |/ | | | | | | | | | Tk_AllocColorFromObj()/Tk_Alloc3DBorderFromObj()/Tk_AllocCursorFromObj()/Tk_GetJustifyFromObj() in tkOldConfig.c. Merge 8.6
* | | Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR ↵fvogel2024-09-011-1/+1
|\ \ \ | | |/ | |/| | | | in the text widget code.
| * | Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR ↵fvogel2024-09-011-1/+1
| | | | | | | | | | | | in the text widget code.
* | | 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
| | | | | | | | | | | | | | | | -> *Obj)
| * | | 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 ↵jan.nijtmans2024-06-071-10/+10
| | | | | | | | | | | | | | | | | | | | configured value
* | | | | 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 ↵jan.nijtmans2024-07-111-1/+3
| |/ / | | | | | | | | | different Tk versions. (Tk 8.6 already does this, missed in Tk 8.7)
| * | 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 ↵fvogel2024-04-201-0/+8
| | | | | | | | | | | | text-27.26 now passes.
* | | Merge 8.7jan.nijtmans2024-03-231-23/+32
|\ \ \ | | |/ | |/|
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply ↵jan.nijtmans2024-03-231-23/+32
| | | | | | | | | | | | NULL. Re-generate stub table, only creating dummy stub entries for TCL_MAJOR_VERSION < 9
| * | 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 ↵jan.nijtmans2024-01-221-3/+1
| | | | | | | | | | | | for 3 of them
* | | Get rid of ↵jan.nijtmans2024-01-221-2/+0
| | | | | | | | | | | | tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj). Due to TIP #613, they are not needed any more.
* | | 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 ↵jan.nijtmans2024-01-171-7/+9
|\ \ \ | |/ / | | | | | | saved anyway