summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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