| Commit message (Expand) | Author | Age | Files | Lines |
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -20/+20 |
|
|
* | Fix more warnings, related to -Wshadow, now in MacOSX code | jan.nijtmans | 2020-10-02 | 1 | -1/+2 |
|
|
* | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 1 | -15/+25 |
|\ |
|
| * | Fix for keyboard modifier events, thanks to Trevor Williams for patch | Kevin Walzer | 2015-03-05 | 1 | -1/+1 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -160/+235 |
|
|
* | | Don't use trans_chars array on MacOSX any more. | jan.nijtmans | 2020-05-17 | 1 | -18/+18 |
|\ \ |
|
| * | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma... | culler | 2020-05-14 | 1 | -18/+18 |
|
|
* | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -7/+12 |
|/ / |
|
* | | Deal with the Menu key and possibly other keys that Apple does not use. | culler | 2020-05-12 | 1 | -1/+2 |
|
|
* | | More comment edits | marc_culler | 2020-05-05 | 1 | -3/+5 |
|
|
* | | Edit another comment. | marc_culler | 2020-05-05 | 1 | -2/+5 |
|
|
* | | Edit comments. | culler | 2020-05-05 | 1 | -8/+9 |
|
|
* | | Add non-regression tests. | marc_culler | 2020-05-04 | 1 | -20/+42 |
|
|
* | | make injectkeyevent accept a numerical keysym instead of a virtual key code. | marc_culler | 2020-05-03 | 1 | -2/+1 |
|
|
* | | Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too. | marc_culler | 2020-05-03 | 1 | -3/+26 |
|
|
* | | Replace one hash table with an array; make keycodes work in text and entry; u... | marc_culler | 2020-05-03 | 1 | -168/+155 |
|
|
* | | Do a little better with keypad keys and shifting keysyms that are not on the ... | marc_culler | 2020-04-30 | 1 | -16/+27 |
|
|
* | | Edit some comments. | marc_culler | 2020-04-30 | 1 | -11/+12 |
|
|
* | | Add missing braces. Thanks to Christopher Chavez. | marc_culler | 2020-04-30 | 1 | -1/+2 |
|
|
* | | Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <... | marc_culler | 2020-04-29 | 1 | -63/+132 |
|
|
* | | More comment edits. Add a new test command which can by used to inject key N... | culler | 2020-04-28 | 1 | -56/+51 |
|
|
* | | Correct a couple of masking operations. | culler | 2020-04-27 | 1 | -3/+3 |
|
|
* | | Edit a comment | culler | 2020-04-27 | 1 | -3/+4 |
|
|
* | | Eliminate use of nbytes, which seems to be superfluous on macOS; edit some co... | marc_culler | 2020-04-27 | 1 | -30/+19 |
|
|
* | | Deal with Apple's Backspace key. | marc_culler | 2020-04-27 | 1 | -1/+3 |
|
|
* | | Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b... | culler | 2020-04-26 | 1 | -76/+145 |
|
|
* | | Figured out how to make empty trans_chars, and dealt with menu and control ch... | culler | 2020-04-26 | 1 | -2/+4 |
|
|
* | | Remove no-op bindings for function keys and set trans_chars appropriately. | culler | 2020-04-25 | 1 | -3/+13 |
|
|
* | | Rework the keysym handling so we can generate keysyms for non-Latin-1 keys. ... | marc_culler | 2020-04-23 | 1 | -235/+148 |
|
|
* | | Make the structure of the latin1Table explicit | marc_culler | 2020-04-21 | 1 | -41/+42 |
|
|
* | | Process Control-Tab normally; stop using an illegal value for send_event as a... | culler | 2020-04-20 | 1 | -6/+4 |
|
|
* | | Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ... | marc_culler | 2020-04-20 | 1 | -7/+6 |
|
|
* | | Another major overhaul: more code cleanup; make event generate work for Home,... | marc_culler | 2020-04-19 | 1 | -241/+160 |
|
|
* | | Fix [585584ad66]: Aqua: event generate not working for function keys | culler | 2020-04-17 | 1 | -62/+45 |
|
|
* | | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c... | jan.nijtmans | 2020-03-11 | 1 | -1/+1 |
|
|
* | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|
|
* | | Fix bug in TkpGetString() for MacOSX. Maybe this is why MacOSX barfs when we ... | jan.nijtmans | 2019-10-25 | 1 | -1/+4 |
|
|
* | | Fix [39de9677aa]: incorrect IME behavior | culler | 2019-10-22 | 1 | -1/+1 |
|
|
* | | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 1 | -2/+2 |
|
|
* | | Fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-14 | 1 | -1/+1 |
|
|
* | | On macOS, add a modKeyCodes array to the display so key events for modifier k... | culler | 2017-12-01 | 1 | -11/+45 |
|
|
* | | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system... | Kevin Walzer | 2017-10-11 | 1 | -1/+1 |
|
|
* | | Fix for keyboard modifier events, thanks to Trevor Williams for patch | Kevin Walzer | 2015-03-05 | 1 | -1/+2 |
|
|
* | | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -1/+2 |
|
|
* | | Fix for serious bugs with input methods, and for display of certain fonts in ... | Kevin Walzer | 2012-01-29 | 1 | -3/+3 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -3/+4 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -345/+346 |
|
|