Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Simplify and uniformize unixEmbed tests 6.1, 6.1a, 6.2, 6.2a. | culler | 2019-02-03 | 1 | -11/+5 | |
| | ||||||
* | Remove unnecessary sleep from unixEmbed-6.2a, which still fails however. | culler | 2019-02-01 | 1 | -6/+3 | |
| | ||||||
* | Changes which make unixEmbed-8.1a pass on macOS. | culler | 2019-01-31 | 4 | -39/+52 | |
| | ||||||
* | Tweak the last commit: generate FocusOut events when the NSApp is deactivated. | culler | 2019-01-30 | 1 | -1/+1 | |
| | ||||||
* | A small change in how ActivateEvents are handled makes unixEmbed-5.3a pass | culler | 2019-01-30 | 1 | -1/+3 | |
| | | | on Aqua. | |||||
* | Add an update making unixEmbed-5.1a pass on Linux | fvogel | 2019-01-27 | 1 | -0/+1 | |
| | ||||||
* | More changes in the Unix version of TkpTestembedCmd | fvogel | 2019-01-27 | 1 | -2/+2 | |
| | ||||||
* | Reduce the number of unixEmbed test failures on Linux from 10 to 4 by ↵ | fvogel | 2019-01-27 | 1 | -3/+19 | |
| | | | | propagating changes in TkpTestembedCmd from macosx/tkMacOSXEmbed.c to the unix version of it in unix/tkUnixEmbed.c | |||||
* | Fix indentation in the -setup and -cleanup sections of the new *a tests | fvogel | 2019-01-27 | 1 | -23/+23 | |
| | ||||||
* | Make unixEmbed-3.2 pass on macOS even with the deployment target when ↵ | fvogel | 2019-01-27 | 1 | -0/+1 | |
| | | | | unixEmbed-1.5a was run before. | |||||
* | Make unixEmbed-3.2 pass (revert previous change that introduced a loop on ↵ | fvogel | 2019-01-27 | 1 | -3/+1 | |
| | | | | [winfo exists .t2] since this prevents the necessary update to be executed) | |||||
* | Load the Tk package, not Tktest | fvogel | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | Attempt to make the new unixEmbed tests work when tests are run from the build | culler | 2019-01-26 | 1 | -21/+52 | |
| | | | directory, without installing Tk. | |||||
* | Remove debug print statement. | culler | 2019-01-23 | 1 | -1/+0 | |
| | ||||||
* | Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg. | culler | 2019-01-23 | 3 | -153/+638 | |
| | ||||||
* | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to ↵ | fvogel | 2019-01-20 | 9 | -16/+3 | |
|\ | | | | | | | cjmcdonald for suggesting a fix. | |||||
| * | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. ↵ | fvogel | 2019-01-01 | 10 | -30/+4 | |
| | | | | | | | | This solution was suggested by cjmcdonald: Revert [d378ad72], partially revert [07b0114e] (keep documentation of tag priority order), and remove the {!disabled !selected} statespec from the -background and -foreground state map of the ttk::treeview since they are not needed and provide regressions. | |||||
| * | Document precedence between tags and style, and priority order of tags. | fvogel | 2018-11-25 | 1 | -2/+6 | |
| | | ||||||
| * | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9 | fvogel | 2018-11-25 | 1 | -2/+11 | |
| | | ||||||
* | | Fix typo triggering error when running unixButton tests on Windows and Linux. | fvogel | 2019-01-20 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix typo triggering error when running unixButton tests on Windows and Linux. | fvogel | 2019-01-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clean up Aqua button geometry code so unixButton tests pass, and make | culler | 2019-01-18 | 3 | -94/+76 | |
|\ \ \ | |/ / | | | | a few small adjustments to the appearance. | |||||
| * | | Tiny adjustment to text position, to match native buttons. | culler | 2019-01-16 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix bug [e733d3770f]: geometry issues with buttons on macOS | culler | 2019-01-16 | 3 | -93/+74 | |
|/ / | ||||||
* | | Merge 8.5 | jan.nijtmans | 2019-01-13 | 3 | -4/+3 | |
|\ \ | ||||||
| * | | Not actually necessary to fix those (they don't give warnings because those ↵ | jan.nijtmans | 2019-01-13 | 3 | -4/+4 | |
| | | | | | | | | | | | | are switched off), but while on it it's better to correct those ill-usages of 'None' too | |||||
* | | | Missed 2 spots in previous commit (only relevant for test-suite) | jan.nijtmans | 2019-01-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2019-01-10 | 89 | -401/+395 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | |||||
| | \ \ | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 87 | -554/+655 | |
| |\ \ \ \ | | | |/ / | ||||||
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2019-01-08 | 66 | -309/+323 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | |||||
| | | | * | | Bring back more original "None" usages, and fix other warnings which ↵ | jan.nijtmans | 2019-01-03 | 52 | -160/+174 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings. | |||||
* | | | | | | Implement local grabs on macOS. | culler | 2019-01-08 | 6 | -24/+60 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Update the demos to give a more complete explanation of local and global grabs. | culler | 2019-01-08 | 2 | -2/+15 | |
| | | | | | | ||||||
| * | | | | | Document the behavior of local and global grabs on macOS. | culler | 2019-01-05 | 1 | -0/+10 | |
| | | | | | | ||||||
| * | | | | | Implement local grabs for Aqua. | culler | 2019-01-05 | 3 | -22/+35 | |
|/ / / / / | ||||||
* | | | | | Merge 8.5 | jan.nijtmans | 2019-01-04 | 2 | -5/+6 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Fix a few minor compiler warnings, occurring in later gcc/clang versions. | jan.nijtmans | 2019-01-04 | 6 | -9/+10 | |
| | | | | | ||||||
* | | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 6 | -100/+203 | |
|\ \ \ \ \ | | | | | | | | | | | | | platforms and fix a bug with embedded toplevels. | |||||
| * \ \ \ \ | re-base to 'cleaned-up' core-8-6-branch | jan.nijtmans | 2019-01-03 | 66 | -356/+359 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | jan.nijtmans | 2019-01-03 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | accidentally left in the file. | |||||
* | | | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 4 | -134/+179 | |
| | | | | | | | | | | | | | | | | | | <<WidgetViewSync>> event is handled. | |||||
* | | | | | | Let's see if we can build something with Travis-CI | jan.nijtmans | 2019-01-03 | 1 | -0/+84 | |
| | | | | | | ||||||
| * | | | | | Merge core-8-6-branch. | culler | 2019-01-03 | 1 | -4/+0 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | culler | 2019-01-03 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | accidentally left in the file. | |||||
| * | | | | | Merge core-8-6-branch. | culler | 2019-01-03 | 58 | -745/+865 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fix two compiler warnings about format string buffers being too small. | culler | 2019-01-03 | 2 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | culler | 2019-01-03 | 4 | -134/+179 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | <<WidgetViewSync>> event is handled. | |||||
| | | * | | | | Fix the build for MSVC once more. | culler | 2019-01-03 | 1 | -4/+4 | |
| | | | | | | | ||||||
| | | * | | | | Be careful about Bool types. | culler | 2019-01-03 | 1 | -5/+8 | |
| | | | | | | | ||||||
| | | * | | | | Fix the build for Windows with MSVC | fvogel | 2019-01-02 | 1 | -1/+1 | |
| | | | | | | |