summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-05-191-1/+1
|\
| * Fix warning with msvc: LINK : warning LNK4044: unrecognized option ↵jan.nijtmans2021-05-191-1/+1
| | | | | | | | '/DCONSOLE'; ignored
* | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in ↵jan.nijtmans2021-05-101-1/+3
| | | | | | | | tkWinDraw.c
* | 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 ↵jan.nijtmans2021-02-091-0/+6
| | | | | | | | | | | | directory from win32 build)
* | | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
| | |
* | | Fix 160dca67c0d8c8e7 - Tk 8.7 does not build against 8.6 using nmakeapnadkarni2021-05-021-2/+16
| | |
* | | Merge 8.6jan.nijtmans2021-04-211-2/+14
|\ \ \ | |/ /
| * | Sync rules.vc with Tcljan.nijtmans2021-04-211-2/+14
| | |
* | | Merge 8.6jan.nijtmans2021-04-191-1/+7
|\ \ \ | |/ /
| * | Sync rules.vc with Tcljan.nijtmans2021-04-191-1/+7
| | |
| * | sync rules.vc with Tcljan.nijtmans2021-04-091-2/+9
| | |
* | | Fix [881c87c2a9]: package require Tk error in revised_text (which was on ↵jan.nijtmans2021-04-141-2/+2
| | | | | | | | | | | | trunk too ...)
* | | update rules.vcjan.nijtmans2021-04-061-4/+4
| | |
* | | Make pkgIndex.tcl files work on all platformsjan.nijtmans2021-04-065-4/+28
| | |
* | | Merge 8.7jan.nijtmans2021-04-041-4/+0
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2021-04-041-12/+12
| |\ \ \ | | |/ /
| | * | Tcl_StaticPackage -> Tcl_StaticLibraryjan.nijtmans2021-04-041-8/+12
| | | |
* | | | Merge 8.7. Use Tcl_StaticLibrary in tkAppInit.c/winMain.c (accidently ↵jan.nijtmans2021-04-011-8/+12
|\ \ \ \ | |/ / / | | | | | | | | committed to the wrong branch, doesn't really matter)
* | | | Merge 8.7jan.nijtmans2021-03-293-38/+38
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-03-231-3/+4
| |\ \ \ | | |/ /
| | * | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: ↵jan.nijtmans2021-03-231-3/+4
| | | | | | | | | | | | | | | | | | | | numChars/charIndex is counting character indexes here; surrogate-pairs count as 2. This can cause a miscount when Emoji are pasted in a Text widget.
| | * | Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-233-95/+60
| | | |
| * | | Make the algorithm for handling high-resolution Mousewheel on Windows ↵jan.nijtmans2021-03-231-24/+34
| | | | | | | | | | | | | | | | EXACTLY the same as on MacOS. See [c2be406526].
| * | | Unneccessary *_InitStubs() callsjan.nijtmans2021-03-081-11/+0
| | | |
* | | | Merge 8.7jan.nijtmans2021-02-252-2/+10
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2021-02-1712-50/+447
|\ \ \ \ | |/ / /
| * | | Using "ln" doesn't work correctly for lower-directories like "ttk", when ↵jan.nijtmans2021-02-171-6/+0
| | | | | | | | | | | | | | | | zipping libtk.vfs
| * | | Fix windows build using --disable-sharedjan.nijtmans2021-02-151-4/+5
| | | |
| * | | Make TIP #430 (finally) work with Tk.jan.nijtmans2021-02-105-7/+25
| |\ \ \
| | * | | Add "dllfile,runtime" to Tk package configurationjan.nijtmans2021-02-095-6/+13
| | | | |
| | * | | Merge 8.7. Don't pack "demo" directory in zip-filejan.nijtmans2021-02-083-7/+3
| | |\ \ \
| | * \ \ \ Merge 8.7. Make a --disable-shared build handle the Tk zip file.jan.nijtmans2021-02-045-9/+58
| | |\ \ \ \
| * | \ \ \ \ Merge 8.6jan.nijtmans2021-02-101-10/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Sync win/rules.vc with Tcljan.nijtmans2021-02-101-10/+2
| | | | | |
| * | | | | Merge 8.6jan.nijtmans2021-02-082-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.5jan.nijtmans2021-02-082-7/+8
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fix [44eaf9a908]: 'make distclean' fails on trunk jan.nijtmans2021-02-082-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | Undo ttk.decls from unnecessary "current" and ending semicolon Don't use "catch" in Tk's pkgIndex.tcl, and don't use "load" 2th argument
| | | * | | Fix [f10f49430c]: core-8-5-branch does not build with MSVC 2019jan.nijtmans2021-02-081-30/+22
| | | | | | | | | | | | | | | | | | Use "/D" in stead of "-D" in the cl command line, for consistancy
| | | * | | Marking textTag-18.1 as knownBug in [c62fb2ba] wasn't so satisfying to me, ↵fvogel2021-02-071-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | so I have backported the fix from core-8-6-branch.
| * | | | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of ↵fvogel2021-02-071-5/+0
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | slave widget
| | * | | Merge 8.6fvogel2021-02-076-8/+395
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2021-01-083-59/+72
| | |\ \ \ \
| | * \ \ \ \ merge core-8-6-branchfvogel2020-12-283-135/+163
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.6jan.nijtmans2020-12-096-43/+54
| | |\ \ \ \ \ \
| | * | | | | | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of ↵fvogel2020-11-221-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slave widget