| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the doub... | culler | 2021-05-22 | 1 | -2/+6 |
|
|
* | Try to fix [171ba701e5]: crash when key is pressed after grab window loses fo... | culler | 2021-05-06 | 1 | -1/+4 |
|
|
* | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unused | jan.nijtmans | 2021-05-03 | 1 | -1/+1 |
|
|
* | Fix typo. | culler | 2021-05-01 | 1 | -1/+1 |
|
|
* | Edit comments. | culler | 2021-05-01 | 1 | -5/+2 |
|
|
* | Take care to only check the aRepeat property of an NSKeyDown event. Isolate ... | culler | 2021-05-01 | 1 | -3/+12 |
|
|
* | Completely ignore repeat events if the repeat interval is set to off. How do... | culler | 2021-05-01 | 1 | -5/+8 |
|
|
* | Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats. | culler | 2021-04-30 | 1 | -4/+6 |
|
|
* | Adjust the key event processing logic to handle dead keys being used as menu ... | culler | 2021-03-02 | 1 | -9/+13 |
|
|
* | Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ... | culler | 2021-03-01 | 1 | -0/+3 |
|
|
* | Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why i... | marc_culler | 2021-02-28 | 1 | -1/+2 |
|
|
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -5/+5 |
|
|
* | Tidy up with a patch from Christopher Chavez. Removes redundant include direc... | marc_culler | 2020-12-16 | 1 | -1/+1 |
|
|
* | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -8/+8 |
|
|
* | Fix the build for Snow Leopard. Fix the fontchooser demo. | culler | 2020-07-24 | 1 | -0/+2 |
|
|
* | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed... | marc_culler | 2020-07-15 | 1 | -9/+0 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-07-12 | 1 | -2/+2 |
|\ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | | A different attempt to make sure new windows are completely drawn. | culler | 2020-06-06 | 1 | -2/+1 |
|/ |
|
* | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma... | culler | 2020-05-14 | 1 | -23/+2 |
|
|
* | Aqua: Fix an error in Tk_SetCaretPos. | culler | 2020-05-12 | 1 | -1/+1 |
|
|
* | Deal with the Menu key and possibly other keys that Apple does not use. | culler | 2020-05-12 | 1 | -0/+8 |
|
|
* | Add non-regression tests. | marc_culler | 2020-05-04 | 1 | -8/+23 |
|
|
* | Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too. | marc_culler | 2020-05-03 | 1 | -3/+4 |
|
|
* | Replace one hash table with an array; make keycodes work in text and entry; u... | marc_culler | 2020-05-03 | 1 | -28/+61 |
|
|
* | Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <... | marc_culler | 2020-04-29 | 1 | -16/+20 |
|
|
* | Eliminate use of nbytes, which seems to be superfluous on macOS; edit some co... | marc_culler | 2020-04-27 | 1 | -3/+1 |
|
|
* | Fix crash when Tk is deactivated while the character selection popup is open.... | marc_culler | 2020-04-27 | 1 | -3/+14 |
|
|
* | Deal with Apple's Backspace key. | marc_culler | 2020-04-27 | 1 | -1/+3 |
|
|
* | Revert change to tkMacOSXMouseEvent.c which broke local grabs and add a NULL ... | culler | 2020-04-26 | 1 | -0/+3 |
|
|
* | Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b... | culler | 2020-04-26 | 1 | -39/+37 |
|
|
* | Figured out how to make empty trans_chars, and dealt with menu and control ch... | culler | 2020-04-26 | 1 | -2/+4 |
|
|
* | Prevent a crash in setXEventPoint by checking for NULL wmInfoPtr | culler | 2020-04-25 | 1 | -7/+9 |
|
|
* | Remove no-op bindings for function keys and set trans_chars appropriately. | culler | 2020-04-25 | 1 | -1/+12 |
|
|
* | Fixing IME broke Latin1; make both work. Use a flag so deciding whether to us... | culler | 2020-04-25 | 1 | -38/+60 |
|
|
* | Fix a logic error that broke IME and remove the static caret_win variable. | marc_culler | 2020-04-25 | 1 | -11/+15 |
|
|
* | Add x, y, X and Y to key events. | culler | 2020-04-24 | 1 | -1/+40 |
|
|
* | Fix [4fa083dd3f]: Should not set the caret position for a window which is not... | culler | 2020-04-24 | 1 | -26/+23 |
|
|
* | Send all chars up to 0x7F to the TextInputClient so non-Latin1 keyboards work... | marc_culler | 2020-04-21 | 1 | -1/+1 |
|
|
* | Process Control-Tab normally; stop using an illegal value for send_event as a... | culler | 2020-04-20 | 1 | -23/+15 |
|
|
* | Fix two typos and a bug -- thanks to Christopher Chavez. | culler | 2020-04-20 | 1 | -4/+4 |
|
|
* | Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ... | marc_culler | 2020-04-20 | 1 | -118/+96 |
|
|
* | Another major overhaul: more code cleanup; make event generate work for Home,... | marc_culler | 2020-04-19 | 1 | -25/+43 |
|
|
* | Fix [585584ad66]: Aqua: event generate not working for function keys | culler | 2020-04-17 | 1 | -99/+22 |
|
|
* | Fix misplaced parentheses and other errors in commit 61e70e0f. | culler | 2020-04-16 | 1 | -12/+13 |
|
|
* | Workaround for [3767882e06]: X Error of failed request: BadLength (poly reque... | jan.nijtmans | 2020-04-14 | 1 | -9/+9 |
|\ |
|
* | | Fix [87bade7e14]: PressAndHold composition misbehaves. | marc_culler | 2020-03-24 | 1 | -173/+128 |
|/ |
|
* | Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),... | jan.nijtmans | 2019-12-04 | 1 | -1/+1 |
|
|
* | Implement non-BMP unicode for macOS | culler | 2019-11-19 | 1 | -32/+20 |
|\ |
|