Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 9.0. Streamline some indenting | jan.nijtmans | 2024-06-30 | 1 | -2/+2 |
| | |||||
* | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|\ | |||||
| * | (c) -> © | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 ↵ | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | copyright-sign | ||||
| | * | Add more type-casts, code cleanup (all backported from 8.7) | jan.nijtmans | 2023-06-08 | 1 | -6/+4 |
| | | | |||||
* | | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP) | jan.nijtmans | 2023-11-27 | 1 | -1/+1 |
|/ / | |||||
* | | Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix ↵ | fvogel | 2023-03-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButton | ||||
| * | Fix [ee0847f633]: Aqua: compiler warning in debug builds. | fvogel | 2023-03-28 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-03-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Eliminate some write-only variables in MacOSX | jan.nijtmans | 2022-03-16 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -20/+20 |
|\ \ | |/ | |||||
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -20/+20 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -4/+4 |
| | | |||||
* | | Merge 8.6. More usage of TCL_UNUSED macro | jan.nijtmans | 2020-10-15 | 1 | -2/+0 |
|\ \ | |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-10-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix more warnings, related to -Wshadow, now in MacOSX code | jan.nijtmans | 2020-10-02 | 1 | -1/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-13 | 1 | -8/+5 |
|\ \ | |/ | |||||
| * | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More ↵ | jan.nijtmans | 2020-08-13 | 1 | -15/+25 |
| |\ | | | | | | | | | | use of TCL_UNUSED macro | ||||
| | * | 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 |
| | | | |||||
* | | | Fix some deprecation/unused parameter compiler warnings | jan.nijtmans | 2020-05-19 | 1 | -6/+6 |
| | | | |||||
* | | | Don't use trans_chars array on MacOSX any more. | culler | 2020-05-17 | 1 | -18/+18 |
|\ \ \ | |/ / | |||||
| * | | 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 ↵ | culler | 2020-05-14 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | macOS no longer needs trans_chars. | ||||
* | | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -7/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -7/+12 |
| |/ / | |||||
* | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for ↵ | culler | 2020-05-12 | 1 | -444/+446 |
|\ \ \ | |/ / | | | | | | | generated events. Key event handling was completely reworked. | ||||
| * | | 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; ↵ | marc_culler | 2020-05-03 | 1 | -168/+155 |
| | | | | | | | | | | | | use bitfields; stop bind from sign extending keycodes. | ||||
| * | | Do a little better with keypad keys and shifting keysyms that are not on the ↵ | marc_culler | 2020-04-30 | 1 | -16/+27 |
| | | | | | | | | | | | | keyboard. | ||||
| * | | 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 |
| | | | | | | | | | | | | <Option-O> ... and fix <BackSpace> and improve injection of key NSEvents. | ||||
| * | | More comment edits. Add a new test command which can by used to inject key ↵ | culler | 2020-04-28 | 1 | -56/+51 |
| | | | | | | | | | | | | NSEvents directly into the macOS event queue. | ||||
| * | | 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 ↵ | marc_culler | 2020-04-27 | 1 | -30/+19 |
| | | | | | | | | | | | | comments | ||||
| * | | Deal with Apple's Backspace key. | marc_culler | 2020-04-27 | 1 | -1/+3 |
| | | | |||||
| * | | Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad ↵ | culler | 2020-04-26 | 1 | -76/+145 |
| | | | | | | | | | | | | buttons. | ||||
| * | | Figured out how to make empty trans_chars, and dealt with menu and control ↵ | culler | 2020-04-26 | 1 | -2/+4 |
| | | | | | | | | | | | | characters. | ||||
| * | | 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 |
| | | | | | | | | | | | | Also, edit comments and try to make names more accurate. | ||||
| * | | 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 ↵ | culler | 2020-04-20 | 1 | -6/+4 |
| | | | | | | | | | | | | a flag. |