summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make test-case option-15.1 independant on test-case casing (as everywhere else)jan.nijtmans2023-03-261-2/+2
* arm64e -> arm64. Sync with Tcljan.nijtmans2023-03-172-20/+20
* Update the description of the menu entry index of the form @index to reflectsbron2023-03-161-6/+5
* Remove _LARGEFILE_SOURCE64 usage. See [https://core.tcl-lang.org/tcl/info/d69...jan.nijtmans2023-03-153-110/+0
* Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...jan.nijtmans2023-03-041-7/+2
|\
| * Even simpler ... (@fvogel, you are right, the check for $index simply is usel...jan.nijtmans2023-03-041-2/+1
| * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...fvogel2023-03-041-6/+2
|/
* Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
* Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-271-0/+1
|\
| * Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-261-0/+1
|/
* Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-121-2/+2
|\
| * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-101-2/+2
|/
* Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-077-174/+107
* merge less_tests_constraints: now textWind.test follows the computation patte...fvogel2023-01-282-108/+127
|\
| * Revert to using {Courier -12} as fixedFont like it originally was.fvogel2023-01-221-1/+1
| * Remove very old comments about statements influencing tests results, specific...fvogel2023-01-221-5/+0
| * Factorize computations in expected textWind.test results (use proc bo, xw, xc...fvogel2023-01-222-102/+127
| * Revert changes in tests/textWind.test erroneously present in previous commit.fvogel2023-01-191-36/+17
| * merge core-8-6-branchfvogel2023-01-1954-129/+233
| |\
| * | Backout previous commit, ttk entry-2.1.1 really fails on macOS with XQuartz a...fvogel2023-01-181-1/+2
| * | Experiment. Remove failsOnXQuartz constraint on ttk entry-2.1.1 since I can't...fvogel2023-01-141-2/+1
| * | merge core-8-6-branchfvogel2023-01-1438-615/+426
| |\ \
* | \ \ 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
* | | | 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
* | | More usage of TCL_UNUSED. Make sure Tk never uses the TIP #575 version of Tcl...jan.nijtmans2023-01-101-3/+9
* | | Fix [cee095ab5a]: X error handler not uninstalled in tkUnixRFont.c, Tk_Measur...jan.nijtmans2023-01-081-22/+16
|/ /
* | 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 [https://core.tcl-lang.org/tcl/tktview?name=ad393071c2|ad393071c2]: Use d...jan.nijtmans2023-01-062-2/+2
* | | | | | Fix [d84d334ae6]: Fix build on older macOS Systemjan.nijtmans2023-01-062-11/+27
* | | | | | When translating "nsFont pointSize" to Tcl_WideInt, use correct roundingjan.nijtmans2023-01-051-3/+3
* | | | | | Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re...jan.nijtmans2023-01-032-0/+3
* | | | | | merge less_tests_constraints (cosmetic changes).fvogel2023-01-036-6/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Close unintended fork.fvogel2022-12-076-6/+5
| |\ \ \ \
| | * | | | Remove more cosmetic differences with the 8.7 test suite.fvogel2022-12-076-6/+5
| * | | | | merge core-8-6-branchfvogel2022-12-051-2/+2
| |\ \ \ \ \ | | |/ / / /
* | | | | | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-0219-251/+259