Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ↵ | jan.nijtmans | 2021-11-16 | 1 | -0/+1 |
| | | | | from 8.7 | ||||
* | Fix -fno-lto determination/add --enable-auto-image-base option to windows ↵ | jan.nijtmans | 2021-11-11 | 2 | -0/+74 |
| | | | | build (when available) | ||||
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 2 | -2/+2 |
| | |||||
* | Fix [0338867c74]: Windows text widget hangs when Phaistos font is installed | fvogel | 2021-09-21 | 1 | -9/+9 |
|\ | |||||
| * | Fix [0338867c74]: Windows text widget hang Phaistos font installed | fvogel | 2021-09-20 | 1 | -9/+9 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-09-21 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | __WIN64 -> _WIN64 (since that's the official documented macro which should ↵ | jan.nijtmans | 2021-09-21 | 1 | -2/+2 |
| | | | | | | | | always exist on Win64) | ||||
* | | Fix [489b69a820]: Slightly wrong error message on 'wm attributes $w -junk' | fvogel | 2021-09-14 | 1 | -3/+6 |
| | | |||||
* | | 3 more places | jan.nijtmans | 2021-07-23 | 1 | -3/+3 |
| | | |||||
* | | wide-api-bug, still to be tested | jan.nijtmans | 2021-07-23 | 1 | -4/+4 |
| | | |||||
* | | Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.h | jan.nijtmans | 2021-07-02 | 1 | -0/+4 |
| | | | | | | Since X11/Xlib.h doesn't compile with -Wc++-compat, don't even try. | ||||
* | | Fix [4efbfe2d6a]: Wrong order in winMain.c for TCL_USE_STATIC_PACKAGES | jan.nijtmans | 2021-06-23 | 1 | -12/+11 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-06-22 | 1 | -21/+21 |
|\ \ | |/ | |||||
| * | Sync win/nmakehlp.c with Tcl (again) | jan.nijtmans | 2021-06-22 | 1 | -21/+21 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-06-22 | 1 | -18/+19 |
|\ \ | |/ | |||||
| * | Sync win/nmakehlp.c with Tcl | jan.nijtmans | 2021-06-22 | 1 | -17/+121 |
| | | |||||
* | | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil. | jan.nijtmans | 2021-06-09 | 2 | -2/+2 |
| | | |||||
* | | Sync rules.vc with Tcl | jan.nijtmans | 2021-06-08 | 1 | -1/+1 |
| | | |||||
* | | Analogous changes for linux and Windows | jan.nijtmans | 2021-06-04 | 1 | -1/+1 |
| | | |||||
* | | A few more "const" keyword optimizations | jan.nijtmans | 2021-06-03 | 1 | -2/+2 |
| | | |||||
* | | Fix warning with msvc: LINK : warning LNK4044: unrecognized option ↵ | jan.nijtmans | 2021-05-19 | 1 | -1/+1 |
| | | | | | | | | '/DCONSOLE'; ignored | ||||
* | | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c | jan.nijtmans | 2021-05-10 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c. | jan.nijtmans | 2021-05-10 | 1 | -3/+0 |
| |\ | |||||
| | * | Also remove unreachable return statement. | fvogel | 2021-05-08 | 1 | -1/+0 |
| | | | |||||
| | * | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c. | fvogel | 2021-05-08 | 1 | -2/+0 |
| |/ |/| | |||||
| * | Add two missing rules (needed because we removed the dependency on the UNIX ↵ | jan.nijtmans | 2021-02-09 | 1 | -0/+6 |
| | | | | | | | | directory from win32 build) | ||||
* | | Sync rules.vc with Tcl | jan.nijtmans | 2021-04-21 | 1 | -2/+14 |
| | | |||||
* | | Sync rules.vc with Tcl | jan.nijtmans | 2021-04-19 | 1 | -1/+7 |
| | | |||||
* | | sync rules.vc with Tcl | jan.nijtmans | 2021-04-09 | 1 | -2/+9 |
| | | |||||
* | | Tcl_StaticPackage -> Tcl_StaticLibrary | jan.nijtmans | 2021-04-04 | 1 | -8/+12 |
| | | |||||
* | | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: ↵ | jan.nijtmans | 2021-03-23 | 1 | -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.nijtmans | 2021-03-23 | 3 | -95/+60 |
| | | |||||
* | | Sync win/rules.vc with Tcl | jan.nijtmans | 2021-02-10 | 1 | -10/+2 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-02-08 | 2 | -7/+8 |
|\ \ | |/ | |||||
| * | Fix [44eaf9a908]: 'make distclean' fails on trunk | jan.nijtmans | 2021-02-08 | 2 | -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 2019 | jan.nijtmans | 2021-02-08 | 1 | -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, ↵ | fvogel | 2021-02-07 | 1 | -1/+39 |
| | | | | | | | | so I have backported the fix from core-8-6-branch. | ||||
* | | Merge 8.6 | fvogel | 2021-02-07 | 6 | -8/+395 |
|\ \ | |||||
| * | | Sync genStubs.tcl changes from Tcl 8.6. Finish "make genstubs" for Ttk in ↵ | jan.nijtmans | 2021-01-27 | 1 | -0/+1 |
| | | | | | | | | | | | | makefile.vc. | ||||
| * | | Compile stub library with -fno-lto. See ↵ | jan.nijtmans | 2021-01-21 | 4 | -5/+87 |
| | | | | | | | | | | | | [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] for the reason why. | ||||
| * | | Merge 8.5 | jan.nijtmans | 2021-01-13 | 3 | -1/+305 |
| |\ \ | | |/ | |||||
| | * | Don't use @TCL_DEFS@ in win/Makefile.in (just as unix/Makefile.in). In ↵ | jan.nijtmans | 2021-01-13 | 3 | -1/+305 |
| | | | | | | | | | | | | stead, add the missing checks to win/configure.in. This resolves symbol conflicts like PACKAGE_NAME, which gives compiler warnings on Windows. | ||||
| * | | Fix [f6c5365244]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix [f6c5365244]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2021-01-08 | 3 | -59/+72 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5. Sync */tcl.m4 with Tcl. | jan.nijtmans | 2021-01-05 | 3 | -57/+69 |
| |\ \ | | |/ | |||||
| | * | Correct Tk version in win/configure.in | jan.nijtmans | 2021-01-05 | 2 | -10/+10 |
| | | | |||||
| | * | Sync */tcl.m4 with Tcl | jan.nijtmans | 2021-01-05 | 3 | -54/+65 |
| | | | |||||
| * | | Merge 8.5 | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| | | |