summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Implement support for [wm forget] and [wm manage] on OS X; fix issue with lib...Kevin Walzer2011-04-291-31/+14
* Converted #ifdef out to use a never-defined symbol so that it is clear that twodkf2011-04-251-2/+2
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-29/+27
* Textured background windowswordtech2011-01-041-1/+100
* * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-141-1/+9
* More marking of files as Objective-C.dkf2009-07-061-4/+5
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-899/+900
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-1/+7
* Remove/disable dead code flagged by clang static analyzerdas2008-12-071-3/+1
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-3/+4
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-1/+7
* Add "const" to many internalnijtmans2008-10-171-101/+101
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
* minor improvements in legibilitydkf2008-10-051-198/+247
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+4
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-5/+5
* fix typos, whitespacedas2008-05-031-3/+3
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-829/+809
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-121-32/+77
* * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyrightdas2007-11-091-3/+4
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class ofdas2007-10-261-14/+17
* * macosx/tkMacOSXWm.c: fix warnings.das2007-10-171-8/+8
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-12/+185
* * macosx/tkMacOSXDraw.c: replace all (internal) use of QD regiondas2007-10-121-1/+2
* * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resizedas2007-10-111-2/+13
* * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-17/+13
* * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-8/+8
* * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enabledas2007-06-061-59/+22
* * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-7/+5
* * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-11/+32
* * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-9/+10
* * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-2099/+2429
* * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-689/+719
* Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-719/+689
* various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* * macosx/tkMacOSXWm.c (WmAttributesCmd): fix getting [wm attr -alpha].das2006-12-011-4/+5
* * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-privatedas2006-10-311-6/+6
* fix logic bug in previous commitdas2006-09-111-9/+13
* * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part ofdas2006-09-111-34/+61
* whitespacedas2006-09-101-2/+2
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-6/+13
* fix typo in WmAttrGetNotifyStatushobbs2006-08-171-2/+2
* * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result forhobbs2006-08-171-59/+56
* * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfodas2006-07-241-10/+22
* * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-25/+27
* fix building on Jaguar: move defines of newer OS constants to top, fix warningsdas2006-05-161-13/+16
* * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't senddas2006-05-161-14/+55
* * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-52/+17
* fix warningsdas2006-04-221-2/+2