summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-11/+11
* (c) -> ©jan.nijtmans2024-05-091-1/+1
|\
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* | 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 Christopher...fvogel2023-11-251-0/+3
| * 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 tkMacOSX...fvogel2023-05-311-3/+6
|\ \ | |/
| * Fourth patch from Christopher Chavez.fvogel2023-05-291-3/+6
* | Fix [ee0847f633]: Aqua: compiler warning in debug builds. And Fix [2ed289cae0...fvogel2023-03-301-2/+2
|\ \ | |/
| * 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 doub...culler2021-05-221-2/+6
* | Merge 8.6jan.nijtmans2021-05-101-1/+4
|\ \ | |/
| * Try to fix [171ba701e5]: crash when key is pressed after grab window loses fo...culler2021-05-061-1/+4
| * 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
| * Completely ignore repeat events if the repeat interval is set to off. How do...culler2021-05-011-5/+8
| * 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
| * Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-011-0/+3
* | Merge 8.6marc_culler2021-02-281-1/+2
|\ \ | |/
| * Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why i...marc_culler2021-02-281-1/+2
* | 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 direc...marc_culler2020-12-161-1/+1
* | (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 (inter...jan.nijtmans2020-09-021-8/+8
* | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-0/+2
|\ \ \ | |/ /
| * | 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 needsRed...marc_culler2020-07-151-9/+0
| * 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
|\ \ | |/