summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXColor.c
Commit message (Expand)AuthorAgeFilesLines
* Replace [NSApp currentAppearance] by [NSApp effectiveAppearance], now that I ...marc_culler2022-09-171-20/+3
* Add missing [pool drain].marc_culler2022-09-151-0/+1
* Merge 8.6marc_culler2022-09-121-1/+1
|\
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-8/+35
|/
* Check and radio buttons.marc_culler2021-11-011-1/+1
* Buttonsmarc_culler2021-10-301-2/+13
* Adjustment to the subframework build; deal with systems that report the OS ve...culler2021-04-071-1/+1
* Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-2/+2
* Fix the build on macOS 10.6.marc_culler2020-12-111-3/+4
* I think I am supposed to add braces.culler2020-11-171-4/+4
* Fix [635167af14]: black menu entries -- see if this is fixed by intializing a...culler2020-11-171-6/+8
* Correct an indeterminacy in the implementation of systemSelectedTabTextColormarc_culler2020-11-141-0/+2
* Remove some more unneeded code.marc_culler2020-11-091-42/+10
* Fix [f9fa926666] on macOS only: crash when creating a label whose text is a s...culler2020-11-091-91/+3
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-5/+5
* Fix [4e1e290760]: [NSColor whiteColor] is yellow without a colorspace.culler2020-09-061-8/+4
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-3/+3
* Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-3/+3
* Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c...culler2020-08-251-1/+1
* Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-231-11/+15
* Adapt systemSelectedTabTextColor to Big Sur.culler2020-08-191-3/+16
* Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-151-4/+8
|\
| * sync with bug-315104a5c10culler2020-08-151-4/+5
| * Fix the first event reporting a change in effective appearanceculler2020-08-111-4/+8
| * Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-101-1/+1
* | 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-121-1/+11
* | Aqua - automatically support all NSColors in the System ColorList.culler2020-08-121-1/+30
|/
* Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-041-16/+16
* Address compiler warnings about dark mode when building on new systems with o...culler2020-08-041-7/+8
* Be a little more efficient.culler2020-08-031-7/+6
* Edit commentsculler2020-08-021-36/+41
* The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-18/+20
* Remove an unused function. Deal with colors which are not supported on older...culler2020-07-311-25/+6
* 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-311-34/+61
* Change terminology. Keep separate TkColors for light and dark mode.culler2020-07-301-30/+32
* Clean up a few more things.culler2020-07-291-93/+88
* Fix the hash table logic and some build issues.culler2020-07-291-12/+69
* Remove lines that were commented out.culler2020-07-291-5/+2
* Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-301/+124
* Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-241-6/+5
* 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 Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-2/+7
* Fix some compiler warnings on Sierra.culler2020-07-221-0/+11