summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence some compiler warningsdgp2015-02-121-3/+5
* Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-10/+10
* Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-975/+513
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-4/+4
| * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-2/+7
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-738/+621
| * * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part ofdas2006-09-111-2/+2
| * * macosx/tkMacOSXKeyEvent.c (TkMacOSXProcessKeyboardEvent): handle keydas2006-07-251-1/+2