| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -6/+8 |
|
|
| * | Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug. | wolfsuit | 2005-03-12 | 1 | -2/+3 |
|
|
| * | * generic/tkMain.c: | das | 2004-11-11 | 1 | -10/+60 |
|
|
| * | Backport of 8.5 wm iconphoto that added support for Tk photo | hobbs | 2004-10-05 | 1 | -3/+74 |
|
|
| * | Finish the implementation of the CG version of the X Drawing layer. | wolfsuit | 2004-07-25 | 1 | -57/+150 |
|
|
| * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -5/+5 |
|
|
| * | Applying Patch 112997, and hunting down a couple more places where we were | wolfsuit | 2004-02-14 | 1 | -16/+14 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Add | cc_benny | 2003-09-26 | 1 | -5/+7 |
|
|
* | | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+7 |
|
|
* | | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -1/+7 |
|
|
* | | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra... | das | 2008-05-03 | 1 | -828/+808 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-12 | 1 | -32/+77 |
|
|
* | | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 1 | -3/+4 |
|
|
* | | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of | das | 2007-10-26 | 1 | -14/+17 |
|
|
* | | * macosx/tkMacOSXWm.c: fix warnings. | das | 2007-10-17 | 1 | -8/+8 |
|
|
* | | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 1 | -12/+185 |
|
|
* | | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region | das | 2007-10-12 | 1 | -1/+2 |
|
|
* | | * macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize | das | 2007-10-11 | 1 | -2/+13 |
|
|
* | | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -17/+13 |
|
|
* | | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -8/+8 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -59/+22 |
|
|
* | | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. | das | 2007-06-03 | 1 | -7/+5 |
|
|
* | | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -11/+32 |
|
|
* | | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -9/+10 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -2099/+2429 |
|
|
* | | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 1 | -689/+719 |
|
|
* | | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 1 | -719/+689 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXWm.c (WmAttributesCmd): fix getting [wm attr -alpha]. | das | 2006-12-01 | 1 | -4/+5 |
|
|
* | | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -6/+6 |
|
|
* | | fix logic bug in previous commit | das | 2006-09-11 | 1 | -9/+13 |
|
|
* | | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of | das | 2006-09-11 | 1 | -34/+61 |
|
|
* | | whitespace | das | 2006-09-10 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -6/+13 |
|
|
* | | fix typo in WmAttrGetNotifyStatus | hobbs | 2006-08-17 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXWm.c (WmAttributesCmd): correct OS X result for | hobbs | 2006-08-17 | 1 | -59/+56 |
|
|
* | | * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo | das | 2006-07-24 | 1 | -10/+22 |
|
|
* | | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -25/+27 |
|
|
* | | fix building on Jaguar: move defines of newer OS constants to top, fix warnings | das | 2006-05-16 | 1 | -13/+16 |
|
|
* | | * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't send | das | 2006-05-16 | 1 | -14/+55 |
|
|
* | | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -52/+17 |
|
|
* | | fix warnings | das | 2006-04-22 | 1 | -2/+2 |
|
|
* | | fix tests for TkAqua | vincentdarley | 2006-04-18 | 1 | -1/+55 |
|
|
* | | fix to get correct error message | vincentdarley | 2006-04-18 | 1 | -11/+11 |
|
|
* | | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window state | das | 2006-04-11 | 1 | -70/+112 |
|
|
* | | * macosx/tkMacOSXWm.c (TkSetWMName, TkMacOSXMakeRealWindowExist): | das | 2006-04-10 | 1 | -15/+8 |
|
|
* | | * macosx/tkMacOSXWm.c (WmResizableCmd): propagate window attribute | das | 2006-04-09 | 1 | -6/+16 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix return | das | 2006-04-07 | 1 | -3/+3 |
|
|
* | | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors | das | 2006-04-06 | 1 | -35/+75 |
|
|