summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-134-34/+112
|\
| * 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-1223-233/+460
| |\
| * | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-121-2/+2
| * | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez.fvogel2020-07-121-4/+5
| * | merge core-8-6-branchfvogel2020-05-013-11/+17
| |\ \
| * | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-192-0/+31
| * | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-192-18/+54
* | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-085-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-087-9/+9
| * | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-16/+16
| |\ \ \
| | * | | Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ...fvogel2020-06-141-78/+0
* | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-064-75/+75
|\ \ \ \ \
| * | | | | Remove excess spacing.fvogel2020-06-031-1/+1
| * | | | | Remove now useless command and test constraint testgrabfvogel2020-06-021-78/+0
| * | | | | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-023-5/+5
| * | | | | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-022-38/+23
| * | | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-023-34/+53
| * | | | | 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-021-10/+7
| * | | | | A more robust approach to warping with respect to a window: make the call to ...fvogel2020-06-022-15/+56
| | |/ / / | |/| | |
| * | | | Use TkGrabState() in function TestgrabObjCmd() instead of dispPtr->grabWinPtr...fvogel2020-02-181-5/+4
| * | | | Refine test bind-35.1 once more since [grab current] returns the eventualGrab...fvogel2020-02-171-0/+79
| * | | | Merge 8.6jan.nijtmans2020-02-1718-97/+94
| |\ \ \ \
| * | | | | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge...fvogel2020-01-251-11/+11
| * | | | | Reorder code snippet in HandleEventGenerate to make it easier to understand. ...fvogel2020-01-061-5/+5
* | | | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-3/+7
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-3/+7
| |\ \ \ \ \
| | * | | | | More complete fix: deal with the case the textvariable is set more than once ...fvogel2020-06-181-0/+3
| | * | | | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand...fvogel2020-06-141-3/+4
* | | | | | | TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-032-4/+1
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
| |\ \ \ \ \ \ \
| | * | | | | | | Let tests bind-33.20 and bind-33.21 pass.fvogel2020-06-211-2/+5
| | * | | | | | | Make a bit more use of helper functions. No functional change.fvogel2020-05-031-10/+17
| | * | | | | | | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a...fvogel2020-05-031-5/+24
| | * | | | | | | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test...fvogel2020-05-021-26/+19
| | * | | | | | | Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki...fvogel2020-05-021-0/+20
| | * | | | | | | Add commentsfvogel2020-05-021-2/+4
| | * | | | | | | Use of IsSubsetOf function is clearer (no functional change).fvogel2020-04-121-1/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-06-271-8/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-06-271-8/+32
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Let the bug id be correctfvogel2020-05-161-2/+2
| | * | | | | | Fix [5c51be6411]: Buffer over-read in Tk_PhotoPutBlock() and Tk_PhotoPutZoome...fvogel2020-05-161-8/+32
* | | | | | | | Fix [fc59158961]: Segfault when .text configurejan.nijtmans2020-06-231-1/+1
* | | | | | | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu...jan.nijtmans2020-06-114-1/+31
* | | | | | | | Merge 8.6jan.nijtmans2020-06-088-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-088-11/+11
* | | | | | | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-085-6/+30