summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* (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
* | | | Merge 8.7jan.nijtmans2024-01-241-2/+2
|\ \ \ \ | |/ / /
* | | | Merge 8.7. int -> TkAlignMode where appropriatejan.nijtmans2024-01-191-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2024-01-191-1/+0
| |\ \ \ | | |/ /
| | * | Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-191-1/+0
| | |/
* | | Merge 8.7jan.nijtmans2024-01-121-1/+1
|\ \ \ | |/ /
* | | Correct "make dist" for removed buttons.bmp filejan.nijtmans2024-01-051-1/+1
|\ \ \ | |/ /
| * | Correct "make dist" for removed buttons.bmp filejan.nijtmans2024-01-051-1/+1
* | | Fix [52df668390]: Measurement of control characters are wrong after measureme...jan.nijtmans2024-01-031-5/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-01-031-5/+5
| |\ \ | | |/
| | * AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" b...jan.nijtmans2024-01-031-1/+1
| | * Fix [52df668390]: Measurement of control characters are wrong after measureme...jan.nijtmans2024-01-031-4/+4
| | |\
| | | * Fix [52df668390]: Measurement of control characters are wrong after measureme...fvogel2023-12-301-4/+4
| | | * Function AllocFont() became InitFont() in [1120dc4257] (Tk 8.1, in 1999!). Re...fvogel2023-11-261-1/+1
| | | * merge core-8-6-branchfvogel2023-11-261-1/+1
| | | |\
| | | * \ merge core-8-6-branchfvogel2023-11-161-9/+10
| | | |\ \