summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-1510-39/+43
|
* New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-1439-97/+140
|
* 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 ↵fvogel2020-07-1310-49/+275
|\ \ \ | |/ / | | | | | | Christopher Chavez.
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from ↵fvogel2020-07-139-34/+253
| |\ \ | | | | | | | | | | | | Christopher Chavez.
| | * | 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 ↵fvogel2020-07-121-0/+3
| | | | | | | | | | | | | | | | TK_DRAW_IN_CONTEXT is defined.
| | * | merge core-8-6-branchfvogel2020-07-1296-1599/+3935
| | |\ \
| | * | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is ↵fvogel2020-07-124-3/+12
| | | | | | | | | | | | | | | | | | | | not defined are unused. Add comments telling this and pointing to ticket [7655f65ae7].
| | * | | 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 ↵fvogel2020-04-196-13/+103
| | | | | | | | | | | | | | | | | | | | | | | | aqua when selecting text (see the ticket). There is no functional change on Windows and Linux in this patch.
| | * | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch ↵fvogel2020-04-192-18/+54
| | | | | | | | | | | | | | | | | | | | | | | | from Christopher Chavez, slightly modified, and addresses the bug for Windows, Linux and macOS.
| * | | | | 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. ↵jan.nijtmans2020-07-104-54/+45
| | | | | | | | | | | | | | | | | | | | Some KeyPress -> Key changes (which are synonymes). Some implicit <Button-1> specifications in stead of simply <1> (making clear this is not a binding to the "1" key).
* | | | | 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 ↵fvogel2020-07-066-118/+111
|\ \ \ \ | | | | | | | | | | | | | | | widget. Mouse pointer warping happens synchronously.
| * \ \ \ 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 ↵fvogel2020-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | engine, need a bit more time to setup a new toplevel and display its content.
| * | | | | | Make success criterion for test bind-35.1 more specific, so that this same ↵fvogel2020-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test passes in branch bug-e3888d5820-alt1 but fails in core-8-6-branch (previously bind-35.1 did not fail in core-8-6-branch, in which bug [e3888d5820] is not yet solved).
| * | | | | | 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 ↵fvogel2020-06-023-40/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add comments.
| * | | | | | | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the ↵fvogel2020-06-024-36/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code a bit.
| * | | | | | | | 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 ↵fvogel2020-06-022-21/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no longer executed as an idle task). This allows to remove some further update/after commands in tests.
| * | | | | | | | A more robust approach to warping with respect to a window: make the call to ↵fvogel2020-06-023-21/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TkpWarpPointer happen in TkPointerEvent instead of as an idle event. This allows to remove some update/after commands in tests since warping with respect to a window is now synchronous (it happens before event generate $win <Motion> -warp 1 ... returns).
* | | | | | | | | merge markfvogel2020-07-060-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave ↵fvogel2020-07-063-53/+73
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | widget. Mouse pointer warping happens at idle time, and the fix does not change this.
| | * | | | | | | | Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ↵fvogel2020-06-143-106/+22
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | that does not have the fix yet.
| | * | | | | | | 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 ↵fvogel2020-06-061-0/+5
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | engine, need a bit more time to setup a new toplevel and display its content.
| | * | | | | | Cherry-pick [a6c87041]: Make bind-34.1 pass on Debian 10 with KDE/Plasma by ↵fvogel2020-06-061-0/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | giving the WM a more complete setup for this test.
| | * | | | | Make test bind-34.1 pass on Debian 10 with KDE/Plasma.fvogel2020-06-021-0/+1
| | | |/ / / | | |/| | |
| | * | | | Fix error (with no consequences) in test bind-34.1fvogel2020-06-021-2/+2
| | |/ / /