summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [58665b91dd]: unixEmbed tests fail on macOS due to use of dobg.culler2019-01-231-27/+11
* Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o...culler2018-11-191-4/+13
* In TkMacOSXFlushWindows don't process idle tasks if there are no windows left.culler2018-11-151-1/+3
* Use a better method for making test images on the mac emulate test images on ...culler2018-11-151-4/+1
* Came up with a scheme for making test images behave the way that theculler2018-11-061-13/+7
* Fix misspelled constant name in OSX < 10.12.culler2018-11-061-2/+2
* Make XSync, and hence update, be synchronous so test results are consistent. ...culler2018-11-051-6/+19
* Restored the old tkMacOSXFlushWindows since making it a no-op breaks tests thatculler2018-10-231-5/+15
* On Mojave, hangs can be prevented by processing virtual events in drawRect. ...culler2018-10-221-10/+5
* Replace calls to deprecated [NSWindow flushWindow] et al with calls toculler2018-06-071-1/+1
* Remove all conditional code which requires a minimum deployment targetculler2017-11-271-2/+0
* 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-5/+0
* Final cleanup of zombie windows in CocoaKevin Walzer2015-03-211-6/+3
* Cleanup and improvement of tracking of native windows in Cocoa; thanks to Mar...Kevin Walzer2015-03-211-16/+17
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| * * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-2/+2
| * * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enabledas2007-06-061-11/+4
| * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-4/+16
| * * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-2/+2
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-162/+138
| * * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-3/+3
| * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-1/+3
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-6/+6
| * * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatusdas2006-04-111-15/+37
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-3/+1
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-56/+115
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-106/+34
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-6/+4
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-8/+18
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | More marking of files as Objective-C.dkf2009-07-061-3/+4
* | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-245/+105
* | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+4
* | Code style improvements, especially including making code less deeply nested.dkf2008-10-271-96/+117
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean argdas2007-11-041-2/+2
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
* | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-2/+2
* | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enabledas2007-06-061-11/+4
* | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-4/+16
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-2/+2
* | fix whitespace & formattingdas2007-04-231-2/+2
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-162/+138
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-119/+116
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-116/+119
* | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-3/+3