| Commit message (Expand) | Author | Age | Files | Lines |
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -9/+0 |
|
|
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -5/+6 |
|
|
* | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -2/+2 |
|
|
* | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
* | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+7 |
|
|
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -424/+324 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 1 | -2/+48 |
|
|
| * | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-18 | 1 | -1/+36 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -56/+148 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -136/+126 |
|
|
| * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -19/+20 |
|
|
| * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -13/+18 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -259/+123 |
|
|
| * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -48/+27 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+6 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -337/+305 |
|
|
| * | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -6/+6 |
|
|
| * | fix typo: visable -> visible | das | 2006-07-24 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid | das | 2006-06-14 | 1 | -10/+10 |
|
|
| * | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -179/+170 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -7/+1 |
|
|
| * | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -15/+16 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+4 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -46/+125 |
|
|
| * | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -6/+27 |
|
|
| * | Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug. | wolfsuit | 2005-03-12 | 1 | -1/+26 |
|
|
| * | * generic/tkMain.c: | das | 2004-11-11 | 1 | -4/+4 |
|
|
| * | XMoveWindow and XMoveResizeWindow need to propagate configure notify events | wolfsuit | 2004-03-21 | 1 | -4/+50 |
|
|
| * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -3/+3 |
|
|
* | | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 1 | -2/+57 |
|
|
* | | 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 | -1/+36 |
|
|
* | | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawable | das | 2007-11-08 | 1 | -9/+18 |
|
|
* | | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region | das | 2007-10-12 | 1 | -56/+139 |
|
|
* | | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -136/+126 |
|
|
* | | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -19/+20 |
|
|
* | | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. | das | 2007-06-03 | 1 | -13/+18 |
|
|
* | | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -259/+123 |
|
|
* | | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -48/+27 |
|
|
* | | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+6 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -337/+305 |
|
|
* | | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -6/+6 |
|
|
* | | fix typo: visable -> visible | das | 2006-07-24 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid | das | 2006-06-14 | 1 | -10/+10 |
|
|
* | | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -179/+170 |
|
|
* | | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -7/+1 |
|
|
* | | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -15/+16 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+4 |
|
|