summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | 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
| * | | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0311-93/+91
| * | | | | | | | Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-241-19/+21
| * | | | | | | | Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-111-2/+2
| * | | | | | | | Merged branch scaling-aware-classic-simple into trunkcsaba2023-02-082-48/+75
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-7/+7
| | * | | | | | | | Merged trunk into branch scaling-aware-classic-simplecsaba2023-02-011-59/+133
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Improvements related to the geometry of the checkbutton and radiobutton indic...csaba2023-01-251-35/+17
| | * | | | | | | | Merge 8.7jan.nijtmans2023-01-251-2/+2
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Made the cascade arrows of the menu entries on X11 and the values of further ...csaba2023-01-242-45/+69