Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test-case option-15.1 independant on test-case casing (as everywhere else) | jan.nijtmans | 2023-03-26 | 1 | -2/+2 |
| | |||||
* | arm64e -> arm64. Sync with Tcl | jan.nijtmans | 2023-03-17 | 2 | -20/+20 |
| | |||||
* | Update the description of the menu entry index of the form @index to reflect | sbron | 2023-03-16 | 1 | -6/+5 |
| | | | how it actually works. | ||||
* | Remove _LARGEFILE_SOURCE64 usage. See ↵ | jan.nijtmans | 2023-03-15 | 3 | -110/+0 |
| | | | | [https://core.tcl-lang.org/tcl/info/d690400d07|d690400d07] | ||||
* | Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵ | jan.nijtmans | 2023-03-04 | 1 | -7/+2 |
|\ | | | | | | | -tearoff option | ||||
| * | Even simpler ... (@fvogel, you are right, the check for $index simply is ↵ | jan.nijtmans | 2023-03-04 | 1 | -2/+1 |
| | | | | | | | | useless here) | ||||
| * | Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵ | fvogel | 2023-03-04 | 1 | -6/+2 |
|/ | | | | -tearoff option | ||||
* | Fix calculation when menu doesn't fit below a ttk::menubutton. | sbron | 2023-02-28 | 1 | -2/+1 |
| | |||||
* | Fix [6cd4762798]: Crash using tk busy hold | fvogel | 2023-02-27 | 1 | -0/+1 |
|\ | |||||
| * | Fix [6cd4762798]: Crash using tk busy hold | fvogel | 2023-02-26 | 1 | -0/+1 |
|/ | |||||
* | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵ | fvogel | 2023-02-12 | 1 | -2/+2 |
|\ | | | | | | | the Tcl repository): Crash in tk busy forget. | ||||
| * | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵ | fvogel | 2023-02-10 | 1 | -2/+2 |
|/ | | | | the Tcl repository): Crash in tk busy forget. | ||||
* | Use more TCL_UNUSED() macro's in stead of (void) casts | jan.nijtmans | 2023-02-07 | 7 | -174/+107 |
| | |||||
* | merge less_tests_constraints: now textWind.test follows the computation ↵ | fvogel | 2023-01-28 | 2 | -108/+127 |
|\ | | | | | | | pattern initiated with textDisp.test. | ||||
| * | Revert to using {Courier -12} as fixedFont like it originally was. | fvogel | 2023-01-22 | 1 | -1/+1 |
| | | |||||
| * | Remove very old comments about statements influencing tests results, ↵ | fvogel | 2023-01-22 | 1 | -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, ↵ | fvogel | 2023-01-22 | 2 | -102/+127 |
| | | | | | | | | xchar, yline - same as in textDisp.test). | ||||
| * | Revert changes in tests/textWind.test erroneously present in previous commit. | fvogel | 2023-01-19 | 1 | -36/+17 |
| | | |||||
| * | merge core-8-6-branch | fvogel | 2023-01-19 | 54 | -129/+233 |
| |\ | |||||
| * | | Backout previous commit, ttk entry-2.1.1 really fails on macOS with XQuartz ↵ | fvogel | 2023-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | at Github CI. | ||||
| * | | Experiment. Remove failsOnXQuartz constraint on ttk entry-2.1.1 since I ↵ | fvogel | 2023-01-14 | 1 | -2/+1 |
| | | | | | | | | | | | | can't reproduce the failure on macOS with XQuartz. | ||||
| * | | merge core-8-6-branch | fvogel | 2023-01-14 | 38 | -615/+426 |
| |\ \ | |||||
* | \ \ | Fix a mistake in sprintf eradication (it had no impact since ↵ | fvogel | 2023-01-22 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | TK_SEND_ENABLED_ON_WINDOWS is not defined. | ||||
| * | | | Fix error in tkWinSend.c (there was no impact since ↵ | fvogel | 2023-01-21 | 1 | -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 ↵ | fvogel | 2023-01-18 | 52 | -111/+197 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | Ventura. | ||||
| * | | Fix error in comment. | fvogel | 2023-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Factorise one more #define snprintf | fvogel | 2023-01-15 | 1 | -2/+2 |
| | | | |||||
| * | | Really use snprintf (and not _snprintf) when MSVC is at least 2015. | fvogel | 2023-01-15 | 1 | -3/+2 |
| | | | |||||
| * | | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ↵ | fvogel | 2023-01-14 | 36 | -239/+56 |
| | | | | | | | | | | | | snprintf). | ||||
| * | | Fix mistake. | fvogel | 2023-01-12 | 2 | -3/+3 |
| | | | |||||
| * | | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ↵ | fvogel | 2023-01-12 | 14 | -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. | fvogel | 2023-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵ | fvogel | 2023-01-10 | 48 | -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.nijtmans | 2023-01-10 | 1 | -3/+9 |
| | | | | | | | | | | | | Tcl_UtfCharComplete() | ||||
* | | | Fix [cee095ab5a]: X error handler not uninstalled in tkUnixRFont.c, ↵ | jan.nijtmans | 2023-01-08 | 1 | -22/+16 |
|/ / | | | | | | | Tk_MeasureChars | ||||
* | | Merge unstable_tests branch. No real change. | fvogel | 2023-01-08 | 1 | -1/+2 |
|\ \ | |||||
| * | | The possible cause for unixEmbed-10.2 and frame-3.10 tests failures on macOS ↵ | fvogel | 2023-01-07 | 1 | -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 ↵ | fvogel | 2023-01-03 | 1 | -0/+4 |
| | | | | | | | | | | | | delayed deletion problem on macOS at the CI runners, that a call to 'update' is preventing. | ||||
| * | | merge 8.6 | fvogel | 2023-01-03 | 124 | -2190/+1926 |
| |\ \ | |||||
| * \ \ | merge 8.6 | fvogel | 2022-10-18 | 2 | -12/+15 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.6 | fvogel | 2022-10-17 | 2 | -21/+31 |
| |\ \ \ \ | |||||
* | | | | | | Fix [https://core.tcl-lang.org/tcl/tktview?name=ad393071c2|ad393071c2]: Use ↵ | jan.nijtmans | 2023-01-06 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | different LD_LIBRARY_PATH_VAR on macOS | ||||
* | | | | | | Fix [d84d334ae6]: Fix build on older macOS System | jan.nijtmans | 2023-01-06 | 2 | -11/+27 |
| | | | | | | |||||
* | | | | | | When translating "nsFont pointSize" to Tcl_WideInt, use correct rounding | jan.nijtmans | 2023-01-05 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be ↵ | jan.nijtmans | 2023-01-03 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | removed in Tk 8.7 | ||||
* | | | | | | merge less_tests_constraints (cosmetic changes). | fvogel | 2023-01-03 | 6 | -6/+5 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | Close unintended fork. | fvogel | 2022-12-07 | 6 | -6/+5 |
| |\ \ \ \ | |||||
| | * | | | | Remove more cosmetic differences with the 8.7 test suite. | fvogel | 2022-12-07 | 6 | -6/+5 |
| | | | | | | |||||
| * | | | | | merge core-8-6-branch | fvogel | 2022-12-05 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
* | | | | | | Use more X11 macro's, in stead of accessing fields directly. Mostly ↵ | jan.nijtmans | 2023-01-02 | 19 | -251/+259 |
| | | | | | | | | | | | | | | | | | | | | | | | | backported from 8.7 |