summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring Windows documentation up-to-date with respect to the new color systemPl...fvogel2020-07-143-11/+12
* Bring macOS documentation up-to-date with respect to the new semantic color s...fvogel2020-07-142-11/+13
* Correctly use a system placeholder color on macOS.fvogel2020-07-142-6/+12
* Correctly use a system placeholder color on Windows.fvogel2020-07-142-1/+2
* Fix [de0c219db2]: Use platform placeholder text colors as defaultsfvogel2020-07-142-1/+5
* Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-141-0/+8
|\
| * Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-141-0/+8
| |\
| | * Fix blank spacefvogel2020-07-071-2/+2
| | * Same fix, code organized differentlyfvogel2020-07-071-12/+10
| | * Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-071-2/+12
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-1310-49/+275
|\ \ \ | |/ /
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-139-34/+253
| |\ \
| | * | Add yet another comment about the '#if 0' in tkFont.cfvogel2020-07-121-1/+1
| | * | tkFont.c needs to include tkMacOSXInt.h on macOS, because this is where TK_DR...fvogel2020-07-121-0/+3
| | * | merge core-8-6-branchfvogel2020-07-1296-1599/+3935
| | |\ \
| | * | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-124-3/+12
| | * | | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez.fvogel2020-07-121-4/+5
| | * | | merge core-8-6-branchfvogel2020-05-0110-54/+182
| | |\ \ \
| | * | | | Apply a third patch from Christopher Chavez.fvogel2020-04-213-4/+84
| | * | | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-196-13/+103
| | * | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-192-18/+54
| * | | | | Spurious additional ::jan.nijtmans2020-07-121-1/+1
* | | | | | Merge 8.6jan.nijtmans2020-07-121-19/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [2442314]: Fontchooser - use message catalog for font style.jan.nijtmans2020-07-121-19/+22
| | |_|/ / | |/| | |
* | | | | Merge 8.6jan.nijtmans2020-07-103-14/+14
|\ \ \ \ \ | |/ / / /
| * | | | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-104-54/+45
* | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-0820-35/+35
|\ \ \ \ \ | |/ / / /
| * | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-0825-44/+44
| | |_|/ | |/| |
* | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-066-118/+111
|\ \ \ \
| * \ \ \ Be even more specific in the result expected from bind-35.1fvogel2020-06-071-3/+3
| |\ \ \ \
| * \ \ \ \ merge bug-e3888d5820fvogel2020-06-061-0/+1
| |\ \ \ \ \
| * | | | | | Take into account that some WM, such as KDE/Plasma with the Aurorae theme eng...fvogel2020-06-061-0/+5
| * | | | | | Make success criterion for test bind-35.1 more specific, so that this same te...fvogel2020-06-061-1/+4
| * | | | | | Remove excess spacing.fvogel2020-06-031-1/+1
| * | | | | | Remove now useless command and test constraint testgrabfvogel2020-06-022-79/+0
| * | | | | | Remove proc waitForGrab from test bind-35.1fvogel2020-06-021-20/+3
| * | | | | | merge bug-e3888d5820fvogel2020-06-021-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge bug-e3888d5820fvogel2020-06-021-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-023-5/+5
| * | | | | | | | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-023-40/+25
| * | | | | | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-024-36/+55
| * | | | | | | | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-024-52/+10
| * | | | | | | | Warping with respect to the whole screen is now synchronous as well (it is no...fvogel2020-06-022-21/+9
| * | | | | | | | A more robust approach to warping with respect to a window: make the call to ...fvogel2020-06-023-21/+56
* | | | | | | | | merge markfvogel2020-07-060-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-063-53/+73
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ...fvogel2020-06-143-106/+22
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Add comment explaining the result expected for bind-35.1fvogel2020-06-071-0/+2
| | * | | | | | | Be even more specific in the result expected from bind-35.1fvogel2020-06-071-1/+2
| | * | | | | | | Take into account that some WM, such as KDE/Plasma with the Aurorae theme eng...fvogel2020-06-061-0/+5
| | | |_|_|/ / / | | |/| | | | |