Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few typo's | jan.nijtmans | 2019-10-15 | 3 | -3/+3 |
| | |||||
* | 3 minor doc fixes. | jan.nijtmans | 2019-10-14 | 3 | -3/+3 |
| | |||||
* | Re-generate the keysyms documentation using the real current keysym list as ↵ | jan.nijtmans | 2019-10-14 | 1 | -889/+922 |
| | | | | used on Windows and MacOS. Those keysyms can be thrusted on all platforms. | ||||
* | Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were ↵ | jan.nijtmans | 2019-10-13 | 3 | -2/+27 |
| | | | | fixed in X11-r6. Add 3 test-cases, proving each of them. | ||||
* | fix unintentional merge | fvogel | 2019-10-11 | 0 | -0/+0 |
|\ | |||||
| * | merge branch bug-69b48f427e9 | fvogel | 2019-10-11 | 0 | -0/+0 |
| |\ | |||||
| | * | Cherrypick [8f767ecb] Leaf: Let's do exactly the same calculation, but then ↵ | fvogel | 2019-10-11 | 1 | -2/+4 |
| | | | | | | | | | | | | using integer arithmetics instead of float | ||||
| | * | Cherrypick [fc3f78ec] Fix test-case bind-34.1 on Windows 10 | fvogel | 2019-10-11 | 1 | -2/+2 |
| | | | |||||
| | * | merge core-8-6-branch | fvogel | 2019-10-10 | 134 | -3866/+6986 |
| | |\ | |||||
* | | | | Use vwait instead of after in canvImg.test. On macOS protect against exceptions | culler | 2019-10-11 | 3 | -14/+17 |
|/ / / | | | | | | | when periodic events are scheduled. | ||||
* | | | Let's do exactly the same calculation, but then using integer arthemetics in ↵ | jan.nijtmans | 2019-10-11 | 1 | -2/+4 |
| | | | | | | | | | | | | stead of float. | ||||
* | | | Fix test-case bind-34.1 on Windows 10 | jan.nijtmans | 2019-10-11 | 1 | -2/+2 |
| | | | |||||
* | | | Merge the remainder of catalina_more_tests | culler | 2019-10-10 | 3 | -3/+25 |
|\ \ \ | |||||
| * \ \ | Merge 8.6 | culler | 2019-10-10 | 3 | -16/+19 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2019-10-10 | 4 | -25/+33 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.6 (bring in XWayland workaround) | jan.nijtmans | 2019-10-10 | 1 | -1/+20 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix one compiler warning in Snow Leopard. | culler | 2019-10-10 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Revert to using update in textWind.test. | culler | 2019-10-09 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Let the comment be in sync with the change made in the previous commit' | fvogel | 2019-10-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Generate the heartbeat every 0.1 seconds instead of 0.25 seconds. | culler | 2019-10-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Use a platform specific procedure to update the text widget in textDisp.test. | culler | 2019-10-09 | 1 | -381/+392 |
| | | | | | | | |||||
| * | | | | | | Fix the (almost) hangs that occurred in some calls to vwait when no user | culler | 2019-10-09 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | events are being generated. | ||||
| * | | | | | | A couple more tweaks to the tests. | culler | 2019-10-09 | 2 | -5/+4 |
| | | | | | | | |||||
| * | | | | | | Clean up the other tests. Mouse movement is still needed to avoid hangs. | culler | 2019-10-09 | 7 | -414/+449 |
| | | | | | | | |||||
| * | | | | | | Rebase to 8.6, and use more "vwait" in stead of "update" | jan.nijtmans | 2019-10-09 | 4 | -25/+74 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Attempt to make more test-cases pass on Catalina (not sure we should go this ↵ | jan.nijtmans | 2019-10-08 | 3 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | way, but let's see) | ||||
| | * | | | | | | Fix some test errors on macOS 10.15 (Catalina) | marc_culler | 2019-10-08 | 3 | -1/+16 |
| |/ / / / / / | |||||
* | | | | | | | Minor improvement to previous commit: Put deprecate names _after_ ↵ | jan.nijtmans | 2019-10-10 | 2 | -830/+832 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-deprecated, so tkBind.c can be kept as it was. Also use all-upper HEX characters consistantly. | ||||
* | | | | | | | Add deprecate Key-names to ks_names.h, and make sure that deprecated ↵ | jan.nijtmans | 2019-10-10 | 3 | -3/+85 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keynames are translated back to their non-deprecated names. This is how X11 does it, our emulation should do it the same way. Added test-case demonstrating this with Eth -> ETH. | ||||
* | | | | | | Fix test number in comment | fvogel | 2019-10-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Add debug info useful in case bind-34.1 fails | fvogel | 2019-10-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Add debug info useful in case bind-32.2 fails | fvogel | 2019-10-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fix macOS crash caused by deactivating a menu while it is being deleted. | culler | 2019-10-10 | 1 | -1/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Use vwait in image.test instead of after. | culler | 2019-10-10 | 1 | -15/+15 |
| | | | | | |||||
* | | | | | Make XID typedef unsigned, since it's unsigned as well on all other platforms. | jan.nijtmans | 2019-10-10 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | Extend maximum KeySym to allow up to 0x1008FFFF, since there are some MultiMedia keys allocated there. | ||||
* | | | | | Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a ↵ | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
| |_|_|/ |/| | | | | | | | | | | | valid KeySym somehow | ||||
* | | | | Change a few "update idletask" from previous commit back to "update". Other ↵ | jan.nijtmans | 2019-10-10 | 3 | -24/+32 |
| |_|/ |/| | | | | | | | | platforms most likely need it this way. | ||||
* | | | Cherry-pick test-case changes from catalina_more_tests branch. They appear ↵ | jan.nijtmans | 2019-10-10 | 9 | -436/+525 |
| | | | | | | | | | | | | to work fine on other platforms, so they deserve more exposal separate from the Catalina-specific changes. | ||||
* | | | Fix [a01b6f7227]: WidthMMOfScreen returns 0 in VirtualBox VM using XWayland. | jan.nijtmans | 2019-10-09 | 1 | -1/+20 |
| |/ |/| | | | Actually, this is an XWayland bug, but better work-around it when possible. | ||||
* | | tk::mac::RegisterServiceWidget was returning an error when Wish was launched ↵ | Kevin Walzer | 2019-10-07 | 1 | -2/+3 |
| | | | | | | | | from app bundle; restore to earlier location in app init code | ||||
* | | Fix crash caused by initializing Mac services multiple times | culler | 2019-10-06 | 2 | -103/+96 |
|\ \ | |||||
| * | | Some initialization steps can remain outside the if (!initialized) block. | culler | 2019-10-06 | 1 | -17/+19 |
| | | | |||||
| * | | Prevent multiple initializations of Mac Services, which would cause IDLE to ↵ | culler | 2019-10-05 | 2 | -112/+103 |
| | | | | | | | | | | | | crash. | ||||
* | | | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only ↵ | jan.nijtmans | 2019-10-06 | 5 | -8/+2 |
| | | | | | | | | | | | | used once, and always equal to DEF_CANVITEM_OUTLINE. So better use DEF_CANVITEM_OUTLINE directly. | ||||
* | | | Use tcl-lang.org in stead of tcl.tk and https in stead of http where possible | jan.nijtmans | 2019-10-05 | 8 | -9/+9 |
| | | | |||||
* | | | Restore looks of canvas items demo as it was in previous Tk versions, but ↵ | jan.nijtmans | 2019-10-05 | 1 | -3/+3 |
| | | | | | | | | | | | | now such that it looks the same with Tk 8.6 and 8.7 | ||||
* | | | Fix usage of DEBUG() macro in tkBind.c | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|/ / | |||||
* | | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more ↵ | jan.nijtmans | 2019-10-04 | 7 | -18/+16 |
| | | | | | | | | links to point to the current https://core.tcl-lang.org | ||||
* | | Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. ↵ | jan.nijtmans | 2019-10-04 | 1 | -1/+2 |
| | | | | | | | | Analysis and patch by chrstphrchvz | ||||
* | | Restore (kind of) default values for -fill and -outline in polygon items. ↵ | jan.nijtmans | 2019-10-04 | 2 | -3/+4 |
| | | | | | | | | Change star in canvas items demo (give it green outline without fill) to demonstrate why. |