summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some deprecation/unused parameter compiler warningsjan.nijtmans2020-05-191-6/+6
* Don't use trans_chars array on MacOSX any more.culler2020-05-171-18/+18
|\
| * Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-18/+18
| |\
| | * Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-141-18/+18
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-7/+12
|\ \ \ | |/ /
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-7/+12
| |/
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-444/+446
|\ \ | |/
| * Deal with the Menu key and possibly other keys that Apple does not use.culler2020-05-121-1/+2
| * More comment editsmarc_culler2020-05-051-3/+5
| * Edit another comment.marc_culler2020-05-051-2/+5
| * Edit comments.culler2020-05-051-8/+9
| * Add non-regression tests.marc_culler2020-05-041-20/+42
| * make injectkeyevent accept a numerical keysym instead of a virtual key code.marc_culler2020-05-031-2/+1
| * Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too.marc_culler2020-05-031-3/+26
| * Replace one hash table with an array; make keycodes work in text and entry; u...marc_culler2020-05-031-168/+155
| * 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-291-63/+132
| * More comment edits. Add a new test command which can by used to inject key N...culler2020-04-281-56/+51
| * 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-271-30/+19
| * Deal with Apple's Backspace key.marc_culler2020-04-271-1/+3
| * Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b...culler2020-04-261-76/+145
| * Figured out how to make empty trans_chars, and dealt with menu and control ch...culler2020-04-261-2/+4
| * Remove no-op bindings for function keys and set trans_chars appropriately.culler2020-04-251-3/+13
| * Rework the keysym handling so we can generate keysyms for non-Latin-1 keys. ...marc_culler2020-04-231-235/+148
| * Make the structure of the latin1Table explicitmarc_culler2020-04-211-41/+42
| * Process Control-Tab normally; stop using an illegal value for send_event as a...culler2020-04-201-6/+4
| * Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ...marc_culler2020-04-201-7/+6
| * Another major overhaul: more code cleanup; make event generate work for Home,...marc_culler2020-04-191-241/+160
| * Fix [585584ad66]: Aqua: event generate not working for function keysculler2020-04-171-62/+45
| * Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-1/+1
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | Finish for MacOS toojan.nijtmans2020-03-091-9/+17
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-0/+5
* | merge core-8-6-branch, in particular, push a different fix for the 'Column .....fvogel2019-11-011-1/+1
|\ \ | |/
| * Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-1/+1
* | Merge 8.6jan.nijtmans2019-10-251-1/+4
|\ \ | |/
| * Fix bug in TkpGetString() for MacOSX. Maybe this is why MacOSX barfs when we ...jan.nijtmans2019-10-251-1/+4
* | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-1/+1
|\ \ | |/
| * Fix [39de9677aa]: incorrect IME behaviorculler2019-10-221-1/+1
| * Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-171-2/+2
| * Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-1/+1
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-1/+1
* | Merge trunkjan.nijtmans2019-08-191-2/+2
|\ \
| * | More removals of "register" keyword.jan.nijtmans2019-08-161-1/+1
|/ /
* | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-2/+2
* | Remove end-of-line spacingjan.nijtmans2018-08-101-1/+1
|/