summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-17/+27
|\
| * Fix [d2396a9f1b]: [send] with options returns weird strings on X11jan.nijtmans2023-09-041-1/+1
* | Fix [e42eef33ee]: valgrind complains at wish startup (input methods). Patch f...fvogel2023-08-291-4/+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
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-4/+5
* | Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-122-38/+8
* | Merge 8.6jan.nijtmans2023-08-033-3/+0
|\ \ | |/
| * TCL_NEEDS_EXP_FILE is no longer usedjan.nijtmans2023-08-033-3/+0
* | Merge 8.6jan.nijtmans2023-08-021-4/+5
|\ \ | |/
| * Fix (minor) auto-update warningjan.nijtmans2023-08-021-5/+5
| * Fix 'instalManPage' regarding handling paths with spacesjan.nijtmans2023-08-021-4/+5
* | Merge 8.6jan.nijtmans2023-08-022-2/+2
|\ \ | |/
| * Fix [ba2197a989]: error in ./configure at Github Actionsjan.nijtmans2023-08-022-2/+2
* | Merge 8.6jan.nijtmans2023-08-023-8/+2
|\ \ | |/
| * Stop generating/supplying *.dll.a files for Cygwin. It's no longer necessary,...jan.nijtmans2023-08-023-9/+2
* | merge trunk (except systray.tcl and tkUnixSysnotify.c)fvogel2023-07-246-21/+109
|\ \
| * | Backout [8662aebe] (Improvements on pure Tcl system notification window. Patc...fvogel2023-07-241-1/+0
| * | Merge 8.6jan.nijtmans2023-07-243-18/+106
| |\ \ | | |/
| | * 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
| * | | | | No need for HAVE_WINNT_IGNORE_VOID/NO_STDLIB_H/NO_DIRENT_H any morejan.nijtmans2023-06-261-35/+1
| * | | | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-232-2/+1
| * | | | | Merge 8.6jan.nijtmans2023-06-141-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2023-06-082-2/+2
| |\ \ \ \ \ \ |/ / / / / / /
* | | | | | | Implement TIP 663.dgp2023-05-101-2/+1
* | | | | | | Merge trunkapnadkarni2023-04-211-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix [fe87e9af39]: X-input extension events are not transfered to Tcl.jan.nijtmans2023-04-191-1/+3
* | | | | | | | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-182-3/+3
|/ / / / / / /
* | | | | | | Fix [https://core.tcl-lang.org/tcl/tktview/68417a8bb3|68417a8bb3]: No result/...jan.nijtmans2023-03-242-4/+7
* | | | | | | Merge 8.6jan.nijtmans2023-03-172-20/+20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2023-03-153-56/+0
|\ \ \ \ \ \ \ \
* | | | | | | | | Code simplification in tkUnixButton.ccsaba2023-03-151-82/+30
* | | | | | | | | More -Wconversion C warning fixesjan.nijtmans2023-03-067-19/+20
* | | | | | | | | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-045-15/+15
* | | | | | | | | Helper function ColorToStr() greatly simplified.csaba2023-03-031-5/+2