summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-6/+5
* 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
* Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-29/+29
* Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* Merge 8.6jan.nijtmans2024-02-131-3/+3
|\
| * Fix compilation warning with -DDEBUG_FONTSELjan.nijtmans2024-02-131-3/+3
* | Upgrade to autoconf-2.72jan.nijtmans2024-02-091-813/+1089
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-075-16/+15
* | 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
* | Correct "make dist" for removed buttons.bmp filejan.nijtmans2024-01-051-1/+1
* | 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
| | |\ \
| | * \ \ merge core-8-6-branchfvogel2023-11-061-10/+9
| | |\ \ \
| | * \ \ \ merge core-8-6-branchfvogel2023-11-051-9/+10
| | |\ \ \ \
| | * | | | | Remove warnings when DEBUG_FONTSEL is defined. Commits like [6c1859a0] seem t...fvogel2023-10-291-3/+4
| | * | | | | unixWm.test - Let unixWm-45.2 and -45.4 pass on Linux by cherrypicking [b4ae3...fvogel2023-10-151-6/+5
| * | | | | | (cherry-pick): remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-201-193/+0
| | |_|_|_|/ | |/| | | |
* | | | | | int -> Tcl_Size in menu handlingjan.nijtmans2023-12-221-10/+12
* | | | | | remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-201-193/+0
* | | | | | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-83/+84
* | | | | | misc code cleanupjan.nijtmans2023-12-111-1/+1
* | | | | | (cherry-pick) Include pb_image.svg in the distribution.jan.nijtmans2023-11-301-1/+1
* | | | | | Merge 8.6jan.nijtmans2023-11-233-8/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [https://core.tcl-lang.org/tcl/info/e653408972|e653408972]: autoconf warningjan.nijtmans2023-11-231-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge 8.6jan.nijtmans2023-11-152-10/+11
|\ \ \ \ \ | |/ / / /
| * | | | Redo [4ac7d975].fvogel2023-11-061-1/+1
| * | | | Redo [c306fdd1].fvogel2023-11-061-8/+9
| | |_|/ | |/| |
| * | | Backout [6f485577] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-10/+9
| | |/ | |/|
* | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-152-4/+4
* | | Backout [3f4e8a7f] since it triggers an unexpected failure in the main branch.fvogel2023-11-061-10/+9
* | | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-051-9/+10
|\ \ \ | |/ /
| * | Backout useless [8271b8d2].fvogel2023-10-291-1/+1
| * | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-10-291-8/+9
* | | Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-2/+2
* | | Eliminate some clumsy type-castsjan.nijtmans2023-10-241-5/+4
* | | Merge mac_cg_printing branch to correct broken printing on Sonoma; thanks to ...Kevin Walzer2023-10-183-3/+3
|\ \ \
| * | | Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-273-3/+3
* | | | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-6/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-151-6/+5
| | |/ | |/|
* | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-2/+2
|\ \ \ | |/ / | | / | |/ |/|
* | Merge 8.6jan.nijtmans2023-09-072-8/+4
|\ \ | |/