summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2024-02-141-3/+3
|\
| * Fix compilation warning with -DDEBUG_FONTSELjan.nijtmans2024-02-131-3/+3
* | merge 8.6dgp2024-01-241-1/+0
|\ \ | |/
| * Update build scripts (backported from 8.7/9.0). Travis is no longer supported...jan.nijtmans2024-01-191-1/+0
* | More needed 13 -> 14 bumpsjan.nijtmans2024-01-172-2/+2
* | Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
|/
* 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
| |_|_|_|/ |/| | | |
* | | | | Fix [https://core.tcl-lang.org/tcl/info/e653408972|e653408972]: autoconf warningjan.nijtmans2023-11-231-1/+1
| |_|_|/ |/| | |
* | | | 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
| |/ |/|
* | Backout useless [8271b8d2].fvogel2023-10-291-1/+1
* | Fix [61550f38bf]: font actual returns wrong font size with Xft.fvogel2023-10-291-8/+9
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-151-6/+5
|/
* Fix [https://core.tcl-lang.org/tcl/info/d3465c9188|d3465c9188]: Update instal...jan.nijtmans2023-09-072-8/+4
* Fix [https://core.tcl-lang.org/tcl/info/d3465c9188|d3465c9188]: Update instal...jan.nijtmans2023-09-052-8/+35
* Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-1/+1
* Ignore the return value of XSetLocaleModifiers().fvogel2023-08-281-5/+1
* Make it build, and make it a better fix (no leak).fvogel2023-08-261-3/+5
* Remove unintended line space.fvogel2023-08-251-1/+0
* Fix [e42eef33ee]: valgrind complains at wish startup (input methods). Patch f...fvogel2023-08-251-4/+4
* TCL_NEEDS_EXP_FILE is no longer usedjan.nijtmans2023-08-033-3/+0
* Fix (minor) auto-update warningjan.nijtmans2023-08-021-5/+5
* Fix 'instalManPage' regarding handling paths with spacesjan.nijtmans2023-08-021-4/+5
* Fix [ba2197a989]: error in ./configure at Github Actionsjan.nijtmans2023-08-022-2/+2
* Stop generating/supplying *.dll.a files for Cygwin. It's no longer necessary,...jan.nijtmans2023-08-023-9/+2
* posix_spawnp is not used in Tkjan.nijtmans2023-07-243-108/+0
* Fix [https://core.tcl-lang.org/tcl/tktview/d40b9c8503|d40b9c8503]: Enforcing ...jan.nijtmans2023-07-243-19/+268
|\
| * Merge 8.7jan.nijtmans2023-07-243-31/+24
| |\
| | * Fix [95d2c41604]: Improvements on pure Tcl system notification window. Patch ...fvogel2023-07-231-0/+1
| | |\
| | | * Merge 8.7jan.nijtmans2023-07-187-47/+36
| | | |\
| | | * | A second patch from Emiliano Gavilan.fvogel2023-05-251-0/+1
| * | | | Experimental fix for [https://core.tcl-lang.org/tcl/tktview/d40b9c8503|d40b9c...jan.nijtmans2023-07-213-2/+154
| |/ / /
| * | | Merge 8.7jan.nijtmans2023-07-211-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Fix [deca949d0d]: tkUnixWm.c: leak in TkpMakeMenuWindow(). Patch from CHristo...fvogel2023-07-201-0/+2
| |\ \ \
| * | | | Fix [875672bd86]: tk 8.7a5 unix/README refers to --enable-threads but this op...fvogel2023-07-191-2/+0
| | |_|/ | |/| |
| * | | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-0/+26
| |\ \ \
| * | | | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-171-3/+1
| * | | | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1
| |\ \ \ \
| | * | | | Fix documentation of Tk_GetSystemDefault(). Error in the man page was introdu...fvogel2023-07-011-1/+1