summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-1/+1
|\
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 ↵jan.nijtmans2024-05-091-1/+1
| | | | | | | | copyright-sign
* | Even more TCL_UNUSED usagejan.nijtmans2023-12-181-13/+6
| |
* | Merge 8.6jan.nijtmans2023-11-251-0/+3
|\ \ | |/
| * Fix [9c098a90e6]: macOS Aqua : crash in setMarkedText. Patch from ↵fvogel2023-11-251-0/+3
| | | | | | | | Christopher Chavez.
| * Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-4/+22
| |
* | Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in ↵fvogel2023-05-311-3/+6
|\ \ | |/ | | | | tkMacOSXEmbed.c function Tk_GetOtherWindow() following changes in TIP #606).
| * Fourth patch from Christopher Chavez.fvogel2023-05-291-3/+6
| |
* | Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix ↵fvogel2023-03-301-2/+2
|\ \ | |/ | | | | [2ed289cae0]: Aqua: more format specifiers than arguments in tkToolbarButton
| * Fix [ee0847f633]: Aqua: compiler warning in debug builds.fvogel2023-03-281-2/+2
| |
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
| |
* | Merge 8.6culler2021-05-251-2/+6
|\ \ | |/
| * Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the ↵culler2021-05-221-2/+6
| | | | | | | | double click activates the application.
* | Merge 8.6jan.nijtmans2021-05-101-1/+4
|\ \ | |/
| * Try to fix [171ba701e5]: crash when key is pressed after grab window loses ↵culler2021-05-061-1/+4
| | | | | | | | focus.
| * Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
| |
* | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
| |
* | Merge 8.6culler2021-05-021-1/+12
|\ \ | |/
| * Fix typo.culler2021-05-011-1/+1
| |
| * Edit comments.culler2021-05-011-5/+2
| |
| * Take care to only check the aRepeat property of an NSKeyDown event. Isolate ↵culler2021-05-011-3/+12
| | | | | | | | the test for discarding them from the other logic
| * Completely ignore repeat events if the repeat interval is set to off. How ↵culler2021-05-011-5/+8
| | | | | | | | does this affect the TextInputClient?
| * Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats.culler2021-04-301-4/+6
| |
* | 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
| | | | | | | | accelerators. This prevents the crash at exit.
| * Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ↵culler2021-03-011-0/+3
| | | | | | | | keyboard.
* | Merge 8.6marc_culler2021-02-281-1/+2
|\ \ | |/
| * Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why ↵marc_culler2021-02-281-1/+2
| | | | | | | | it is needed remains a mystery.)
* | 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 ↵marc_culler2020-12-161-1/+1
| | | | | | | | directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
* | (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 ↵jan.nijtmans2020-09-021-8/+8
| | | | | | | | | | | | (internal) TkMacOSXDrawableWindow() to TkMacOSXGetNSWindowForDrawable(). Code (type-cast) cleanup
* | | Merge 8.6: fix testing and build issues on the various supported versions of ↵culler2020-07-271-0/+2
|\ \ \ | |/ / | | | | | | macOS.
| * | 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 ↵marc_culler2020-07-151-9/+0
| | | | | | | | needsRedisplay flag, update comments.
| * 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 ↵culler2020-05-141-23/+2
| | | | | | | | macOS no longer needs trans_chars.