summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-08-171-6/+6
|\
| * Merge 8.6jan.nijtmans2020-08-171-3/+3
| |\
| | * one more "const"jan.nijtmans2020-08-171-1/+1
| | * const usagejan.nijtmans2020-08-171-3/+3
* | | Merge trunkjan.nijtmans2020-08-173-40/+109
|\ \ \ | |/ /
| * | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
| |\ \ | | |/
| | * Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
| | |\
| | | * misplaced #endifculler2020-08-151-2/+2
| | | * Adjustments for 10.6culler2020-08-151-3/+5
| | | * sync with bug-315104a5c10culler2020-08-153-50/+100
| | | * Fix the first event reporting a change in effective appearanceculler2020-08-112-5/+11
| | | * Generate a virtual event <<NewAccentColor>> when the accent or highlight colo...culler2020-08-111-8/+9
| | | * Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-102-4/+15
* | | | Merge trunkjan.nijtmans2020-08-141-1/+1
|\ \ \ \ | |/ / /
| * | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
* | | | Merge trunkjan.nijtmans2020-08-143-19/+53
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-08-1330-971/+1226
|\ \ \ \ | |/ / /
| * | | 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