| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR in... | fvogel | 2024-09-01 | 1 | -1/+1 |
|\ |
|
| * | Rename DEF_TEXT_INACTIVE_SELECT_COLOR to DEF_TEXT_INACTIVE_SELECT_BG_COLOR in... | fvogel | 2024-09-01 | 1 | -1/+1 |
|
|
* | | Rebase to latest 9.0. Some more fixes (still ... spinbox test hangs in Windows)core-bug-29ba539501 | jan.nijtmans | 2024-08-09 | 1 | -20/+34 |
|\ \ |
|
| * | | Make "entry" work. No test failures any more. Many renamings of fields (*Ptr ... | jan.nijtmans | 2024-07-11 | 1 | -30/+31 |
|
|
| * | | Rebase to 9.0 (entry-6.11 testcase is failing!) | jan.nijtmans | 2024-07-10 | 1 | -13/+28 |
| |\ \ |
|
| | * | | More progress | jan.nijtmans | 2024-06-08 | 1 | -5/+3 |
|
|
| | * | | Introduce TK_OPTION_NONNEG, simplifying things | jan.nijtmans | 2024-06-07 | 1 | -3/+20 |
|
|
| | * | | Proposed solution for [29ba539501]: many PIXEL options don't keep their confi... | jan.nijtmans | 2024-06-07 | 1 | -10/+10 |
|
|
* | | | | Tweak some error-messages. Fix indenting | jan.nijtmans | 2024-08-07 | 1 | -27/+27 |
|\ \ \ \ |
|
* \ \ \ \ | Merge 8.7 | jan.nijtmans | 2024-07-11 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff... | jan.nijtmans | 2024-07-11 | 1 | -1/+3 |
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-04-26 | 1 | -0/+8 |
| |\ \
| | |/ |
|
* | | | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. | fvogel | 2024-04-21 | 1 | -0/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring. Test te... | fvogel | 2024-04-20 | 1 | -0/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-23 | 1 | -23/+32 |
|\ \ \
| | |/
| |/| |
|
| * | | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU... | jan.nijtmans | 2024-03-23 | 1 | -23/+32 |
|
|
| * | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 1 | -9/+9 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-02-19 | 1 | -7/+3 |
|\ \ \
| |/ / |
|
| * | | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 1 | -7/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-02-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|
|
* | | | Modify TkTextGetTabs() signature: textPtr -> tkwin | jan.nijtmans | 2024-02-06 | 1 | -4/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-02-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Change textPtr parameter of TkTextGetTabs to a "const" | jan.nijtmans | 2024-02-02 | 1 | -1/+1 |
|
|
| * | | Some int -> Tcl_Size | jan.nijtmans | 2024-02-02 | 1 | -31/+33 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2024-01-23 | 1 | -2/+3 |
| |\ \
| | |/ |
|
* | | | Use Tcl_Obj * in stead of char * where possible in text widget | jan.nijtmans | 2024-02-02 | 1 | -31/+35 |
|
|
* | | | tagPtr->wrapMode is an enum with only 4 possible values, so no need to test f... | jan.nijtmans | 2024-01-22 | 1 | -3/+1 |
|
|
* | | | Get rid of tagPtr->(reliefObj|justifyObj|overstrikePtr|underlinePtr|elideObj)... | jan.nijtmans | 2024-01-22 | 1 | -2/+0 |
|
|
* | | | Merge 8.7. int -> TkAlignMode where appropriate | jan.nijtmans | 2024-01-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | int -> TkTextTabStyle wherever possible | jan.nijtmans | 2024-01-18 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-01-18 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | int -> TkTextInvalidateAction | jan.nijtmans | 2024-01-18 | 1 | -4/+4 |
|
|
* | | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-17 | 1 | -7/+9 |
|\ \ \
| |/ / |
|
| * | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-17 | 1 | -7/+9 |
|
|
* | | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-14 | 1 | -5/+2 |
|\ \ \
| |/ / |
|
| * | | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ... | jan.nijtmans | 2024-01-14 | 1 | -5/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-01-13 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Cherry-pick [47bcd4a0] (and a few more of the same) | jan.nijtmans | 2024-01-13 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 (there we go again) | jan.nijtmans | 2024-01-12 | 1 | -0/+1 |
| |\ \
| | |/ |
|
* | | | Fix [737abf4523]: text widget has terrible performance with image create. | fvogel | 2024-01-12 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [737abf4523]: text widget has terrible performance with image create. | fvogel | 2024-01-09 | 1 | -0/+1 |
|
|
* | | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-12-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix 2 (minor) compiler warnings | jan.nijtmans | 2023-12-13 | 1 | -1/+1 |
|
|
| * | | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size).... | jan.nijtmans | 2023-12-13 | 1 | -4/+5 |
| |\ \
| | |/ |
|
* | | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen... | jan.nijtmans | 2023-12-13 | 1 | -4/+5 |
|
|