summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-2720-199/+253
|\
| * Merge mac_testing: fix testing and build issues on the various supported vers...culler2020-07-2720-199/+252
| |\
| | * Remove the race condition from listbox-21.10 the same way as for listbox-21.9culler2020-07-251-8/+6
| | * Fix the fontchooser demo correctly.culler2020-07-251-4/+2
| | * Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-244-7/+9
| | * Fix Windows tests which were affected by the Mac changes.culler2020-07-244-25/+39
| | * On Sierra the linkColor property must be explicitly declared as a class prope...culler2020-07-231-0/+6
| | * Still fiddling with listbox-21.9culler2020-07-231-1/+1
| | * Another adjustment to listbox-21.9culler2020-07-231-4/+3
| | * Adjust a couple of textDisp tests for El Capitanculler2020-07-231-3/+5
| | * Fix the (re)declaration of linkColor so it works on all systems.culler2020-07-231-4/+0
| | * Adjust listbox-21.9culler2020-07-231-6/+5
| | * Fix build on Mavericks.culler2020-07-231-3/+2
| | * See if we can speed up textDisp.testculler2020-07-231-6/+6
| | * All tests pass on Yosemite now.culler2020-07-233-15/+24
| | * Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-232-32/+30
| | * The added event loops work to update the mapped flags for packed and placed w...culler2020-07-232-3/+2
| | * More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1?culler2020-07-222-9/+12
| | * Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-224-21/+17
| | * Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-224-29/+54
| | * Make image testing work better in the Sierrasculler2020-07-221-22/+8
| | * Fix some compiler warnings on Sierra.culler2020-07-222-0/+13
| | * Improve image testing on macOS.culler2020-07-212-38/+49
* | | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
|\ \ \ | |/ /
| * | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
* | | Commit [22b16031] changed the font used in textWind.test for aqua. It appears...fvogel2020-07-231-5/+1
|\ \ \ | |/ /
| * | Commit [4c6a42bd] changed the font used in textWind.test for aqua. It appears...fvogel2020-07-231-5/+1
| |/
* | Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d...culler2020-07-201-0/+1
|\ \ | |/
| * Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d...culler2020-07-201-0/+1
* | Aqua: fix unixWm tests broken by the larger menubar in Big Surculler2020-07-201-12/+13
|\ \ | |/
| * Aqua: fix unixWm tests broken by the larger menubar in Big Surculler2020-07-201-12/+13
* | For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-202-2/+37
|\ \ | |/
| * For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-202-2/+37
* | Apple changed the metrics for Courier New in Big Sur, causing many textWind t...culler2020-07-201-1/+5
|\ \ | |/
| * Apple changed the metrics for Courier New in Big Sur, causing many textWind t...culler2020-07-201-1/+5
* | The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-192-2/+2
|\ \ | |/
| * The semantics of TkpWillDrawWidget was reversed in the previous commit. Propa...fvogel2020-07-192-2/+2
| |\
| | * The semantics of TkpWillDrawWidget was reversed in a previous commit in this ...fvogel2020-07-192-2/+2
* | | Merge 8.6marc_culler2020-07-1821-360/+450
|\ \ \ | |/ /
| * | Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-1822-365/+450
| |\ \ | | |/
| | * Fix the display artifacts in the (unneeded) withdraw-configure-deiconify cycle.culler2020-07-171-7/+8
| | * Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-165-13/+35
| | * More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-155-21/+4
| | * macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-158-82/+31
| | * Remove duplicate line in tkMacOSXWindowEvent.cmarc_culler2020-07-141-1/+0
| | * Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove r...marc_culler2020-07-133-26/+20
| | * Tweak and untweak a couple of tests with race conditions.marc_culler2020-07-122-3/+5
| | * Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-124-8/+4
| | * Merge 8.6jan.nijtmans2020-07-1266-346/+780
| | |\
| | * | Fix the Redisplay to make new windows complete.culler2020-06-074-21/+20