summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [887ae18c26]: unix/Credits.html is neither tracked nor ignored.fvogel2023-05-072-0/+2
* Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-064-4/+22
* Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-033-11/+23
|\
| * Remove superfluous casts.fvogel2023-05-021-2/+2
| * Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-013-28/+22
| * Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed. Patch ...fvogel2023-04-151-7/+25
* | Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-302-3/+23
|\ \
| * | Robustify text-27.15b that failed after [898c0657], on macOS with aqua only. ...fvogel2023-04-231-2/+2
| * | Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-222-2/+21
| * | Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
|/ /
* | Backport more from latest X.hjan.nijtmans2023-04-191-18/+73
* | Fix [fe87e9af39]: X-input extension events are not transfered to Tcl.jan.nijtmans2023-04-191-1/+3
* | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-165-178/+389
|\ \ | |/ |/|
| * Backport more from X11R6jan.nijtmans2023-04-151-31/+39
| * Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-144-118/+301
|/
* Fix [f4d9d74df6]: ignored -disabledwidth for canvas rectangle and oval items....fvogel2023-04-101-1/+1
* Fix [15c685a976]: Issues with menu cloning.sbron2023-03-302-36/+66
|\
| * Make tests 20.12 to -15 pass on Windows. In details: on this platform the clo...fvogel2023-03-261-4/+8
| * Make the clone inherit the bindtags from the original menu.sbron2023-03-262-8/+25
| * Proposed fix for bug [15c685a976].sbron2023-03-231-31/+0
| * Add tests to check for the issues mentioned in bug [15c685a976].sbron2023-03-231-0/+40
* | Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0...fvogel2023-03-308-24/+24
|\ \
| * | Fix [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButtonbug-2ed289cae0fvogel2023-03-281-1/+1
| * | Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-288-24/+24
|/ /
* | 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