summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Experimentfvogel2021-03-042-2/+3
| | |/ / / / /
* | | | | | | Fix mouswheel handling when mouse doesn't have horizontal movement, but this ...jan.nijtmans2021-03-212-2/+2
* | | | | | | Fix [c2be406526]: Bug in scroll wheel event handling in Tk 8.7a4 on the Macjan.nijtmans2021-03-191-10/+43
|\ \ \ \ \ \ \
| * | | | | | | Incorporate Csaba's suggestion: Timeout to 300ms (was 1.5s). And after timeou...jan.nijtmans2021-03-171-2/+9
| * | | | | | | \Merge 8.7jan.nijtmans2021-03-174-7/+18
| |\ \ \ \ \ \ \
| * | | | | | | | Remove useless lines: xEvent.xkey.keycode == 0 cannot happen herejan.nijtmans2021-03-161-2/+0
| * | | | | | | | improve smooth behavior on Aquajan.nijtmans2021-03-161-8/+10
| * | | | | | | | Fix correct accumulation of deltajan.nijtmans2021-03-161-4/+4
| * | | | | | | | Make WHEEL_DELAY 1.5 s not 1.5 ms. Fix indentingjan.nijtmans2021-03-161-3/+3
| * | | | | | | | Better fix: accumulate mousewheel data until 'tick' is reached. About same al...jan.nijtmans2021-03-161-12/+30
| * | | | | | | | Possible fix for [c2be406526], for now just an experiment.jan.nijtmans2021-03-151-2/+8
* | | | | | | | | Merge 8.6jan.nijtmans2021-03-193-4/+60
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-193-4/+60
| |\ \ \ \ \ \ \
| | * | | | | | | "send" testcases are failing, see [https://github.com/tcltk/tk/runs/211925157...jan.nijtmans2021-03-161-0/+2
| | * | | | | | | Merge 8.7jan.nijtmans2021-03-1610-64/+22
| | |\ \ \ \ \ \ \
| | * | | | | | | | fix and testcase for ticket [9b6065d1fd]griffin2021-03-153-12/+54
| | * | | | | | | | propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
| | * | | | | | | | Create new branch named "bug-9b6065d1fd"griffin2021-03-090-0/+0
* | | | | | | | | | Don't compile in ucs-2be encoding when Tk is compiled with Tcl 9.0 headers, s...jan.nijtmans2021-03-171-0/+16
* | | | | | | | | | Merge 8.6jan.nijtmans2021-03-161-3/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Duplicate definitionjan.nijtmans2021-03-161-3/+0
* | | | | | | | | Merge 8.6jan.nijtmans2021-03-152-4/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | TkUtfPrev() is only needed when sizeof(Tcl_UniChar) == 2jan.nijtmans2021-03-152-23/+22
| * | | | | | | Merge 8.5jan.nijtmans2021-03-152-4/+2
| |\ \ \ \ \ \ \
| | * | | | | | | One more failsOnQuarz markjan.nijtmans2021-03-131-1/+2
* | | | | | | | | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575jan.nijtmans2021-03-153-54/+11
* | | | | | | | | Fix [2374c602bf]: bind-34.1 sometimes fails on Linux.fvogel2021-03-131-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix [2374c602bf]: bind-34.1 sometimes fails on Linux.fvogel2021-03-131-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix [2374c602bf]: bind-34.1 sometimes fails on Linux. This is a race conditio...fvogel2021-03-091-3/+3
| |/ / / / / / / /
* | | | | | | | | Fix [d50f63a0e1]: menu-38.1 hangs when unconstrained.fvogel2021-03-091-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix [d50f63a0e1]: menu-38.1 hangs when unconstrained.fvogel2021-03-091-1/+1
* | | | | | | | | Merge 8.6jan.nijtmans2021-03-092-2/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Two more failsOnXQuarz marks. Fix possible compiler warning when HAVE_XKBKEYC...jan.nijtmans2021-03-093-3/+5
* | | | | | | | | Merge 8.6jan.nijtmans2021-03-092-2/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge 8.5jan.nijtmans2021-03-092-2/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | One more failsOnQuarz mark. Extend ignore-globjan.nijtmans2021-03-092-1/+6
* | | | | | | | Unneccessary *_InitStubs() callsjan.nijtmans2021-03-081-11/+0
* | | | | | | | Merge 8.6jan.nijtmans2021-03-0811-45/+44
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Mark more testcases with failsOnXQuarzjan.nijtmans2021-03-087-22/+21
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Mark more testcases with failsOnQuarzjan.nijtmans2021-03-0811-21/+27
| | * | | | | mac build with --enable-corefoundation. Use "sudo" when installingjan.nijtmans2021-03-051-2/+2
| * | | | | | Eliminate unnecessary spacingjan.nijtmans2021-03-08111-121/+121
| * | | | | | Merge-markjan.nijtmans2021-03-050-0/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | |
| | * | | | Attempt to make more ttk testcases pass on github actions, by backporting som...jan.nijtmans2021-03-057-141/+145
* | | | | | Add Linux builds against Tcl 8.7 and 9.0 toojan.nijtmans2021-03-052-0/+372
* | | | | | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa...jan.nijtmans2021-03-041-1/+1
* | | | | | Merge 8.6culler2021-03-022-6/+41
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [1626ed65b8]: Aqua aborts when dead keys are used as menu accelerators.culler2021-03-022-6/+41
| |\ \ \ \ \
| | * | | | | Adjust the key event processing logic to handle dead keys being used as menu ...culler2021-03-022-17/+30
| | * | | | | Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-012-0/+22
| |/ / / / /