summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | 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
* | Fix a few typo'sjan.nijtmans2019-10-151-1/+1
* | 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 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
|/
* tk::mac::RegisterServiceWidget was returning an error when Wish was launched ...Kevin Walzer2019-10-071-2/+3
* Fix crash caused by initializing Mac services multiple timesculler2019-10-062-103/+96
|\
| * Some initialization steps can remain outside the if (!initialized) block.culler2019-10-061-17/+19
| * Prevent multiple initializations of Mac Services, which would cause IDLE to c...culler2019-10-052-112/+103
* | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-061-2/+0
|/
* Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l...jan.nijtmans2019-10-041-5/+3
* Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis...jan.nijtmans2019-10-041-1/+2
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-0/+2
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-2/+0
* Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-5/+10
* Remove call to idletasks in tkMacOSXKeyEvent.cKevin Walzer2019-09-291-1/+1
* Merge chavez-canvas branchKevin Walzer2019-09-292-2/+13
|\
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-242-2/+13
* | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-252-9/+24
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-243-8/+76
* | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-1/+1
* | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-1/+3
|/
* Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-222-4/+24
* Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-163-3/+3
* Tweak logging message if NSWindow tabbing or apperance operation failsKevin Walzer2019-09-091-2/+2
* Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
* Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
* Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-022-210/+245
|\
| * Additional refinements by Marc Culler to streamline the execution of the DoSc...Kevin Walzer2019-09-021-268/+175
| * Remove dummy procedures for testingKevin Walzer2019-09-011-1/+1
| * Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-011-43/+40
| * More refinementsKevin Walzer2019-09-011-5/+9
| * Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-012-105/+232
* | Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Ch...Kevin Walzer2019-09-021-6/+21
|/