summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Aqua - automatically support all colors in Apple's system ColorListculler2020-08-133-19/+53
|\
| * Aqua - automatically support all colors in Apple's system ColorListculler2020-08-133-19/+53
| |\
| | * Use the TkMacOSXInDarkMode from bug-315104a5c10culler2020-08-131-4/+5
| | * Fix an issue with 10.9culler2020-08-121-1/+2
| | * Fix some issues with 10.6culler2020-08-123-2/+16
| | * Aqua - automatically support all NSColors in the System ColorList.culler2020-08-122-14/+32
* | | Merge 8.6jan.nijtmans2020-08-133-34/+17
|\ \ \ | |/ /
| * | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-135-77/+96
| |\ \ | | |/ | |/|
* | | Merge 8.6jan.nijtmans2020-08-121-8/+8
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-08-066-38/+20
|\ \ \ | |/ /
| * | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-066-37/+38
* | | Merge 8.6jan.nijtmans2020-08-061-18/+9
|\ \ \ | |/ /
| * | More use of TCL_UNUSED() macrojan.nijtmans2020-08-064-92/+76
* | | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ...jan.nijtmans2020-08-064-40/+0
* | | Merge 8.6jan.nijtmans2020-08-042-4/+4
|\ \ \ | |/ /
| * | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n...jan.nijtmans2020-08-042-4/+4
* | | Merge 8.6jan.nijtmans2020-08-042-38/+22
|\ \ \ | |/ /
| * | Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-044-366/+289
* | | Merge 8.6 but remove HITheme and HIBackground colors which are only supported...culler2020-08-046-150/+128
|\ \ \ | |/ /
| * | Address compiler warnings about dark mode when building on new systems with o...culler2020-08-041-7/+8
| * | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-033-5/+84
* | | Merge 8.6jan.nijtmans2020-08-0411-449/+661
|\ \ \ | |/ /
| * | end-of-line spacing cleanupjan.nijtmans2020-08-033-32/+32
| * | 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
| * | The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-014-26/+26
| * | 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 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-278-41/+63
|\ \ \ | |/ /
| * | Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-243-6/+8
| * | On Sierra the linkColor property must be explicitly declared as a class prope...culler2020-07-231-0/+6
| * | Fix the (re)declaration of linkColor so it works on all systems.culler2020-07-231-4/+0
| * | Fix build on Mavericks.culler2020-07-231-3/+2
| * | All tests pass on Yosemite now.culler2020-07-231-0/+5
| * | Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-231-2/+18
| * | 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-221-1/+3
| * | Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-223-13/+6
| * | Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-2/+7