| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 1 | -2/+3 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -10/+18 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -8/+12 |
|
|
| * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -2/+20 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -154/+149 |
|
|
| * | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 1 | -3/+7 |
|
|
| * | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -12/+14 |
|
|
| * | * macosx/tkMacOSXCursor.c (TkMacOSXCursor): | das | 2006-07-20 | 1 | -2/+2 |
|
|
| * | fix whitespace, copyright | das | 2006-05-12 | 1 | -2/+6 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -11/+11 |
|
|
| * | * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow access | das | 2006-01-10 | 1 | -1/+133 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -22/+28 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -1/+5 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -0/+2 |
|
|
| * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -16/+16 |
|
|
* | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -485/+8 |
|
|
* | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -44/+69 |
|
|
* | | Code style improvements, especially including making code less deeply nested. | dkf | 2008-10-27 | 1 | -208/+209 |
|
|
* | | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 1 | -2/+3 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | fix warnings | das | 2007-11-08 | 1 | -2/+2 |
|
|
* | | move #includes for TkMacOSXGetNamedDebugSymbol() outside of TK_MAC_DEBUG #ifdef | das | 2007-11-08 | 1 | -4/+4 |
|
|
* | | * macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol() | das | 2007-11-08 | 1 | -3/+2 |
|
|
* | | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region | das | 2007-10-12 | 1 | -4/+13 |
|
|
* | | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -8/+12 |
|
|
* | | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -2/+20 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -154/+149 |
|
|
* | | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 1 | -3/+7 |
|
|
* | | * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private | das | 2006-10-31 | 1 | -12/+14 |
|
|
* | | * generic/tkImgGIF.c (ReadImage): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | | fix whitespace, copyright | das | 2006-05-12 | 1 | -2/+6 |
|
|
* | | * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function | das | 2006-01-10 | 1 | -1/+133 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -24/+30 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -1/+5 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -0/+2 |
|
|
* | | Fix a bug in tk_getOpenFile - files with no types are rejected when they would | wolfsuit | 2004-02-16 | 1 | -16/+16 |
|/ |
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -0/+439 |
|
|