| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 propaga... | fvogel | 2019-01-27 | 1 | -3/+19 |
|
|
| * | | 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 unixEmb... | fvogel | 2019-01-27 | 1 | -0/+1 |
|
|
| * | | Make unixEmbed-3.2 pass (revert previous change that introduced a loop on [wi... | fvogel | 2019-01-27 | 1 | -3/+1 |
|
|
| * | | 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 |
|
|
* | | | Add missing components of the implementation of transient windows on macOS. | culler | 2019-02-02 | 2 | -8/+186 |
|\ \ \ |
|
| * | | | Fix bugs that could lead to segfaults when the test interpreter is destroyed. | culler | 2019-01-27 | 1 | -36/+73 |
|
|
| * | | | Fix bug [688cd9c9de]: many wm-transient tests fail on macOS | culler | 2019-01-27 | 2 | -7/+148 |
|
|
* | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 12 | -427/+667 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove lines that were commented out. | culler | 2019-01-28 | 1 | -3/+0 |
|
|
| * | | | Edited comments. | culler | 2019-01-28 | 1 | -4/+31 |
|
|
| * | | | Reverting TkpPostTearoffMenu to the unix function, which is equally useless but | culler | 2019-01-28 | 1 | -9/+82 |
|
|
| * | | | Use the MENU_DELETION_PENDING flag to guard against crashes when the | culler | 2019-01-28 | 1 | -3/+1 |
|
|
| * | | | Fix over-correction in the last commit. We must allow item to be nil on macOS. | culler | 2019-01-27 | 1 | -1/+1 |
|
|
| * | | | For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu. | culler | 2019-01-15 | 2 | -12/+16 |
|
|
| * | | | Fix name collision on macOS. Clarify some logic in the geometry computation. | culler | 2019-01-15 | 2 | -7/+7 |
|
|
| * | | | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 5 | -32/+32 |
|
|
| * | | | Fix the underlying problem with empty menubuttons on the mac, rather than the | culler | 2019-01-14 | 1 | -28/+20 |
|
|
| * | | | Deal with empty menubuttons on the mac. | culler | 2019-01-13 | 1 | -3/+12 |
|
|
| * | | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 6 | -79/+206 |
|
|
| * | | | Avoid errors when a menu is destroyed before its postcommand is run. | culler | 2019-01-13 | 1 | -2/+4 |
|
|
| * | | | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 8 | -188/+231 |
|
|
| * | | | Fix bug [70e531918e]: geometry issues with menubuttons on macOS | culler | 2019-01-09 | 5 | -174/+142 |
|
|
* | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-26 | 4 | -32/+81 |
|\ \ \ \ |
|
| * | | | | Fix [3003895fff] and [1899040fff] with a different fix, this time it does not... | fvogel | 2019-01-13 | 1 | -15/+14 |
|
|
| * | | | | Add new test scale-14.13 to guard against regressions with [220665ffff], and ... | fvogel | 2019-01-09 | 1 | -0/+13 |
|
|
| * | | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -from | fvogel | 2019-01-05 | 4 | -38/+75 |
|
|
* | | | | | Constrain send.test tests which are inappropriate for macOS with notAqua. | culler | 2019-01-23 | 2 | -8/+12 |
|
|
* | | | | | Fix unixEmbed test failures on macOS. | culler | 2019-01-23 | 3 | -153/+637 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | 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 cjmcd... | fvogel | 2019-01-20 | 9 | -16/+3 |
|\ \ \ \ |
|
| * | | | | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This... | fvogel | 2019-01-01 | 10 | -30/+4 |
|
|
| * | | | | 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 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | 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 a... | jan.nijtmans | 2019-01-13 | 3 | -4/+4 |
|
|
* | | | | | | 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 Window... | jan.nijtmans | 2019-01-10 | 89 | -401/+395 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| | | | | | | |
| | \ \ \ \ | |
| *-. \ \ \ \ | 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 Window... | jan.nijtmans | 2019-01-08 | 66 | -309/+323 |
| | | |\ \ \ \ |
|
| | | | * | | | | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 52 | -160/+174 |
|
|
* | | | | | | | | Implement local grabs on macOS. | culler | 2019-01-08 | 6 | -24/+60 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|