summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft ↵jan.nijtmans2020-08-171-0/+4
| | | | compilers. Tcl already does this, but this was never taken over by Tk
* Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ↵fvogel2020-08-162-3/+8
| | | | that -font and -foreground are now documented in 8.6 in addition to 8.7. See request in [ddac78bd5e].
* Fix [315104a5c1] - corrects and extends the virtual event notifications of ↵culler2020-08-153-40/+109
|\ | | | | | | appearance changes.
| * 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 ↵culler2020-08-111-8/+9
| | | | | | | | colors are changed in Preferences.
| * Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent ↵culler2020-08-102-4/+15
| | | | | | | | color is changed.
* | doc fixesjan.nijtmans2020-08-144-7/+7
| |
* | Aqua - automatically support all colors in Apple's system ColorListculler2020-08-134-87/+72
|\ \
| * | 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
| | |
| * | Remove extra whitespace.culler2020-08-121-1/+1
| | |
| * | Aqua - automatically support all NSColors in the System ColorList.culler2020-08-123-83/+52
| | |
* | | testcase cleanupjan.nijtmans2020-08-135-392/+392
| | |
* | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More ↵jan.nijtmans2020-08-139-88/+116
|\ \ \ | |/ / |/| | | | | use of TCL_UNUSED macro
| * | .travis.yml update for newer tagsjan.nijtmans2020-08-121-3/+1
| | |
* | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵jan.nijtmans2020-08-125-31/+32
| | | | | | | | | | | | be sure
* | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵jan.nijtmans2020-08-115-81/+571
| |/ |/| | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor()
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵jan.nijtmans2020-08-069-41/+47
| | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED()
* | More use of TCL_UNUSED() macrojan.nijtmans2020-08-064-92/+76
| |
* | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵jan.nijtmans2020-08-0411-243/+243
| | | | | | | | not affecting the API
* | 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 ↵culler2020-08-041-7/+8
| | | | | | | | old targets.
* | 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 ↵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
|/ /