summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-7/+12
| * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-23/+52
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-15/+14
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-2/+1
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-59/+11
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-2/+17
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-6/+13
| * [merge from trunk version 1.9]cc_benny2004-07-231-48/+338
| * Get the "Command-H" -> hide binding working. Also remove the spuriouswolfsuit2004-03-171-41/+36
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-1/+1
* | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
* | comments, whitespacedas2008-09-021-1/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-4/+4
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-2/+7
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-738/+621