summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win...culler2019-10-301-6/+17
* Reapply [0e9cbdba] and [82b1d286], then merge bug-ce470f20fd. This fixes [caa...fvogel2019-10-284-22/+126
|\
| * Fix 'Column ... out of range' error reported in [caacf1f082]fvogel2019-10-271-1/+2
| * Fix [caacf1f082]: treeview column resizing not possible in some conditions. T...fvogel2019-10-272-24/+4
| * merge core-8-6-branchfvogel2019-10-27280-10538/+16462
| |\
| * | Cherrypick [82b1d286] (Fix [cc6c711c1e]: treeview layout issues (patch from B...fvogel2019-10-271-3/+4
* | | Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co...jan.nijtmans2019-10-283-6/+3
* | | Apply patch from Kevin Walzer to restore functionality of Cut/Copy/Paste keyb...culler2019-10-281-17/+2
* | | Fix [f7a4f75d1c]: issues with focus -force and Aqua mouse coordinates for emb...culler2019-10-273-8/+79
|\ \ \
| * | | Add a regression test for computing local mouse coordinates in embedded windo...culler2019-10-271-2/+36
| * | | Edit a commentculler2019-10-271-3/+3
| * | | For Aqua, fix computation of local.x and local.y in the case of an embedded t...culler2019-10-271-4/+22
| * | | Add a regression test for this bug.culler2019-10-261-0/+18
| * | | Fix [f7a4f75d1c]: focus -force fails for embedded toplevelsculler2019-10-261-1/+2
| | |/ | |/|
* | | merge branch bug-69b48f427e9fvogel2019-10-270-0/+0
|\ \ \
| * | | Cherrypick [e9becf44ab]: Help tests bind-34.1 and bind-34.2 to always pass on...fvogel2019-10-271-0/+4
* | | | Help tests bind-34.1 and bind-34.2 to always pass on Win10. See today's comme...fvogel2019-10-271-0/+4
* | | | Backout [82b1d286] and [0e9cbdba] that fixed [cc6c711c1e] and [ce470f20fd] si...fvogel2019-10-274-146/+23
| |/ / |/| |
* | | Fix bug in TkpGetString() for MacOSX. Maybe this is why MacOSX barfs when we ...jan.nijtmans2019-10-251-1/+4
* | | Some end-of-line exess spacingjan.nijtmans2019-10-252-16/+16
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-2511-223/+330
|\ \ \
| * | | Add some protections against Tcl errors during IME text entry.culler2019-10-253-4/+16
| * | | Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-244-35/+62
| * | | Prevent a crash which could occur if the window were defocussed during IME co...culler2019-10-242-10/+31
| * | | Remove the calls to update idletasks which were not needed.culler2019-10-241-2/+0
| * | | Restore the no-op keyDown method to keep the mac from beeping every time a ke...culler2019-10-241-0/+12
| * | | Address compiler warnings.culler2019-10-232-6/+1
| * | | Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-238-139/+35
| * | | Add update idletasks for the text. Replace non-BMP characters by 0xfffd when...culler2019-10-232-4/+26
| * | | Add IME bindings for ttk::entry.culler2019-10-231-0/+12
| * | | More progress on implementing IMEculler2019-10-224-33/+56
| * | | Fix [39de9677aa]: incorrect IME behaviorculler2019-10-223-53/+142
* | | | Fix [0854c99473]: macOS key events during a local grab are not handled correc...culler2019-10-251-7/+14
|\ \ \ \
| * | | | Fix [0854c99473]: macOS key events during a local grab are not handled correc...culler2019-10-221-7/+14
| |/ / /
* | | | Fix [b82bd4872b]: tk::style configure -compound does not work.culler2019-10-251-1/+2
* | | | Fix [6b763e9480]: wrong selected text background in ttk::entry.culler2019-10-241-10/+17
* | | | Aqua: Fix arithmetic error in ttk::scrollbar display.culler2019-10-241-1/+1
* | | | re-add an update in canvImg-11.3. [d0ddf1ac] made the test fail on Windowsfvogel2019-10-231-0/+1
|/ / /
* | | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-217-24/+78
* | | Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the...culler2019-10-202-8/+10
* | | Fix the default bgerror on macOS so it correctly displays the stack trace.culler2019-10-201-0/+1
* | | Fix test canvImg-11.3 which was failing on macOS due to interaction withculler2019-10-201-15/+13
* | | Partial fix for [bf93d098d7]: On macOS Catalina menus can be unresponsive at ...culler2019-10-201-3/+8
|\ \ \
| * | | Fix bug[bf93d098d7]: Menubar is sometimes unresponsive on app startupculler2019-10-111-3/+8
* | | | Fix [ee946e4ebd]: on macOS local grabs only work for toplevels.culler2019-10-203-20/+183
|\ \ \ \
| * | | | Added a regression test, which involved adding a command to tkMacOSXTest.c to...culler2019-10-183-8/+142
| * | | | Restore injection of MouseMoved to avoid unknown trouble.culler2019-10-181-6/+3
| * | | | Minor cleanup; rework TkpWarpPointerculler2019-10-181-16/+36
| * | | | Fix [ee946e4ebd]: on macOS local grabs only work for toplevels.culler2019-10-171-6/+18
|/ / / /
* | | | One step more in fully fixing [a179564826]: Tk 8.6: prevent issues when encou...jan.nijtmans2019-10-151-6/+8