summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify and uniformize unixEmbed tests 6.1, 6.1a, 6.2, 6.2a.culler2019-02-031-11/+5
* Remove unnecessary sleep from unixEmbed-6.2a, which still fails however.culler2019-02-011-6/+3
* Changes which make unixEmbed-8.1a pass on macOS.culler2019-01-314-39/+52
* Tweak the last commit: generate FocusOut events when the NSApp is deactivated.culler2019-01-301-1/+1
* A small change in how ActivateEvents are handled makes unixEmbed-5.3a passculler2019-01-301-1/+3
* Add an update making unixEmbed-5.1a pass on Linuxfvogel2019-01-271-0/+1
* More changes in the Unix version of TkpTestembedCmdfvogel2019-01-271-2/+2
* Reduce the number of unixEmbed test failures on Linux from 10 to 4 by propaga...fvogel2019-01-271-3/+19
* Fix indentation in the -setup and -cleanup sections of the new *a testsfvogel2019-01-271-23/+23
* Make unixEmbed-3.2 pass on macOS even with the deployment target when unixEmb...fvogel2019-01-271-0/+1
* Make unixEmbed-3.2 pass (revert previous change that introduced a loop on [wi...fvogel2019-01-271-3/+1
* Load the Tk package, not Tktestfvogel2019-01-261-1/+1
* Attempt to make the new unixEmbed tests work when tests are run from the buildculler2019-01-261-21/+52
* Remove debug print statement.culler2019-01-231-1/+0
* Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg.culler2019-01-233-153/+638
* Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd...fvogel2019-01-209-16/+3
|\
| * Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This...fvogel2019-01-0110-30/+4
| * Document precedence between tags and style, and priority order of tags.fvogel2018-11-251-2/+6
| * Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9fvogel2018-11-251-2/+11
* | Fix typo triggering error when running unixButton tests on Windows and Linux.fvogel2019-01-201-1/+1
|\ \
| * | Fix typo triggering error when running unixButton tests on Windows and Linux.fvogel2019-01-201-1/+1
* | | Clean up Aqua button geometry code so unixButton tests pass, and makeculler2019-01-183-94/+76
|\ \ \ | |/ /
| * | Tiny adjustment to text position, to match native buttons.culler2019-01-161-1/+2
| * | Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-163-93/+74
|/ /
* | Merge 8.5jan.nijtmans2019-01-133-4/+3
|\ \
| * | Not actually necessary to fix those (they don't give warnings because those a...jan.nijtmans2019-01-133-4/+4
* | | Missed 2 spots in previous commit (only relevant for test-suite)jan.nijtmans2019-01-101-2/+2
* | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-1089-401/+395
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0887-554/+655
| |\ \ \ \ | | | |/ /
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-0866-309/+323
| | | |\ \
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-0352-160/+174
* | | | | | Implement local grabs on macOS.culler2019-01-086-24/+60
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update the demos to give a more complete explanation of local and global grabs.culler2019-01-082-2/+15
| * | | | | Document the behavior of local and global grabs on macOS.culler2019-01-051-0/+10
| * | | | | Implement local grabs for Aqua.culler2019-01-053-22/+35
|/ / / / /
* | | | | Merge 8.5jan.nijtmans2019-01-042-5/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix a few minor compiler warnings, occurring in later gcc/clang versions.jan.nijtmans2019-01-046-9/+10
* | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-046-100/+203
|\ \ \ \ \
| * \ \ \ \ re-base to 'cleaned-up' core-8-6-branchjan.nijtmans2019-01-0366-356/+359
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but werejan.nijtmans2019-01-031-4/+0
* | | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how thejan.nijtmans2019-01-034-134/+179
* | | | | | Let's see if we can build something with Travis-CIjan.nijtmans2019-01-031-0/+84
| * | | | | Merge core-8-6-branch.culler2019-01-031-4/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but wereculler2019-01-031-4/+0
| * | | | | Merge core-8-6-branch.culler2019-01-0358-745/+865
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix two compiler warnings about format string buffers being too small.culler2019-01-032-2/+2
| | * | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the culler2019-01-034-134/+179
| | |\ \ \ \
| | | * | | | Fix the build for MSVC once more.culler2019-01-031-4/+4
| | | * | | | Be careful about Bool types.culler2019-01-031-5/+8
| | | * | | | Fix the build for Windows with MSVCfvogel2019-01-021-1/+1