summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | how it actually works.
* Remove _LARGEFILE_SOURCE64 usage. See ↵jan.nijtmans2023-03-153-110/+0
| | | | [https://core.tcl-lang.org/tcl/info/d690400d07|d690400d07]
* Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵jan.nijtmans2023-03-041-7/+2
|\ | | | | | | -tearoff option
| * Even simpler ... (@fvogel, you are right, the check for $index simply is ↵jan.nijtmans2023-03-041-2/+1
| | | | | | | | useless here)
| * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵fvogel2023-03-041-6/+2
|/ | | | -tearoff option
* 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 ↵fvogel2023-02-121-2/+2
|\ | | | | | | the Tcl repository): Crash in tk busy forget.
| * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵fvogel2023-02-101-2/+2
|/ | | | the Tcl repository): Crash in tk busy forget.
* 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 ↵fvogel2023-01-282-108/+127
|\ | | | | | | pattern initiated with textDisp.test.
| * 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, ↵fvogel2023-01-221-5/+0
| | | | | | | | specifically here destruction of frame widgets used in previous tests. This should someday be included in -cleanup sections within each tests. As it is, the tests are not independant from each other.
| * Factorize computations in expected textWind.test results (use proc bo, xw, ↵fvogel2023-01-222-102/+127
| | | | | | | | xchar, yline - same as in textDisp.test).
| * 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 ↵fvogel2023-01-181-1/+2
| | | | | | | | | | | | at Github CI.
| * | Experiment. Remove failsOnXQuartz constraint on ttk entry-2.1.1 since I ↵fvogel2023-01-141-2/+1
| | | | | | | | | | | | can't reproduce the failure on macOS with XQuartz.
| * | merge core-8-6-branchfvogel2023-01-1438-615/+426
| |\ \
* | \ \ Fix a mistake in sprintf eradication (it had no impact since ↵fvogel2023-01-221-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | TK_SEND_ENABLED_ON_WINDOWS is not defined.
| * | | Fix error in tkWinSend.c (there was no impact since ↵fvogel2023-01-211-2/+2
| | | | | | | | | | | | | | | | TK_SEND_ENABLED_ON_WINDOWS is not defined, but anyway: thanks Jan!).
* | | | Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵fvogel2023-01-1852-111/+197
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | Ventura.
| * | 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
| | | | | | | | | | | | snprintf).
| * | Fix mistake.fvogel2023-01-122-3/+3
| | |
| * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ↵fvogel2023-01-1214-22/+23
| | | | | | | | | | | | ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]'
| * | The last missing change sprintf --> snprintf.fvogel2023-01-111-1/+1
| | |
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵fvogel2023-01-1048-96/+365
| | | | | | | | | | | | Ventura. Only a single instance left in TkpPrintWindowId() (tkWinWindow.c).
* | | More usage of TCL_UNUSED. Make sure Tk never uses the TIP #575 version of ↵jan.nijtmans2023-01-101-3/+9
| | | | | | | | | | | | Tcl_UtfCharComplete()
* | | Fix [cee095ab5a]: X error handler not uninstalled in tkUnixRFont.c, ↵jan.nijtmans2023-01-081-22/+16
|/ / | | | | | | Tk_MeasureChars
* | 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
| | | | | | | | | | | | mentioned in the comments of proc deleteWindows is not the correct one. Keep the workaround (the return statement) and change the destroy line anyway.
| * | Add a comment in proc deleteWindows (constraints.tcl) that could explain the ↵fvogel2023-01-031-0/+4
| | | | | | | | | | | | delayed deletion problem on macOS at the CI runners, that a call to 'update' is preventing.
| * | 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 ↵jan.nijtmans2023-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | different LD_LIBRARY_PATH_VAR on macOS
* | | | | | 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 ↵jan.nijtmans2023-01-032-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | removed in Tk 8.7
* | | | | | 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 ↵jan.nijtmans2023-01-0219-251/+259
| | | | | | | | | | | | | | | | | | | | | | | | backported from 8.7