summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * 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/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-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-291-2021/+2450
| | * * 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
| | * * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result forhobbs2006-08-171-45/+44
| | * * 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-53/+19
| | * * macosx/tkMacOSXEmbed.c:das2006-04-221-7/+61
| | * * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-70/+118
| | * * macosx/tkMacOSXWm.c (TkSetWMName, TkMacOSXMakeRealWindowExist):das2006-04-101-15/+8
| | * * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attributedas2006-04-091-6/+16
| | * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix returndas2006-04-071-3/+3
| | * * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errorsdas2006-04-061-35/+69
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-4/+1
| | * * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
| | * * 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
* | | 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