summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXKeyEvent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-675/+743
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-743/+675
* | * 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-13/+12
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-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-3/+18
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-6/+13
* | Fix several problems with Icelandic (and Faroese) keyboardscc_benny2004-04-211-48/+338
* | Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the defaultwolfsuit2004-04-011-41/+36
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they wouldwolfsuit2004-02-161-1/+1
|/
* * macosx/tkMacOSXKeyEvent.c: fix for uninitialized var warning.das2003-02-201-1/+1
* This submission contains a slightly reworked & cleaned up version ofwolfsuit2003-02-191-281/+572
* dead keys first fix for MacOSXvincentdarley2002-10-161-29/+242
* * library/tk.tcl: use command instead of control on Aqua bindings.hobbs2002-09-091-4/+85