summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-3/+3
| * 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp2005-12-011-5/+5
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-74/+2
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+3
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-41/+30
| * * macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed checkhobbs2005-07-281-8/+20
| * * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd.hobbs2005-07-281-401/+360
| * * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-06-011-6/+9
| * * macosx/tkMacOSXInit.c:das2005-05-141-6/+8
| * Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug.wolfsuit2005-03-121-2/+3
| * * generic/tkMain.c:das2004-11-111-10/+60
| * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-3/+74
| * Finish the implementation of the CG version of the X Drawing layer.wolfsuit2004-07-251-57/+150
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-5/+5
| * Applying Patch 112997, and hunting down a couple more places where we werewolfsuit2004-02-141-16/+14
| * * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-261-5/+7
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-1/+7
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-1/+7
* | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra...das2008-05-031-828/+808
* | 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