summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Alphabetize some string tablesjan.nijtmans2022-05-044-30/+30
* 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.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-0210-56/+97
|\ \
| * \ 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
| |\ \ | | |/
| | * Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
| * | Merge 8.6jan.nijtmans2022-02-171-2/+4
| |\ \ | | |/
| | * Make tkWin32Dll.c compile with the aarch64-w64-mingw32-clang compilerjan.nijtmans2022-02-171-2/+4
| * | Merge 8.6jan.nijtmans2022-02-164-5/+10
| |\ \ | | |/
| | * Sync rules.vc with Tcljan.nijtmans2022-02-164-5/+10
| * | Merge 8.6jan.nijtmans2022-02-143-7/+12
| |\ \ | | |/
| | * sync win/tcl.m4 and win/rules.vc with Tcljan.nijtmans2022-02-143-15/+20
| * | Merge 8.6jan.nijtmans2022-02-082-10/+28
| |\ \ | | |/
| | * More changes for arm64 (or aarch64)jan.nijtmans2022-02-082-10/+28
| * | Merge 8.6jan.nijtmans2022-02-073-8/+36
| |\ \ | | |/
| | * Add support for windows-armjan.nijtmans2022-02-073-7/+36
* | | Merge 8.7jan.nijtmans2022-02-041-1/+1
|\ \ \ | |/ /
| * | X11 header-file (specific) update. Move XMaxTransChars definition from Xlib.h...jan.nijtmans2022-02-031-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
|\ \ \ | |/ /
| * | Correct typos in various comments.fvogel2022-01-011-6/+6
| |\ \ | | |/
| | * Correct typos in various comments.fvogel2022-01-011-6/+6
* | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-214-18/+18
|/ /
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-1/+1
* | Tcl_SetResult -> Tcl_SetObjResult (as everywhere else in Tk)jan.nijtmans2021-12-171-2/+2
* | Merge 8.6jan.nijtmans2021-12-131-1/+1
|\ \ | |/
| * Drop executable flag fromo win/tkUuid.h.injan.nijtmans2021-12-011-0/+0
* | Merge 8.6jan.nijtmans2021-12-017-2/+18
|\ \ | |/
| * re-generate win/configurejan.nijtmans2021-11-301-0/+1
| * Add more files to "make dist". Eliminate some deprecated constructs from */co...jan.nijtmans2021-11-301-4/+4
| * Merge 8.6. Add 2 missing filesjan.nijtmans2021-11-302-0/+2
| |\
| * | Implement TIP #599 for Tk 8.6 (only effective when loaded into Tcl 8.7+): Ext...jan.nijtmans2021-11-292-1/+13
| |/
* | Merge 8.6jan.nijtmans2021-11-242-0/+10
|\ \ | |/
| * Add generation of "tkUuid.h". Not used yetjan.nijtmans2021-11-242-0/+10
| * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-0/+1
* | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-0/+1
* | Merge 8.6jan.nijtmans2021-11-122-0/+48
|\ \ | |/
| * Fix -fno-lto determination/add --enable-auto-image-base option to windows bui...jan.nijtmans2021-11-112-0/+74
| * Bump to 8.6.12 for releasejan.nijtmans2021-10-272-2/+2
* | Fix [32bda06ec0]: Tk build failure at branch "main" (2021-10-04) using mingw ...jan.nijtmans2021-10-064-4/+4
* | Sync windows application manifest with Tcljan.nijtmans2021-10-061-1/+5
* | Set activeCodePage to UTF-8, for (Windows) systems that support itjan.nijtmans2021-09-301-2/+2
* | Fix gcc warning, use more TCL_UNUSEDjan.nijtmans2021-09-282-102/+66