summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Add missing components of the implementation of transient windows on macOS.culler2019-02-022-8/+186
|\ \ \
| * | | Fix bugs that could lead to segfaults when the test interpreter is destroyed.culler2019-01-271-36/+73
| * | | Fix bug [688cd9c9de]: many wm-transient tests fail on macOSculler2019-01-272-7/+148
* | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-0212-427/+667
|\ \ \ \ | |/ / / |/| | |
| * | | Remove lines that were commented out.culler2019-01-281-3/+0
| * | | Edited comments.culler2019-01-281-4/+31
| * | | Reverting TkpPostTearoffMenu to the unix function, which is equally useless butculler2019-01-281-9/+82
| * | | Use the MENU_DELETION_PENDING flag to guard against crashes when theculler2019-01-281-3/+1
| * | | Fix over-correction in the last commit. We must allow item to be nil on macOS.culler2019-01-271-1/+1
| * | | For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu.culler2019-01-152-12/+16
| * | | Fix name collision on macOS. Clarify some logic in the geometry computation.culler2019-01-152-7/+7
| * | | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-155-32/+32
| * | | Fix the underlying problem with empty menubuttons on the mac, rather than theculler2019-01-141-28/+20
| * | | Deal with empty menubuttons on the mac.culler2019-01-131-3/+12
| * | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-136-79/+206
| * | | Avoid errors when a menu is destroyed before its postcommand is run.culler2019-01-131-2/+4
| * | | Fix related menubutton issues on linux and Windows.culler2019-01-118-188/+231
| * | | Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-095-174/+142
* | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-264-32/+81
|\ \ \ \
| * | | | Fix [3003895fff] and [1899040fff] with a different fix, this time it does not...fvogel2019-01-131-15/+14
| * | | | Add new test scale-14.13 to guard against regressions with [220665ffff], and ...fvogel2019-01-091-0/+13
| * | | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-054-38/+75
* | | | | Constrain send.test tests which are inappropriate for macOS with notAqua.culler2019-01-232-8/+12
* | | | | Fix unixEmbed test failures on macOS.culler2019-01-233-153/+637
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |