summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6culler2021-03-021-6/+13
|\
| * Adjust the key event processing logic to handle dead keys being used as menu ...culler2021-03-021-9/+13
| * Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-011-0/+3
* | Merge 8.6marc_culler2021-02-281-1/+2
|\ \ | |/
| * Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why i...marc_culler2021-02-281-1/+2
* | Merge 8.6jan.nijtmans2021-02-021-5/+5
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-5/+5
* | Merge 8.6marc_culler2020-12-161-1/+1
|\ \ | |/
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge 8.6jan.nijtmans2020-09-021-1/+1
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-5/+5
|\ \
| * \ Merge 8.7jan.nijtmans2020-08-131-11/+3
| |\ \
| * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-5/+5
* | | | Merge 8.6jan.nijtmans2020-09-021-8/+8
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-8/+8
* | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-0/+2
|\ \ \ | |/ /
| * | Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-241-0/+2
* | | Merge 8.6marc_culler2020-07-181-11/+1
|\ \ \ | |/ / | | / | |/ |/|
| * More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-9/+0
| * Merge 8.6jan.nijtmans2020-07-121-2/+2
| |\
| * | A different attempt to make sure new windows are completely drawn.culler2020-06-061-2/+1
* | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ \ | | |/ | |/|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| |/
* | Don't use trans_chars array on MacOSX any more.culler2020-05-171-23/+2
|\ \ | |/
| * Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-141-23/+2
* | Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
|\ \ | |/
| * Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-247/+308
|\ \ | |/
| * Deal with the Menu key and possibly other keys that Apple does not use.culler2020-05-121-0/+8
| * Add non-regression tests.marc_culler2020-05-041-8/+23
| * Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too.marc_culler2020-05-031-3/+4
| * Replace one hash table with an array; make keycodes work in text and entry; u...marc_culler2020-05-031-28/+61
| * Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <...marc_culler2020-04-291-16/+20
| * Eliminate use of nbytes, which seems to be superfluous on macOS; edit some co...marc_culler2020-04-271-3/+1
| * 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-271-1/+3
| * Revert change to tkMacOSXMouseEvent.c which broke local grabs and add a NULL ...culler2020-04-261-0/+3
| * Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b...culler2020-04-261-39/+37
| * Figured out how to make empty trans_chars, and dealt with menu and control ch...culler2020-04-261-2/+4
| * 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-251-1/+12
| * 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
| * Add x, y, X and Y to key events.culler2020-04-241-1/+40
| * Fix [4fa083dd3f]: Should not set the caret position for a window which is not...culler2020-04-241-26/+23
| * 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-201-23/+15
| * Fix two typos and a bug -- thanks to Christopher Chavez.culler2020-04-201-4/+4