Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft ↵ | jan.nijtmans | 2020-08-17 | 1 | -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 ↵ | fvogel | 2020-08-16 | 2 | -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 ↵ | culler | 2020-08-15 | 3 | -40/+109 |
|\ | | | | | | | appearance changes. | ||||
| * | misplaced #endif | culler | 2020-08-15 | 1 | -2/+2 |
| | | |||||
| * | Adjustments for 10.6 | culler | 2020-08-15 | 1 | -3/+5 |
| | | |||||
| * | sync with bug-315104a5c10 | culler | 2020-08-15 | 3 | -50/+100 |
| | | |||||
| * | Fix the first event reporting a change in effective appearance | culler | 2020-08-11 | 2 | -5/+11 |
| | | |||||
| * | Generate a virtual event <<NewAccentColor>> when the accent or highlight ↵ | culler | 2020-08-11 | 1 | -8/+9 |
| | | | | | | | | colors are changed in Preferences. | ||||
| * | Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent ↵ | culler | 2020-08-10 | 2 | -4/+15 |
| | | | | | | | | color is changed. | ||||
* | | doc fixes | jan.nijtmans | 2020-08-14 | 4 | -7/+7 |
| | | |||||
* | | Aqua - automatically support all colors in Apple's system ColorList | culler | 2020-08-13 | 4 | -87/+72 |
|\ \ | |||||
| * | | Use the TkMacOSXInDarkMode from bug-315104a5c10 | culler | 2020-08-13 | 1 | -4/+5 |
| | | | |||||
| * | | Fix an issue with 10.9 | culler | 2020-08-12 | 1 | -1/+2 |
| | | | |||||
| * | | Fix some issues with 10.6 | culler | 2020-08-12 | 3 | -2/+16 |
| | | | |||||
| * | | Remove extra whitespace. | culler | 2020-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | Aqua - automatically support all NSColors in the System ColorList. | culler | 2020-08-12 | 3 | -83/+52 |
| | | | |||||
* | | | testcase cleanup | jan.nijtmans | 2020-08-13 | 5 | -392/+392 |
| | | | |||||
* | | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More ↵ | jan.nijtmans | 2020-08-13 | 9 | -88/+116 |
|\ \ \ | |/ / |/| | | | | | use of TCL_UNUSED macro | ||||
| * | | .travis.yml update for newer tags | jan.nijtmans | 2020-08-12 | 1 | -3/+1 |
| | | | |||||
* | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵ | jan.nijtmans | 2020-08-12 | 5 | -31/+32 |
| | | | | | | | | | | | | be sure | ||||
* | | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵ | jan.nijtmans | 2020-08-11 | 5 | -81/+571 |
| |/ |/| | | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor() | ||||
* | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵ | jan.nijtmans | 2020-08-06 | 9 | -41/+47 |
| | | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED() | ||||
* | | More use of TCL_UNUSED() macro | jan.nijtmans | 2020-08-06 | 4 | -92/+76 |
| | | |||||
* | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 11 | -243/+243 |
| | | | | | | | | not affecting the API | ||||
* | | Update color documentation. | culler | 2020-08-04 | 1 | -17/+16 |
| | | |||||
* | | Minor doc fixes | jan.nijtmans | 2020-08-04 | 2 | -3/+3 |
| | | |||||
* | | Make TCL_UNUSED() macro usable in Tk 8.6 | jan.nijtmans | 2020-08-04 | 5 | -366/+312 |
| | | |||||
* | | Address compiler warnings about dark mode when building on new systems with ↵ | culler | 2020-08-04 | 1 | -7/+8 |
| | | | | | | | | old targets. | ||||
* | | merge mac_background | culler | 2020-08-03 | 3 | -5/+84 |
|\ \ | |||||
| * | | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open. | culler | 2020-08-03 | 3 | -5/+84 |
|/ / | |||||
* | | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 5 | -34/+34 |
| | | |||||
* | | Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel() | culler | 2020-08-03 | 3 | -14/+23 |
|\ \ | |||||
| * | | Edit comments. | culler | 2020-08-03 | 1 | -3/+7 |
| | | | |||||
| * | | Be a little more efficient. | culler | 2020-08-03 | 3 | -10/+9 |
| | | | |||||
| * | | Fix [fca13549b6]: TkMacOSXRGBPixel() used incorrectly in ImageGetPixel() | culler | 2020-08-03 | 1 | -7/+13 |
|/ / | |||||
* | | Edit comments | culler | 2020-08-02 | 1 | -36/+41 |
| | | |||||
* | | Simplify macOS color handling code and make winfo rgb work correctly with ↵ | culler | 2020-08-01 | 11 | -428/+642 |
|\ \ | | | | | | | | | | light and dark mode. | ||||
| * | | The colormaps do not fix winfo rgb. Handle that directly. And deal with ↵ | culler | 2020-08-01 | 5 | -26/+42 |
| | | | | | | | | | | | | Big Sur deprecations. | ||||
| * | | Adjust some unixEmbed tests which were failing sporadically. | culler | 2020-07-31 | 1 | -6/+6 |
| | | | |||||
| * | | Remove an unused function. Deal with colors which are not supported on ↵ | culler | 2020-07-31 | 2 | -25/+14 |
| | | | | | | | | | | | | older systems (10.9) | ||||
| * | | Prevent a warning on systems without darkAqua. | culler | 2020-07-31 | 1 | -1/+3 |
| | | | |||||
| * | | Fix the build for systems without darkAqua. | culler | 2020-07-31 | 1 | -0/+4 |
| | | | |||||
| * | | Tidying up a few loose ends. | culler | 2020-07-31 | 1 | -29/+76 |
| | | | |||||
| * | | Make winfo rgb work correctly with the light and dark colormaps | culler | 2020-07-31 | 2 | -42/+87 |
| | | | |||||
| * | | Change terminology. Keep separate TkColors for light and dark mode. | culler | 2020-07-30 | 2 | -32/+34 |
| | | | |||||
| * | | Clean up a few more things. | culler | 2020-07-29 | 1 | -93/+88 |
| | | | |||||
| * | | Fix the hash table logic and some build issues. | culler | 2020-07-29 | 3 | -15/+71 |
| | | | |||||
| * | | Remove lines that were commented out. | culler | 2020-07-29 | 1 | -5/+2 |
| | | | |||||
| * | | Add the new header file too. | culler | 2020-07-29 | 1 | -0/+250 |
| | | | |||||
| * | | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 6 | -328/+139 |
|/ / |