summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-069-41/+47
* More use of TCL_UNUSED() macrojan.nijtmans2020-08-064-92/+76
* Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-0411-243/+243
* Update color documentation.culler2020-08-041-17/+16
* Minor doc fixesjan.nijtmans2020-08-042-3/+3
* Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-045-366/+312
* Address compiler warnings about dark mode when building on new systems with o...culler2020-08-041-7/+8
* merge mac_backgroundculler2020-08-033-5/+84
|\
| * Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-033-5/+84
|/
* 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 lig...culler2020-08-0111-428/+642
|\
| * The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-015-26/+42
| * 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 older...culler2020-07-312-25/+14
| * 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 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