summaryrefslogtreecommitdiffstats
path: root/generic/tkColor.c
Commit message (Expand)AuthorAgeFilesLines
* New branch to fix Aqua color issues.culler2024-10-111-2/+2
* Fix [0189a9ae39]: Use of Tk_Uid in Tk APIjan.nijtmans2024-09-021-1/+1
|\
| * Fix [0189a9ae39]: Use of Tk_Uid in Tk APIjan.nijtmans2024-09-021-2/+2
| |\
| | * Fix [0189a9ae39]: Use of Tk_Uid in Tk API. Also change Tk_GetCursorFromData()...jan.nijtmans2024-09-011-1/+1
| |/ |/|
* | Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization w...jan.nijtmans2024-07-101-1/+1
| * (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt...jan.nijtmans2024-07-101-1/+1
|/
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-2/+2
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+5
|\
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-14/+12
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-1/+1
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-6/+8
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-11/+11
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Merge 8.6jan.nijtmans2019-01-101-5/+5
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-5/+5
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-5/+5
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-3/+3
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-5/+5
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-5/+5
| | |/
| | * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim...jan.nijtmans2012-09-281-6/+45
| | |\
| | | * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim...jan.nijtmans2012-09-281-189/+226
| | | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
* | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-171-6/+4
|/ / /
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* | | merge trunkdkf2012-08-271-4/+49
|\ \ \
| * | | better wrapper, with one less roundtrip through X11 serverjan.nijtmans2012-07-161-10/+4
| * | | merge trunkjan.nijtmans2012-04-121-1/+1
| |\ \ \
| * \ \ \ implement for Unix as welljan.nijtmans2012-03-261-4/+55
| |\ \ \ \
* | | | | | Much more cleaning up of result handling.dkf2012-07-231-4/+4
* | | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-3/+7
| |_|/ / / |/| | | |
* | | | | fix for scoping of buf (introduced with fix for [Bug 2809525])jan.nijtmans2012-03-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | fix scoping of buf (introduced with fix for [Bug 2809525])jan.nijtmans2012-03-261-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix scoping of buf (introduced with fix for [Bug 2809525]jan.nijtmans2012-03-261-1/+1
* | | | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
|\ \ \ \ | |/ / /
| * | | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
| |\ \ \ | | |/ /
| | * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-43/+51
| | |/
* | | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
|\ \ \ | |/ /
| * | [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
| |\ \ | | |/
| | * [bug 3505358 ] invalid color name "#f75df642f527"jan.nijtmans2012-03-151-0/+2
* | | _Xconst -> constjan.nijtmans2012-02-211-1/+1
|\ \ \ | |/ /
| * | _Xconst -> CONSTjan.nijtmans2012-02-211-1/+1
| |\ \ | | |/
| | * _Xconst -> CONSTjan.nijtmans2012-02-211-1/+1
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+72
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+55
| |\ \ | | |/