summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-0719-206/+148
* a6 -> b1, as preparation for possible release (one day, hopefully)jan.nijtmans2024-03-061-3/+3
* Text tag priorities should be Tcl_Size (just as numTags)jan.nijtmans2024-02-192-9/+9
* Use Tcl_ObjCmdProc(2?) in stead of full signature, where possiblejan.nijtmans2024-02-195-38/+27
* Merge 8.6jan.nijtmans2024-02-165-6/+6
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-166-7/+7
* | Unneeded type-castjan.nijtmans2024-02-162-2/+2
* | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-2/+2
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-145-6/+6
* | Merge 8.6jan.nijtmans2024-02-081-3/+3
|\ \ | |/
| * Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start p...fvogel2024-02-031-3/+3
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-0720-89/+81
* | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-023-8/+8
* | Some int -> Tcl_Sizejan.nijtmans2024-02-023-53/+51
* | Few TK_OPTION_ENUM_VAR fixesjan.nijtmans2024-01-302-3/+3
* | Re-generate dummy stub entries (accidently removed in previous commit)jan.nijtmans2024-01-302-0/+6
* | TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-307-22/+17
* | Merge 8.6jan.nijtmans2024-01-271-0/+1
|\ \ | |/
| * Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-271-0/+1
| |\
| | * Fix [8da7af2f8e]: slow widget creation if default font is not usedfvogel2024-01-211-0/+1
* | | Fix compiler warningjan.nijtmans2024-01-261-1/+1
* | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree...jan.nijtmans2024-01-253-51/+105
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-259-18/+18
* | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION...jan.nijtmans2024-01-241-20/+123
* | | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ...jan.nijtmans2024-01-241-4/+9
* | | If TK_NO_DEPRECATED, report back message -padX/-padY as {}jan.nijtmans2024-01-241-0/+19
* | | Allow {} as magical value for the -padx/-pady default, in stead of the magica...jan.nijtmans2024-01-241-2/+2
* | | Limit "screen distances" in error-messages to 50 characters (as was done some...jan.nijtmans2024-01-245-18/+14
* | | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-235-16/+28
* | | Keep Tk 8.7 as much as possible binary compatible with Tk 9.0jan.nijtmans2024-01-231-5/+9
* | | One more int -> TkTextTabStyle (eliminates a compiler warning).csaba2024-01-231-3/+5
* | | Merge 8.6jan.nijtmans2024-01-233-80/+284
|\ \ \ | |/ /
| * | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-231-206/+221
| |\ \ | | |/ | |/|
| | * Update comments in tkText.h. Minor further tweaksjan.nijtmans2024-01-222-40/+32
| | * Implementation cleanup: We know that always internalPtr != NULL, and that the...jan.nijtmans2024-01-221-60/+21
| | * Use internal flag OPTION_NONNEGjan.nijtmans2024-01-221-28/+18
| | * Boolean uses -1 as value when not provided. Same for Relief and Justifyjan.nijtmans2024-01-211-3/+3
| | * Implement the same for Boolean, Relief and Justify as welljan.nijtmans2024-01-211-103/+165
| | * Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ...core-bug-026e2bb685-altjan.nijtmans2024-01-211-106/+108
| |/
* | Remove comment which isn't accurate any morejan.nijtmans2024-01-213-16/+0
* | Mention option in alphabetical orderjan.nijtmans2024-01-201-4/+4
* | Backport comment fixesjan.nijtmans2024-01-202-19/+19
* | Improve "-align"jan.nijtmans2024-01-194-28/+25
* | Merge 8.6jan.nijtmans2024-01-191-1/+1
|\ \ | |/
| * Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-191-1/+1
| * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-171-15/+110
| |\
| | * Handle the remaining options in a similar wayjan.nijtmans2024-01-161-10/+93
| | * (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but bad...jan.nijtmans2024-01-161-2/+16
| |/
| * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-0/+4
* | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3