summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXColor.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-05-041-2/+2
|\
| * Add "controlAlternatingRowColor" to macosx aqua portjan.nijtmans2024-05-031-0/+14
| |
| * 2 missing "static" keywordsjan.nijtmans2024-05-031-2/+2
| |
* | Update to striped background on Aqua with semantic colors - patch from ↵Kevin Walzer2023-07-101-0/+14
| | | | | | | | Christopher Chavez
* | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-091-5/+5
|\ \ | |/
| * Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-091-5/+5
| |
| * Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-19/+20
| |
| * Use more X11 macro's, in stead of accessing fields directly. Mostly ↵jan.nijtmans2023-01-021-1/+1
| | | | | | | | backported from 8.7
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-20/+21
| |
* | More Xlib.h macro usagejan.nijtmans2022-11-151-1/+1
| |
* | merge 8.6fvogel2022-10-021-0/+2
|\ \ | |/
| * Prevent a compiler warning in macOS 10.15.marc_culler2022-10-011-0/+2
| |
* | Merge 8.6jan.nijtmans2022-09-231-1/+1
|\ \ | |/
| * Minor code cleanup (more use of TCL_UNUSED, eol-spacing)jan.nijtmans2022-09-231-4/+6
| |
* | Merge 8.6marc_culler2022-09-221-7/+9
|\ \ | |/
| * Apply patch [1a46d8fe8c] from Christopher Chavez: handle NULL CGColorRef ↵marc_culler2022-09-221-7/+9
| | | | | | | | values in TkSetMacColor() and SetCGColorComponents().
* | Merge 8.6marc_culler2022-09-221-0/+1
|\ \ | |/
| * Apply patch [1fa3255c5e4] from Christopher Chavez: fix memory leak in ↵marc_culler2022-09-221-0/+1
| | | | | | | | TkMacOSXGetNSColor().
* | Merge 8.6marc_culler2022-09-201-7/+19
|\ \ | |/
| * Replace [NSApp currentAppearance] by [NSApp effectiveAppearance], now that I ↵marc_culler2022-09-171-20/+3
| | | | | | | | know it exists.
| * Add missing [pool drain].marc_culler2022-09-151-0/+1
| |
| * Merge 8.6marc_culler2022-09-121-1/+1
| |\
| * | Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-8/+35
| | |
* | | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ \ | | |/ | |/|
| * | Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
| |/
* | Eliminate some compiler warningsjan.nijtmans2022-03-221-2/+1
| |
* | Merge 8.6jan.nijtmans2021-11-021-2/+13
|\ \ | |/
| * Check and radio buttons.marc_culler2021-11-011-1/+1
| |
| * Buttonsmarc_culler2021-10-301-2/+13
| |
* | Merge 8.6marc_culler2021-11-011-1/+1
|\ \
| * | Remove references to 10.16.marc_culler2021-11-011-1/+1
| |/
* | Merge 8.6culler2021-04-081-1/+1
|\ \ | |/
| * Adjustment to the subframework build; deal with systems that report the OS ↵culler2021-04-071-1/+1
| | | | | | | | version as 10.16 even though 10.16 was never released.
* | Remove unused variable.marc_culler2020-12-161-1/+0
| |
* | Merge 8.6marc_culler2020-12-161-1/+2
|\ \ | |/
| * Tidy up with a patch from Christopher Chavez. Removes redundant include ↵marc_culler2020-12-161-2/+2
| | | | | | | | directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
| * Fix the build on macOS 10.6.marc_culler2020-12-111-3/+4
| |
* | Merge 8.7jan.nijtmans2020-12-111-11/+13
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-5/+5
| | |
| * | Merge 8.6marc_culler2020-11-201-6/+8
| |\ \ | | |/
| | * 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 ↵culler2020-11-171-6/+8
| | | | | | | | | | | | all automatic MacPixels to 0.
* | | Merge 8.7jan.nijtmans2020-11-161-0/+2
|\ \ \ | |/ /
| * | Merge 8.6marc_culler2020-11-141-0/+2
| |\ \ | | |/
| | * Correct an indeterminacy in the implementation of systemSelectedTabTextColormarc_culler2020-11-141-0/+2
| | |
* | | Merge trunk. Clean-up win32 systray code (not completed yet, still some ANSI ↵jan.nijtmans2020-11-121-133/+13
|\ \ \ | |/ / | | | | | | functions are used which cannot handle full Unicode)
| * | Merge 8.6culler2020-11-101-133/+13
| |\ \ | | |/
| | * 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 ↵culler2020-11-091-91/+3
| | | | | | | | | | | | single emoji.
* | | More compiler warnings on various macOS versionsculler2020-11-041-1/+3
| | |