summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| * | Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate co...jan.nijtmans2019-10-281-3/+3
* | | Apply patch from Kevin Walzer to restore functionality of Cut/Copy/Paste keyb...culler2019-10-281-17/+2
|\ \ \ | |/ /
| * | 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-271-7/+25
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6jan.nijtmans2019-10-253-17/+20
|\ \ \ | |/ /
| * | 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-257-198/+269
|\ \ \ | |/ /
| * | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-257-199/+269
| |\ \
| | * | Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-241-34/+52
| | * | Prevent a crash which could occur if the window were defocussed during IME co...culler2019-10-242-10/+31
| | * | 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-234-116/+35
| | * | Add update idletasks for the text. Replace non-BMP characters by 0xfffd when...culler2019-10-231-1/+22
| | * | More progress on implementing IMEculler2019-10-221-33/+28
| | * | 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-251-7/+14
| |\ \ \
| | * | | Fix [0854c99473]: macOS key events during a local grab are not handled correc...culler2019-10-221-7/+14
| | |/ /
* | | | Aqua: Fix arithmetic error in ttk::scrollbar display.culler2019-10-241-1/+1
|\ \ \ \ | |/ / /
| * | | Aqua: Fix arithmetic error in ttk::scrollbar display.culler2019-10-241-1/+1
| |/ /
* | | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-217-24/+78
|\ \ \ | |/ /
| * | 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 [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the...culler2019-10-202-8/+10
* | | Partial fix for [bf93d098d7]: On macOS Catalina menus can be unresponsive at ...culler2019-10-201-3/+8
|\ \ \ | |/ /
| * | 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-202-17/+150
|\ \ \ \ | |/ / /
| * | | Added a regression test, which involved adding a command to tkMacOSXTest.c to...culler2019-10-182-5/+109
| * | | 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
* | | | Merge 8.6jan.nijtmans2019-10-151-1/+1
|\ \ \ \ | |/ / /
| * | | Fix a few typo'sjan.nijtmans2019-10-151-1/+1
| | |/ | |/|
* | | Use vwait instead of after in canvImg.test. On macOS protect against exceptio...culler2019-10-112-5/+6
|\ \ \ | |/ /
| * | Use vwait instead of after in canvImg.test. On macOS protect against exceptionsculler2019-10-112-5/+6
| |/
* | Merge the remainder of catalina_more_testsculler2019-10-102-1/+18
|\ \ | |/
| * Merge the remainder of catalina_more_testsculler2019-10-102-1/+18
| |\
| | * Merge 8.6jan.nijtmans2019-10-101-1/+1
| | |\
| | * | Fix one compiler warning in Snow Leopard.culler2019-10-101-1/+3
| | * | Let the comment be in sync with the change made in the previous commit'fvogel2019-10-091-1/+1
| | * | Generate the heartbeat every 0.1 seconds instead of 0.25 seconds.culler2019-10-091-1/+1
| | * | Fix the (almost) hangs that occurred in some calls to vwait when no userculler2019-10-091-0/+15
| | |/
* | | Fix macOS crash caused by deactivating a menu while it is being deleted.culler2019-10-101-1/+4
|\ \ \ | |/ /
| * | Fix macOS crash caused by deactivating a menu while it is being deleted.culler2019-10-101-1/+4
| |/
* | Fix merge conflict in previous commit (::tk::mac::registerServiceWidget calle...jan.nijtmans2019-10-091-2/+0