| Commit message (Expand) | Author | Age | Files | Lines |
* | a6 -> b1, as preparation for possible release (one day, hopefully) | jan.nijtmans | 2024-03-06 | 1 | -3/+3 |
|
|
* | Text tag priorities should be Tcl_Size (just as numTags) | jan.nijtmans | 2024-02-19 | 2 | -9/+9 |
|
|
* | Use Tcl_ObjCmdProc(2?) in stead of full signature, where possible | jan.nijtmans | 2024-02-19 | 5 | -38/+27 |
|
|
* | Merge 8.6 | jan.nijtmans | 2024-02-16 | 5 | -6/+6 |
|\ |
|
| * | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 6 | -7/+7 |
|
|
* | | Unneeded type-cast | jan.nijtmans | 2024-02-16 | 2 | -2/+2 |
|
|
* | | Fix warning in tkEntry.c. More typecast cleanup | jan.nijtmans | 2024-02-16 | 1 | -2/+2 |
|
|
* | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts. | jan.nijtmans | 2024-02-14 | 5 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-02-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start p... | fvogel | 2024-02-03 | 1 | -3/+3 |
|
|
* | | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 20 | -89/+81 |
|
|
* | | Change textPtr parameter of TkTextGetTabs to a "const" | jan.nijtmans | 2024-02-02 | 3 | -8/+8 |
|
|
* | | Some int -> Tcl_Size | jan.nijtmans | 2024-02-02 | 3 | -53/+51 |
|
|
* | | Few TK_OPTION_ENUM_VAR fixes | jan.nijtmans | 2024-01-30 | 2 | -3/+3 |
|
|
* | | Re-generate dummy stub entries (accidently removed in previous commit) | jan.nijtmans | 2024-01-30 | 2 | -0/+6 |
|
|
* | | TkTextMakeByteIndex byteIndex int -> Tcl_Size | jan.nijtmans | 2024-01-30 | 7 | -22/+17 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-01-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix [8da7af2f8e]: slow widget creation if default font is not used. | fvogel | 2024-01-27 | 1 | -0/+1 |
| |\ |
|
| | * | Fix [8da7af2f8e]: slow widget creation if default font is not used | fvogel | 2024-01-21 | 1 | -0/+1 |
|
|
* | | | Fix compiler warning | jan.nijtmans | 2024-01-26 | 1 | -1/+1 |
|
|
* | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree... | jan.nijtmans | 2024-01-25 | 3 | -51/+105 |
|
|
* | | | Eliminate many (Tcl_Size) typecasts, which are no longer necessary | jan.nijtmans | 2024-01-25 | 9 | -18/+18 |
|
|
* | | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION... | jan.nijtmans | 2024-01-24 | 1 | -20/+123 |
|
|
* | | | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ... | jan.nijtmans | 2024-01-24 | 1 | -4/+9 |
|
|
* | | | If TK_NO_DEPRECATED, report back message -padX/-padY as {} | jan.nijtmans | 2024-01-24 | 1 | -0/+19 |
|
|
* | | | Allow {} as magical value for the -padx/-pady default, in stead of the magica... | jan.nijtmans | 2024-01-24 | 1 | -2/+2 |
|
|
* | | | Limit "screen distances" in error-messages to 50 characters (as was done some... | jan.nijtmans | 2024-01-24 | 5 | -18/+14 |
|
|
* | | | Revise "bad screen distance" error-messages | jan.nijtmans | 2024-01-23 | 5 | -16/+28 |
|
|
* | | | Keep Tk 8.7 as much as possible binary compatible with Tk 9.0 | jan.nijtmans | 2024-01-23 | 1 | -5/+9 |
|
|
* | | | One more int -> TkTextTabStyle (eliminates a compiler warning). | csaba | 2024-01-23 | 1 | -3/+5 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2024-01-23 | 3 | -80/+284 |
|\ \ \
| |/ / |
|
| * | | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-23 | 1 | -206/+221 |
| |\ \
| | |/
| |/| |
|
| | * | Update comments in tkText.h. Minor further tweaks | jan.nijtmans | 2024-01-22 | 2 | -40/+32 |
|
|
| | * | Implementation cleanup: We know that always internalPtr != NULL, and that the... | jan.nijtmans | 2024-01-22 | 1 | -60/+21 |
|
|
| | * | Use internal flag OPTION_NONNEG | jan.nijtmans | 2024-01-22 | 1 | -28/+18 |
|
|
| | * | Boolean uses -1 as value when not provided. Same for Relief and Justify | jan.nijtmans | 2024-01-21 | 1 | -3/+3 |
|
|
| | * | Implement the same for Boolean, Relief and Justify as well | jan.nijtmans | 2024-01-21 | 1 | -103/+165 |
|
|
| | * | Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ...core-bug-026e2bb685-alt | jan.nijtmans | 2024-01-21 | 1 | -106/+108 |
| |/ |
|
* | | Remove comment which isn't accurate any more | jan.nijtmans | 2024-01-21 | 3 | -16/+0 |
|
|
* | | Mention option in alphabetical order | jan.nijtmans | 2024-01-20 | 1 | -4/+4 |
|
|
* | | Backport comment fixes | jan.nijtmans | 2024-01-20 | 2 | -19/+19 |
|
|
* | | Improve "-align" | jan.nijtmans | 2024-01-19 | 4 | -28/+25 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-01-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update build scripts (backported from 8.7/9.0). Travis is no longer supported... | jan.nijtmans | 2024-01-19 | 1 | -1/+1 |
|
|
| * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-17 | 1 | -15/+110 |
| |\ |
|
| | * | Handle the remaining options in a similar way | jan.nijtmans | 2024-01-16 | 1 | -10/+93 |
|
|
| | * | (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but bad... | jan.nijtmans | 2024-01-16 | 1 | -2/+16 |
| |/ |
|
| * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav... | jan.nijtmans | 2024-01-14 | 1 | -0/+4 |
|
|
* | | Put "flush" in the right alphabetic position | jan.nijtmans | 2024-01-18 | 2 | -3/+3 |
|
|
* | | int -> TkTextTabStyle wherever possible | jan.nijtmans | 2024-01-18 | 5 | -22/+23 |
|
|