summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-08-0414-456/+684
|\
| * end-of-line spacing cleanupjan.nijtmans2020-08-035-34/+34
| |
| * Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel()culler2020-08-033-14/+23
| |\
| | * Edit comments.culler2020-08-031-3/+7
| | |
| | * Be a little more efficient.culler2020-08-033-10/+9
| | |
| | * Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel()culler2020-08-031-7/+13
| |/
| * Edit commentsculler2020-08-021-36/+41
| |
| * Simplify macOS color handling code and make winfo rgb work correctly with ↵culler2020-08-0111-428/+642
| |\ | | | | | | | | | light and dark mode.
| | * The colormaps do not fix winfo rgb. Handle that directly. And deal with ↵culler2020-08-015-26/+42
| | | | | | | | | | | | Big Sur deprecations.
| | * Adjust some unixEmbed tests which were failing sporadically.culler2020-07-311-6/+6
| | |
| | * Remove an unused function. Deal with colors which are not supported on ↵culler2020-07-312-25/+14
| | | | | | | | | | | | older systems (10.9)
| | * Prevent a warning on systems without darkAqua.culler2020-07-311-1/+3
| | |
| | * Fix the build for systems without darkAqua.culler2020-07-311-0/+4
| | |
| | * Tidying up a few loose ends.culler2020-07-311-29/+76
| | |
| | * Make winfo rgb work correctly with the light and dark colormapsculler2020-07-312-42/+87
| | |
| | * Change terminology. Keep separate TkColors for light and dark mode.culler2020-07-302-32/+34
| | |
| | * Clean up a few more things.culler2020-07-291-93/+88
| | |
| | * Fix the hash table logic and some build issues.culler2020-07-293-15/+71
| | |
| | * Remove lines that were commented out.culler2020-07-291-5/+2
| | |
| | * Add the new header file too.culler2020-07-291-0/+250
| | |
| | * Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-296-328/+139
| |/
* | Merge 8.6: fix testing and build issues on the various supported versions of ↵culler2020-07-2720-199/+253
|\ \ | |/ | | | | macOS.
| * Merge mac_testing: fix testing and build issues on the various supported ↵culler2020-07-2720-199/+252
| |\ | | | | | | | | | versions of macOS.
| | * 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 ↵culler2020-07-231-0/+6
| | | | | | | | | | | | property.
| | * 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 ↵culler2020-07-232-3/+2
| | | | | | | | | | | | windows, but they break more than they fix.
| | * 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 ↵culler2020-07-224-29/+54
| | | | | | | | | | | | Yosemite.
| | * 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 ↵fvogel2020-07-231-5/+1
|\ \ \ | |/ / | | | | | | appears we can use 'Courier' instead of 'Courier New' on all three platforms with no failure (tested on Windows Vista and Linux Debian 10).
| * | Commit [4c6a42bd] changed the font used in textWind.test for aqua. It ↵fvogel2020-07-231-5/+1
| |/ | | | | | | appears we can use 'Courier' instead of 'Courier New' on all three platforms with no failure (tested on Windows Vista and Linux Debian 10).
* | Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina ↵culler2020-07-201-0/+1
|\ \ | |/ | | | | displays - patch from Christopher Chavez
| * Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina ↵culler2020-07-201-0/+1
| | | | | | | | displays - patch from Christopher Chavez