summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a mistake in sprintf eradication (it had no impact since TK_SEND_ENABLED_...fvogel2023-01-221-2/+2
|\
| * Fix a mistake in sprintf eradication (it had no impact since TK_SEND_ENABLED_...fvogel2023-01-221-2/+2
| |\
| | * Fix error in tkWinSend.c (there was no impact since TK_SEND_ENABLED_ON_WINDOW...fvogel2023-01-211-2/+2
* | | Remove failsOnXQuarz from some testcases: no longer needed. The problem was a...jan.nijtmans2023-01-202-8/+6
|\ \ \
| * \ \ Merge 8.7. Remove TCL_ENCODING_HACK_FLAG (no longer needed)jan.nijtmans2023-01-1960-168/+265
| |\ \ \ | |/ / / |/| | |
* | | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-1858-157/+258
|\ \ \ \ | | |/ / | |/| |
| * | | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-1852-111/+197
| |\ \ \ | | | |/ | | |/|
| | * | Fix error in comment.fvogel2023-01-151-1/+1
| | * | Factorise one more #define snprintffvogel2023-01-151-2/+2
| | * | Really use snprintf (and not _snprintf) when MSVC is at least 2015.fvogel2023-01-151-3/+2
| | * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-1436-239/+56
| | * | Fix mistake.fvogel2023-01-122-3/+3
| | * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-1214-22/+23
| | * | The last missing change sprintf --> snprintf.fvogel2023-01-111-1/+1
| | * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-1048-96/+365
| | | * Merge 8.7. Add TCL_ENCODING_HACK_FLAG, meant for experimenting (not _ever_ to...jan.nijtmans2023-01-1611-114/+101
| | | |\ | |_|_|/ |/| | |
* | | | Make -sizegrip/-gripcount scalable. Also clean-up *Theme.tcl files, regarding...jan.nijtmans2023-01-149-108/+91
|\ \ \ \
| * | | | Change -gripsize back to -gripcount (name change can be done later as a separ...jan.nijtmans2023-01-125-21/+20
| * | | | Missing Tk_GetPixelsFromObj(). Verify compatibility with old '-gripcount'jan.nijtmans2023-01-122-3/+4
| * | | | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s...jan.nijtmans2023-01-116-47/+49
|/ / / /
| | | * Ticket [370b1ff03e]. Confirm the issue is in Tcl (see Tcl's branch [https://c...fvogel2023-01-143-9/+7
| |_|/ |/| |
* | | Update documentationjan.nijtmans2023-01-101-1/+2
* | | Use pixels in stead of ints in the "wm minsize" and "wm maxsize" commands, so...jan.nijtmans2023-01-104-22/+22
* | | Merge 8.6jan.nijtmans2023-01-102-9/+7
|\ \ \ | |/ /
| * | More usage of TCL_UNUSED. Make sure Tk never uses the TIP #575 version of Tcl...jan.nijtmans2023-01-101-3/+9
* | | Merge 8.6jan.nijtmans2023-01-081-2/+2
|\ \ \ | |/ /
| * | Fix [cee095ab5a]: X error handler not uninstalled in tkUnixRFont.c, Tk_Measur...jan.nijtmans2023-01-081-22/+16
| |/
* | Merge core-8-6-branchfvogel2023-01-081-1/+2
|\ \ | |/
| * Merge unstable_tests branch. No real change.fvogel2023-01-081-1/+2
| |\
| | * The possible cause for unixEmbed-10.2 and frame-3.10 tests failures on macOS ...fvogel2023-01-071-4/+1
| | * Add a comment in proc deleteWindows (constraints.tcl) that could explain the ...fvogel2023-01-031-0/+4
| | * merge 8.6fvogel2023-01-03124-2190/+1926
| | |\
| | * \ merge 8.6fvogel2022-10-182-12/+15
| | |\ \
| | * \ \ merge 8.6fvogel2022-10-172-21/+31
| | |\ \ \
* | | \ \ \ Fix [8bee4b2009]: progress bar no longer displays properly with certain styles.fvogel2023-01-065-2/+144
|\ \ \ \ \ \
| * | | | | | Refine progressbar-3.3fvogel2022-12-301-3/+9
| * | | | | | Simplify code by making better use of common parts between Text and cText ele...fvogel2022-12-301-82/+9
| * | | | | | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth...fvogel2022-12-303-2/+119
| * | | | | | Add (currently failing) test progressbar-3.3 demonstrating bug [8bee4b2009].fvogel2022-12-302-0/+92
* | | | | | | merge-markjan.nijtmans2023-01-060-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix [https://core.tcl-lang.org/tcl/tktview?name=ad393071c2|ad393071c2]: Use d...jan.nijtmans2023-01-062-2/+2
* | | | | | | Fix [https://core.tcl-lang.org/tcl/tktview?name=ad393071c2|ad393071c2]: Use d...jan.nijtmans2023-01-062-2/+2
* | | | | | | Merge 8.6jan.nijtmans2023-01-062-10/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-062-11/+27
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Some progress in [f20f46b90a]. Not done yetjan.nijtmans2023-01-0513-208/+134
|\ \ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | When translating "nsFont pointSize" to Tcl_WideInt, use correct roundingjan.nijtmans2023-01-051-3/+3
| * | | | | | | Replaced all ::tk::ScaleNum invocations with screen distances in points at al...csaba2023-01-0510-101/+68
| * | | | | | | When translating "nsFont pointSize" to Tcl_WideInt, use correct roundingjan.nijtmans2023-01-041-1/+1
| * | | | | | | code cleanup (no functional change)jan.nijtmans2023-01-042-5/+5
| * | | | | | | Rebase to 8.7. Make (hopefully) all MacOS test-cases passjan.nijtmans2023-01-039-77/+70
| |\ \ \ \ \ \ \ |/ / / / / / / /