summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branch.fvogel2024-05-292-35/+41
|\
| * Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new instances...fvogel2024-05-291-35/+39
| |\
| | * #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.cfvogel2024-05-281-3/+3
| | * #define DEBUG_FONTSEL 0fvogel2024-05-261-1/+1
| | * A few further improvements in tkUnixRFont.c by Csaba Nemethi.fvogel2024-05-261-8/+13
| | * A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9fvogel2024-05-201-21/+21
| | * Remove now useless tkwin argument of GetTkFontAttributes().fvogel2024-05-201-4/+3
| | * Revert 3rd change from [84cd707d] following Csaba's request.fvogel2024-05-201-1/+1
| | * GetTkFontAttributes, Csaba's version (thanks!).fvogel2024-05-171-11/+11
| | * Revert [c03d4e79]fvogel2024-05-171-2/+2
| | * Backout [7edb8725]. Thanks, Jan!fvogel2024-05-171-4/+4
| | * Reduce confusion by using the adequate variable name in GetTkFontAttributes().fvogel2024-05-161-2/+2
| | * The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8].fvogel2024-05-161-4/+4
| * | Make compilable with strict C99 compiler (missing declaration for XUnionRegio...jan.nijtmans2024-05-241-0/+2
| |/
* | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-203-3/+3
* | (c) -> ©jan.nijtmans2024-05-094-8/+8
|\ \
| * \ (c) -> ©jan.nijtmans2024-05-094-8/+8
| |\ \ | | |/
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-099-10/+10
* | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-4/+4
|\ \ \ | |/ /
| * | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-4/+4
| |\ \ | | |/
| | * merge 8.6dgp2024-02-141-3/+3
| | |\
| | * \ merge 8.6dgp2024-01-241-1/+0
| | |\ \
| | * | | More needed 13 -> 14 bumpsjan.nijtmans2024-01-172-2/+2
| | * | | Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
* | | | | Merge 8.7jan.nijtmans2024-04-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | TIP 693: Restart the changes files. TODO: changes.mdjan.nijtmans2024-04-171-1/+1
| * | | | Don't use "boolean" as variable namejan.nijtmans2024-03-271-4/+4
* | | | | Merge 8.7jan.nijtmans2024-03-272-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-271-1/+1
* | | | | Merge 8.7jan.nijtmans2024-03-192-13/+12
|\ \ \ \ \ | |/ / / /
| * | | | int -> Tcl_Size in font handling (not done yet)jan.nijtmans2024-03-192-13/+12
| * | | | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-2/+2
* | | | | Remove some dead codejan.nijtmans2024-03-082-15/+10
* | | | | Merge 8.7jan.nijtmans2024-03-071-6/+5
|\ \ \ \ \ | |/ / / /
| * | | | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-6/+5
* | | | | Merge 8.7jan.nijtmans2024-03-0611-44/+41
|\ \ \ \ \ | |/ / / /
| * | | | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-0611-44/+41
| * | | | a6 -> b1, as preparation for possible release (one day, hopefully)jan.nijtmans2024-03-063-5/+5
* | | | | Merge 8.7. b1 -> b2: preparation for releasejan.nijtmans2024-03-053-3/+3
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2024-02-161-29/+29
|\ \ \ \ \ | |/ / / /
| * | | | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-29/+29
* | | | | Merge 8.7jan.nijtmans2024-02-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | | | | Merge 8.7jan.nijtmans2024-02-131-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2024-02-131-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix compilation warning with -DDEBUG_FONTSELjan.nijtmans2024-02-131-3/+3
| | | |/ | | |/|
* | | | Merge 8.7jan.nijtmans2024-02-091-816/+1093
|\ \ \ \ | |/ / /
| * | | Upgrade to autoconf-2.72jan.nijtmans2024-02-091-813/+1089
* | | | Merge 8.7jan.nijtmans2024-02-075-16/+15
|\ \ \ \ | |/ / /
| * | | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-075-16/+15