summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* fix tests for TkAquavincentdarley2006-04-181-1/+55
* fix to get correct error messagevincentdarley2006-04-181-11/+11
* * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-70/+112
* * 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/+75
* * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-4/+1
* * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
* * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-3/+3
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-75/+3
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+3
* * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-220/+279
* * macosx/tkMacOSXInit.c:das2005-05-141-5/+5
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-04-071-6/+9
* 2005-03-23 Jim Ingham <jingham@apple.com>wolfsuit2005-03-231-310/+298
* * generic/tkMain.c:das2004-11-111-56/+202
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-3/+74
* * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-251-6/+3
* Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-161-6/+17
* Fix a bug in tk_getOpenFile - files with no types are rejected when they wouldwolfsuit2004-02-161-5/+5
* Apply patch 112997, and kill a few more places where we were still usingwolfsuit2004-02-141-16/+14
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-18/+18
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-261-5/+7