summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-1/+1
* Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-291-0/+7
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-2/+48
| | * * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-181-1/+36
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-56/+148
| | * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-136/+126
| | * * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-19/+20
| | * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-13/+18
| | * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-259/+123
| | * * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-48/+27
| | * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-4/+6
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-337/+305
| | * * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-6/+6
| | * fix typo: visable -> visibledas2006-07-241-2/+2
| | * * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invaliddas2006-06-141-10/+10
| | * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-179/+170
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-7/+1
| | * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-15/+16
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+4
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-46/+125
| | * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-6/+27
| | * Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug.wolfsuit2005-03-121-1/+26
| | * * generic/tkMain.c:das2004-11-111-4/+4
| | * XMoveWindow and XMoveResizeWindow need to propagate configure notify eventswolfsuit2004-03-211-4/+50
| | * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-3/+3
| * | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-2/+57
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+5
* | | More marking of files as Objective-C.dkf2009-07-061-2/+2
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-323/+199
* | | Code style improvements, especially including making code less deeply nested.dkf2008-10-271-290/+312
* | | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-191-2/+57
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-121-1/+36
* | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-081-9/+18
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD regiondas2007-10-121-56/+139
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-136/+126
* | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-19/+20
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-13/+18
* | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-259/+123
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-48/+27
* | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-4/+6
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-337/+305
* | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-6/+6
* | fix typo: visable -> visibledas2006-07-241-2/+2
* | * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invaliddas2006-06-141-10/+10
* | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-179/+170
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-7/+1