summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6fvogel2022-01-094-116/+154
|\
| * Fix [17f44d4a0b]: Some textWind tests fail sometimes at Github. This also inc...fvogel2022-01-091-104/+135
| |\
| | * Ensure the window is destroyed before trying to recreate it.fvogel2022-01-081-1/+1
| | * Add many more explanations in textWind-17.10 since what's happening in this t...fvogel2022-01-081-12/+33
| | * At those places, a plain update is needed also on macOS.fvogel2022-01-051-6/+6
| | * At those places, a plain update is needed also on macOS.fvogel2022-01-041-4/+4
| | * Merge bug-40bc819140.fvogel2022-01-031-3/+1
| | |\
| | | * Remove constraint on textWind-10.7 so that it gets tested at Github CI.fvogel2022-01-031-3/+1
| | * | Merge bug-40bc819140.fvogel2022-01-031-1/+1
| | |\ \ | | | |/
| | | * Both update idletasks and a later update are needed to get the two error mess...fvogel2022-01-031-1/+1
| | * | At those places, a plain update is needed also on macOS.fvogel2022-01-031-7/+7
| | * | Propagate proc updateText from textDisp.test to textWind.test.fvogel2022-01-031-104/+104
| | * | Merge bug-40bc819140.fvogel2022-01-031-1/+13
| | |\ \ | | | |/
| | | * Propagate the solution for update / update idletask according to the platform...fvogel2022-01-031-1/+13
| | * | Complementary fix for sporadically unstable textWind-3.4fvogel2022-01-021-2/+2
| | * | Fix (perhaps) [17f44d4a0b]:textWind-17.10 fails sometimes at Githubfvogel2022-01-021-1/+1
| * | | Backout the wrong fix [83d63659] for [1501749fff], but keep the non-regressio...fvogel2022-01-082-11/+11
| |\ \ \
| | * | | Backout the wrong fix [83d63659] for [1501749fff], but keep the non-regressio...fvogel2022-01-082-11/+11
| | * | | merge core-8-6-branchfvogel2022-01-08759-90550/+163826
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Add "no-xft" tag to tk::build-infojan.nijtmans2022-01-081-0/+3
| * | | | Make TK_NO_DEPRECATED flag available in tk::build-info (only with Tcl 8.7)jan.nijtmans2022-01-071-0/+3
| * | | | Fix [b7d851e988]: crash caused by not finding the toplevel for the dragTarget...culler2022-01-061-1/+2
| |\ \ \ \
| | * | | | Fix [b7d851e988]: crash caused by not finding the toplevel for the dragTarget...culler2022-01-061-1/+2
| |/ / / /
* | | | | merge 8.6fvogel2022-01-05100-1593/+2793
|\ \ \ \ \ | |/ / / /
| * | | | Revert [a61bc893].fvogel2022-01-031-2/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Backout [d38ae72d] since textWind-10.7 now fails on Linux instead of macOS.fvogel2022-01-031-2/+4
| * | | | Fix [40bc819140]: textWind-10.7 fails in some linux environmentsfvogel2022-01-021-4/+2
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Fix [40bc819140]: textWind-10.7 fails in some linux environmentsfvogel2022-01-011-4/+2
| |/ /
| * | Correct typos in various comments.fvogel2022-01-015-13/+13
| * | Fix [822450d6e4]: Crash at exit in Aqua, caused by calling Ttk_GeometryReques...marc_culler2021-12-301-6/+7
| |\ \
| | * | Adjust stylemarc_culler2021-12-281-6/+5
| | * | Fix typo. (Oops.)marc_culler2021-12-281-1/+1
| | * | Fix [822450d6e4]: Crash at exit in Aqua, caused marc_culler2021-12-281-4/+6
| |/ /
| * | Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ...marc_culler2021-12-271-31/+39
| |\ \
| | * | Fix [eb26d4ec8e]: Aqua combobox beeps if the mouse button is clicked outside ...marc_culler2021-12-261-31/+39
| |/ /
| * | Add cast to silence compiler warningmarc_culler2021-12-241-1/+1
| * | Fix [9153164bf7]: drag events should go to the widget that initiated the drag.marc_culler2021-12-241-20/+22
| |\ \
| | * | Fix [9153164bf7]: drag events should go to the widget that initiated the drag...marc_culler2021-12-231-20/+22
| |/ /
| * | Remove redundant line of code.marc_culler2021-12-221-1/+0
| * | Fix [a132b5507e]: missing NSLeftButtonDown events cause strange menubutton be...marc_culler2021-12-221-5/+25
| |\ \
| | * | Fix [a132b5507e]: missing NSLeftButtonDown events cause strange menubutton be...marc_culler2021-12-221-5/+25
| |/ /
| * | Fix [6be8b0b48c]: crashes caused by stale pointers stored in static variables...culler2021-12-204-17/+62
| |\ \
| | * | Call TkUpdatePointer when a toplevel is destroyed.marc_culler2021-12-201-5/+7
| | * | Remove the isDead property from TKWindow since it is no longer needed.marc_culler2021-12-203-14/+0
| | * | Clean up.marc_culler2021-12-202-10/+5
| | * | Prevent stale references in the persistent mouse event processing state.marc_culler2021-12-202-4/+40
| | * | Remove one more static variable. Now TkWmDeadWindow can clear the drag target...marc_culler2021-12-203-19/+17
| | * | Make target not be static in processMouseEvent.marc_culler2021-12-202-5/+9
| | * | Add a property to TKWindow which indicates that the associated Tk window is b...marc_culler2021-12-193-12/+24
| | * | Fix[6be8b0b48c]: Aqua can crash if a toplevel is destroyed with Cmd-W during ...marc_culler2021-12-181-1/+13