summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\ \
| | | * \ \ 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
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge 8.7jan.nijtmans2023-12-221-10/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | int -> Tcl_Size in menu handlingjan.nijtmans2023-12-221-10/+12
* | | | | | | Merge 8.7jan.nijtmans2023-12-201-193/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | remove tkUnixDialog.c, since it's no longer usedjan.nijtmans2023-12-201-193/+0
* | | | | | | Ticket [0de707ab06]: Add explanation of the solution provided on the core lis...oehhar2023-12-201-0/+18
* | | | | | | Merge 8.7jan.nijtmans2023-12-181-83/+84
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-83/+84
* | | | | | | Fix for Cygwin buildjan.nijtmans2023-12-141-3/+3
* | | | | | | Fix for [0de707ab06]: Problem in tk9 static build under windowsjan.nijtmans2023-12-121-0/+1
* | | | | | | Merge 8.7jan.nijtmans2023-12-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | misc code cleanupjan.nijtmans2023-12-111-1/+1
| * | | | | | (cherry-pick) Include pb_image.svg in the distribution.jan.nijtmans2023-11-301-1/+1
* | | | | | | Sync unix/tcl.m4 with Tcl 9.0jan.nijtmans2023-12-083-47/+98
* | | | | | | Merge 9.0. More progressjan.nijtmans2023-11-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Include pb_image.svg in the distribution.dgp2023-11-291-1/+1
* | | | | | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-275-14/+14
|/ / / / / / /
* | | | | | | Merge 8.7jan.nijtmans2023-11-233-8/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | | |_|_|/ | | |/| | |
* | | | | | Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-9/+0
* | | | | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-5/+2
* | | | | | 2 more ...jan.nijtmans2023-11-151-2/+2
* | | | | | Don't use TCL_ENCODING_STOPONERROR any more, it's TCL_ENCODING_PROFILE_STRICT...jan.nijtmans2023-11-153-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2023-11-152-10/+11
| |\ \ \ \ \ | | |/ / / /
| * | | | | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-152-4/+4
* | | | | | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-11-151-9/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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
| | |_|/ | |/| |
* | | | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-221/+3
|\ \ \ \ | | |/ / | |/| |
* | | | Prepare "trunk" for Tk 9.0 developmentjan.nijtmans2023-11-125-61/+35
|/ / /