summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Rebase to 8.7jan.nijtmans2022-10-1210-29/+69
|\
| * Merge 8.7jan.nijtmans2022-07-251-6/+0
| |\
| * | Update rules.vc (add OPTS=tcl8)jan.nijtmans2022-06-271-0/+8
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-2510-29/+61
* | | Merge 8.6jan.nijtmans2022-09-102-3/+3
|\ \ \
| * | | Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-102-3/+3
* | | | Don't compile Tk with -DTCL_NO_DEPRECATED any more, in stead select Tcl_UtfPr...jan.nijtmans2022-09-101-1/+1
* | | | merge 8.7fvogel2022-07-201-6/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-191-6/+0
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-6/+0
* | | Merge 8.7jan.nijtmans2022-07-053-9/+9
|\ \ \ | |/ /
| * | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-223-9/+9
* | | Merge 8.7jan.nijtmans2022-06-212-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-06-152-8/+8
| |\ \ | | |/
| | * More Fix [b184347a3a]: configure needs more cygpath on windowsjan.nijtmans2022-06-152-6/+6
| | * Fix [b184347a3a]: configure needs more cygpath on windowsjan.nijtmans2022-06-152-2/+2
* | | Merge 8.7jan.nijtmans2022-05-233-2/+14
|\ \ \ | |/ /
| * | Fix [bee96b4e80]: Mouse position warping and tk busy problems on Windows. Tha...fvogel2022-05-221-0/+11
| |\ \ | | |/
| | * Fix [bee96b4e80]: Mouse position warping and tk busy problems on Windows. Tha...fvogel2022-05-221-0/+11
| | |\
| | | * Fix [bee96b4e80]: Mouse position warping and tk busy problems on Windows. Tha...fvogel2022-05-081-0/+11
| * | | Merge 8.6jan.nijtmans2022-05-222-2/+3
| |\ \ \ | | |/ /
| | * | Better solution for previous commit: See: [https://developercommunity.visuals...jan.nijtmans2022-05-222-2/+3
* | | | Merge 8.7jan.nijtmans2022-05-168-45/+44
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Always compile with -DTCL_UTF_MAX=3 (possible now, because of TIP ...jan.nijtmans2022-05-153-12/+11
| |\ \ \ | | |/ /
| | * | sync rules.vc with Tcljan.nijtmans2022-05-151-10/+9
| * | | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-3/+3
| * | | Merge 8.6jan.nijtmans2022-05-092-2/+2
| |\ \ \ | | |/ /
| | * | sync tcl.m4 with Tcljan.nijtmans2022-05-092-2/+2
| | |/
| * | Alphabetize some string tablesjan.nijtmans2022-05-044-30/+30
* | | Merge 8.7jan.nijtmans2022-04-111-8/+13
|\ \ \ | |/ /
| * | Fix for [dc4c5573a6]: tk_popup entry index not working on unix. Thanks to cjm...fvogel2022-04-101-8/+13
| |\ \ | | |/
| | * Propagate the proposed fix to Win and macOS. This is to avoid unneeded differ...fvogel2022-04-021-8/+13
* | | Merge 8.7jan.nijtmans2022-04-054-14/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-04-041-1/+1
| |\ \ | | |/
| | * Tcl_GetBoolean -> Tcl_GetBooleanFromObjjan.nijtmans2022-04-011-1/+1
| * | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-034-8/+8
| * | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-014-13/+13
* | | Merge 8.7jan.nijtmans2022-03-221-1/+1
|\ \ \ | |/ /
* | | Merge 8.7. Remove utility functions which should be provided by Tcljan.nijtmans2022-03-221-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-03-105-21/+22
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-03-0210-56/+97
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-02-041-1/+1
| |\ \ \
| * | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-4/+4
| * | | | Add Tk_MakeWindow toojan.nijtmans2022-01-251-2/+3
| * | | | Merge 8.7jan.nijtmans2022-01-091-6/+6
| |\ \ \ \
| * | | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-214-18/+18
* | | | | | Merge 8.7jan.nijtmans2022-03-0211-57/+98
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2022-03-022-32/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-023-40/+40
| * | | | | Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
| |\ \ \ \ \ | | |/ / / /