summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-06-252-51/+52
|\
| * c++ fix in winMain.cjan.nijtmans2021-06-231-1/+2
| * Merge 8.6jan.nijtmans2021-06-231-12/+11
| |\
| | * Fix [4efbfe2d6a]: Wrong order in winMain.c for TCL_USE_STATIC_PACKAGESjan.nijtmans2021-06-231-12/+11
| * | Merge 8.6jan.nijtmans2021-06-221-21/+21
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2021-06-221-21/+21
| | |\
| | | * Sync win/nmakehlp.c with Tcl (again)jan.nijtmans2021-06-221-21/+21
| * | | Merge 8.6jan.nijtmans2021-06-221-18/+19
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2021-06-221-18/+19
| | |\ \ | | | |/
| | | * Sync win/nmakehlp.c with Tcljan.nijtmans2021-06-221-17/+121
* | | | Merge 8.7jan.nijtmans2021-06-216-9/+14
|\ \ \ \ | |/ / /
| * | | Bump version number to distinguish from release.dgp2021-06-182-2/+2
| * | | merge 8.7dgp2021-06-101-3/+2
| |\ \ \
| | * | | Fix use of TCL_BIN_DIR in mingw static build, when tclsh is not found in Tcl ...jan.nijtmans2021-06-101-3/+2
| * | | | merge 8.7dgp2021-06-102-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Fix [d47965fe40]: 8.7: windows : msys2 : unable to locate Tk libraryjan.nijtmans2021-06-102-0/+6
| * | | | merge 8.7dgp2021-06-094-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-093-3/+3
| | |\ \ \ | | | |/ /
| | | * | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-092-2/+2
| | * | | Merge 8.6jan.nijtmans2021-06-081-1/+1
| | |\ \ \ | | | |/ /
| | | * | Sync rules.vc with Tcljan.nijtmans2021-06-081-1/+1
| * | | | merge trunkdgp2021-06-061-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6culler2021-06-041-1/+1
| | |\ \ \ | | | |/ /
| | | * | Analogous changes for linux and Windowsjan.nijtmans2021-06-041-1/+1
| * | | | merge trunkdgp2021-06-044-7/+7
| |\ \ \ \ | | |/ / /
| * | | | merge trunkdgp2021-05-211-1/+1
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2021-05-111-2/+1
| |\ \ \ \ \
| * | | | | | Release candidate branch for Tk 8.7a5.dgp2021-05-032-2/+2
* | | | | | | Merge 8.7jan.nijtmans2021-06-032-5/+5
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2021-06-031-2/+2
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | A few more "const" keyword optimizationsjan.nijtmans2021-06-031-2/+2
| * | | | | | Add winspool library to LIBS_GUI on Windows. Not used yet (but most likely it...jan.nijtmans2021-06-023-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Use Wide-API in tkWinGDI.c. also make it compile with mingw-w64jan.nijtmans2021-06-023-181/+62
* | | | | | Merge trunk, remove additional merge conflictsKevin Walzer2021-05-313-23/+1
* | | | | | Merge trunkKevin Walzer2021-05-315-4/+123
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Remove tkWinPrint.c and all traces from branch - code previously migrated to ...Kevin Walzer2021-05-222-405/+1
* | | | | | Merge 8.7. end-of-line spacingjan.nijtmans2021-05-223-92/+92
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge trunkKevin Walzer2021-05-192-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2021-05-191-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Fix warning with msvc: LINK : warning LNK4044: unrecognized option '/DCONSOLE...jan.nijtmans2021-05-191-1/+1
| * | | | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in t...jan.nijtmans2021-05-101-1/+3
| * | | | Merge 8.6jan.nijtmans2021-05-101-3/+0
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.cjan.nijtmans2021-05-101-3/+0
| | |\ \ | | | |/
| | | * Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.jan.nijtmans2021-05-101-3/+0
| | | |\
| | | | * Also remove unreachable return statement.fvogel2021-05-081-1/+0
| | | | * Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.fvogel2021-05-081-2/+0
| | | |/ | | |/|
| | | * Add two missing rules (needed because we removed the dependency on the UNIX d...jan.nijtmans2021-02-091-0/+6
* | | | Minor cleanupKevin Walzer2021-05-191-8/+3
* | | | Canvas printing works!Kevin Walzer2021-05-191-6/+6
* | | | Try printing canvasKevin Walzer2021-05-171-20/+20