summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXCarbonEvents.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-44/+37
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-59/+95
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-235/+414
| * * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-2/+2
| * * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving maindas2006-08-211-4/+8
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-4/+4
| * * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatusdas2006-04-111-1/+3
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-2/+1
| * sync minor overlooked change to HEAD in last commitdas2006-01-111-5/+5
| * * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-01-101-26/+26
| * * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-131-1/+3
| * * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-011-1/+2
| * * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-11-301-1/+2
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-85/+343
| * move declarations of Carbon-internal event debugging routines to tkMacOSXCarb...das2005-09-101-1/+7
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-24/+80
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-0/+146
* * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-191-44/+46
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * macosx/tkMacOSXCarbonEvents.cdas2007-11-081-59/+95
* * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
* * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-235/+414
* * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-199/+200
* Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-200/+199
* * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-2/+2
* * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving maindas2006-08-211-4/+8
* * macosx/tkMacOSXCarbonEvents.c: handle kEventCommandUpdateStatusdas2006-04-111-1/+3
* * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-2/+1
* * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() functiondas2006-01-101-30/+30
* * library/demos/cscroll.tcl: add MouseWheel bindings for aqua.das2005-12-131-1/+3
* * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-12-011-1/+3
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-85/+343
* move declarations of Carbon-internal event debugging routines to tkMacOSXCarb...das2005-09-101-1/+7
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-24/+80
* * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-47/+23
* Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the defaultwolfsuit2004-04-011-13/+55
* Fix a bug in tk_getOpenFile - files with no types are rejected when they wouldwolfsuit2004-02-161-0/+128