summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ...marc_culler2020-04-201-118/+96
| * Another major overhaul: more code cleanup; make event generate work for Home,...marc_culler2020-04-191-25/+43
| * Fix [585584ad66]: Aqua: event generate not working for function keysculler2020-04-171-99/+22
* | Fix misplaced parentheses and other errors in commit 61e70e0f.culler2020-04-161-12/+13
|\ \ | |/
| * Fix misplaced parentheses and other errors in commit 61e70e0f.culler2020-04-161-12/+13
* | Merge 8.6jan.nijtmans2020-04-141-9/+9
|\ \ | |/
| * Workaround for [3767882e06]: X Error of failed request: BadLength (poly reque...jan.nijtmans2020-04-141-9/+9
| |\
* | \ Fix [87bade7e14]: Aqua PressAndHold composition misbehaves.culler2020-04-141-173/+128
|\ \ \ | |/ /
| * | Fix [87bade7e14]: PressAndHold composition misbehaves.marc_culler2020-03-241-173/+128
| |/
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-0/+17
|/
* Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),...jan.nijtmans2019-12-041-1/+1
* Implement non-BMP unicode for macOSculler2019-11-191-32/+20
|\
| * Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat...culler2019-11-181-32/+20
* | Correct some errors revealed by building on macOS 10.6culler2019-11-191-2/+2
|/
* Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-4/+2
* Apply patch from Kevin Walzer to restore functionality of Cut/Copy/Paste keyb...culler2019-10-281-17/+2
* Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-79/+192
|\
| * Make Apple's press-and-hold accent menu work with Tk entry and text widgets.culler2019-10-241-34/+52
| * Prevent a crash which could occur if the window were defocussed during IME co...culler2019-10-241-5/+22
| * Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-1/+0
| * More progress on implementing IMEculler2019-10-221-33/+28
| * Fix [39de9677aa]: incorrect IME behaviorculler2019-10-221-51/+135
* | Fix [0854c99473]: macOS key events during a local grab are not handled correc...culler2019-10-221-7/+14
|/
* Remove call to idletasks in tkMacOSXKeyEvent.cKevin Walzer2019-09-291-1/+1
* Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-2/+3
* Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-1/+2
* Fix compiler warnings on all macOS versions.culler2019-06-291-1/+2
* Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-241-0/+10
* Adjust some whitespace.culler2019-04-171-51/+51
* Add a couple of blank lines.culler2019-04-171-0/+1
* Mitigate future merge conflict headaches.culler2019-04-171-262/+300
* Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-53/+3
* Implement local grabs for Aqua.culler2019-01-051-7/+16
* Make tabbed windows work correctly on macOS.culler2018-11-301-4/+14
* Always check whether the return value of TkMacOSXGetTkWindow is NULL.culler2018-11-111-0/+3
* Remove code that was commented out.culler2018-11-081-3/+2
* Fix crash due to key events from the about dialog having an NSWindow with no ...culler2018-11-071-6/+10
* Be consistent about using TKLog and add one new log message.culler2018-11-011-10/+10
* Deal with a compiler warning about a category implementing methods of the mai...culler2018-10-281-1/+1
* Delete unused variables, and eol-spacingjan.nijtmans2018-09-011-2/+0
* Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-2/+2
* Clean up, remove commented-out codeKevin Walzer2018-08-131-18/+12
* Test fix for 1ba71a86bb, so key release events fire at the correct pointKevin Walzer2018-08-131-11/+20
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-0/+1
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-1/+1
* Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-17/+19
* Remove some unnecessary end-of-line spacingjan.nijtmans2015-03-231-1/+1
* Add copyright notice for Marc CullerKevin Walzer2015-03-211-0/+1
* Improvement of memory management, removal of zombie windows from Tk-Cocoa; th...Kevin Walzer2015-03-211-6/+11
* Cleanup and improvement of tracking of native windows in Cocoa; thanks to Mar...Kevin Walzer2015-03-211-3/+5