summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-29/+1
| |\ \ \ \
| | * | | | Remove code from TkpWarpPointer which was only needed to construct the NSEven...marc_culler2020-05-161-11/+1
| | * | | | Merge 8.6jan.nijtmans2020-02-172-13/+5
| | |\ \ \ \
| | * | | | | Remove useless generation of NSMouseMoved event when warping the mouse pointe...fvogel2020-01-251-18/+0
| * | | | | | Remove left-over debugging printfjan.nijtmans2020-06-261-1/+0
| * | | | | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-2512-42/+46
| * | | | | | Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now.jan.nijtmans2020-06-191-1/+1
| * | | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
| | |_|_|/ | |/| | |
| * | | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-294-30/+49
| * | | | Fix compiler warning: macOS string length is unsigned.culler2020-05-201-1/+1
| * | | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-203-27/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-203-25/+7
| | * | | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-4/+4
| | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-2/+2
| |/ / /
| * | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-173-122/+73
| * | | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-172-41/+0
| * | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-173-42/+21
| |\ \ \
| | * | | Move platform-specific declarations into platform-specific header files.marc_culler2020-05-154-5/+13
| | * | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-143-58/+37
| * | | | Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat...marc_culler2020-05-161-4/+15
| * | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-168-29/+40
| |/ / /
| * | | Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
| * | | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-122-4/+14
| * | | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-124-51/+95
| |\ \ \
| | * | | Better way to handle closed key windows on deactivation.culler2020-05-121-4/+6
| | * | | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-114-51/+93
| * | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-126-692/+2277
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Deal with the Menu key and possibly other keys that Apple does not use.culler2020-05-124-4/+19
| | * | | Work around an Apple bug which causes *Warning: Window move completed without...culler2020-05-061-0/+35
| | * | | More comment editsmarc_culler2020-05-052-12/+17
| | * | | Edit another comment.marc_culler2020-05-051-2/+5
| | * | | Edit comments.culler2020-05-051-8/+9
| | * | | Add non-regression tests.marc_culler2020-05-044-48/+103
| | * | | make injectkeyevent accept a numerical keysym instead of a virtual key code.marc_culler2020-05-033-24/+19
| | * | | Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too.marc_culler2020-05-033-7/+31
| | * | | Replace one hash table with an array; make keycodes work in text and entry; u...marc_culler2020-05-033-201/+275
| | * | | Do a little better with keypad keys and shifting keysyms that are not on the ...marc_culler2020-04-301-16/+27
| | * | | Edit some comments.marc_culler2020-04-301-11/+12
| | * | | Add missing braces. Thanks to Christopher Chavez.marc_culler2020-04-301-1/+2
| | * | | Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <...marc_culler2020-04-295-112/+195
| | * | | More comment edits. Add a new test command which can by used to inject key N...culler2020-04-282-57/+149
| | * | | Correct a couple of masking operations.culler2020-04-271-3/+3
| | * | | Edit a commentculler2020-04-271-3/+4
| | * | | Eliminate use of nbytes, which seems to be superfluous on macOS; edit some co...marc_culler2020-04-272-33/+20
| | * | | Fix crash when Tk is deactivated while the character selection popup is open....marc_culler2020-04-271-3/+14
| | * | | Deal with Apple's Backspace key.marc_culler2020-04-272-2/+6
| | * | | Revert change to tkMacOSXMouseEvent.c which broke local grabs and add a NULL ...culler2020-04-262-1/+5
| | * | | Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b...culler2020-04-262-115/+182
| | * | | Figured out how to make empty trans_chars, and dealt with menu and control ch...culler2020-04-262-4/+8