summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-242-4/+4
* 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-2329-192/+204
* 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
* Fix a mistake in [181d1cb337] that broke the ixset and rolodex demos.max2024-01-232-2/+2
* 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-232-207/+222
| |\
| | * 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-212-107/+109
| |/
* | Fix [e2f740cc64]: Open Tk choosers and press Alt+Zjan.nijtmans2024-01-221-1/+1
* | Merge 8.6jan.nijtmans2024-01-211-4/+5
|\ \ | |/
| * Adapt textTag-1.29 demonstrating that [026e2bb685] is not completely solved yetjan.nijtmans2024-01-211-4/+5
* | 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-196-300/+5
|\ \ | |/
| * Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-196-259/+23
* | Put "flush" in the right alphabetic positionjan.nijtmans2024-01-182-3/+3
* | int -> TkTextTabStyle wherever possiblejan.nijtmans2024-01-185-22/+23
* | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-187-18/+18
* | int -> TkTextInvalidateActionjan.nijtmans2024-01-183-26/+29
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-175-133/+88
* | Merge-mark (Fix for [026e2bb685] will look totally different on 8.7)jan.nijtmans2024-01-170-0/+0
|\ \ | |/
| * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-172-22/+120
| |\
| | * 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-162-9/+26
| * | Fix compiler warning on Windowsjan.nijtmans2024-01-171-1/+1
| |/
* | -constraint -> -constraintsjan.nijtmans2024-01-151-4/+4
| |
| \
*-. \ Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-145-40/+30
|\ \ \ | | |/
| | * Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is sav...jan.nijtmans2024-01-141-0/+4
| * | Merge 8.7. Adapt test-casesjan.nijtmans2024-01-144-15/+27
| |\ \ | |/ / |/| |
* | | Fix for TIP #613: In case of TK_XXXX_NULL handling for relief/justify/anchor,...jan.nijtmans2024-01-141-5/+11
| * | Proposed fix for [026e2bb685]: text tag sets bad relief, gets error, but bad ...jan.nijtmans2024-01-144-34/+18
|/ /
* | Cherry-pick [47bcd4a0] (and a few more of the same)jan.nijtmans2024-01-137-15/+15
* | Merge 8.6 (there we go again)jan.nijtmans2024-01-124-33/+14
|\ \ | |/
| * Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-124-33/+14
| |\
| | * Fix bug in previous commit.fvogel2024-01-111-1/+2
| | * Modified implementation inspired by the revised text widget and proposal from...fvogel2024-01-111-20/+12
| | * Let this bugfix branch build and test at Github Actions.fvogel2024-01-093-0/+3
| | * Adapt expected result of test textImage-1.19 following previous commit. This ...fvogel2024-01-091-1/+1
| | * Fix [737abf4523]: text widget has terrible performance with image create.fvogel2024-01-093-22/+10
* | | Merge 8.6jan.nijtmans2024-01-091-7/+14
|\ \ \ | |/ /
| * | Fix [b7abf0d817]: ttk::treeview shows O(n^2) destruction timefvogel2024-01-091-7/+14
| |\ \ | | |/ | |/|