summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Aqua: Try processing idle events before each call to [NSApp nextEventMatching...culler2020-05-191-0/+3
* 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
| * Prevent a crash in setXEventPoint by checking for NULL wmInfoPtrculler2020-04-251-7/+9
| * Remove no-op bindings for function keys and set trans_chars appropriately.culler2020-04-252-4/+25
| * Fixing IME broke Latin1; make both work. Use a flag so deciding whether to us...culler2020-04-251-38/+60
| * Fix a logic error that broke IME and remove the static caret_win variable.marc_culler2020-04-251-11/+15
| * Restore F17 which was accidentally deleted when moving the KeyArray to a head...marc_culler2020-04-251-0/+1
| * Add keysym data for Menu and keypad.culler2020-04-241-3/+20
| * Add x, y, X and Y to key events.culler2020-04-242-3/+41
| * Fix [4fa083dd3f]: Should not set the caret position for a window which is not...culler2020-04-241-26/+23
| * Rework the keysym handling so we can generate keysyms for non-Latin-1 keys. ...marc_culler2020-04-232-235/+1434
| * Make the structure of the latin1Table explicitmarc_culler2020-04-211-41/+42
| * Send all chars up to 0x7F to the TextInputClient so non-Latin1 keyboards work...marc_culler2020-04-211-1/+1
| * Process Control-Tab normally; stop using an illegal value for send_event as a...culler2020-04-202-29/+19
| * Fix two typos and a bug -- thanks to Christopher Chavez.culler2020-04-201-4/+4
| * Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ...marc_culler2020-04-202-125/+102