| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+0 |
|
|
* | Scrolling now working at an acceptable level with HITheme API; Unix scroll bi... | Kevin Walzer | 2015-01-30 | 1 | -6/+1 |
|
|
* | Remove residual private API calls from Tk/Mac after Mac App Store review flag... | Kevin Walzer | 2014-11-18 | 1 | -5/+3 |
|
|
* | Fix for Mac crash on Yosemite because of changes in version checking | Kevin Walzer | 2014-10-21 | 1 | -1/+6 |
|
|
* | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -4/+2 |
|
|
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -247/+232 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -1/+13 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -5/+37 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -9/+3 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -165/+185 |
|
|
| * | * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if | hobbs | 2006-11-24 | 1 | -19/+28 |
|
|
| * | * changes: updates for 8.4.14 release. | das | 2006-10-16 | 1 | -3/+3 |
|
|
| * | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -16/+26 |
|
|
| * | * macosx/tkMacOSXCursor.c (TkMacOSXCursor): | das | 2006-07-20 | 1 | -2/+2 |
|
|
| * | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -194/+196 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -2/+3 |
|
|
| * | * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow access | das | 2006-01-10 | 1 | -2/+4 |
|
|
| * | * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl | das | 2005-12-08 | 1 | -2/+2 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -16/+49 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -1/+3 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -1/+2 |
|
|
| * | * macosx/tkMacOSXInit.c: | das | 2005-05-29 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction | das | 2005-05-26 | 1 | -10/+8 |
|
|
| * | * macosx/Makefile: | das | 2005-05-24 | 1 | -3/+60 |
|
|
| * | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -5/+6 |
|
|
| * | * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show | das | 2005-01-25 | 1 | -6/+7 |
|
|
| * | * generic/tkMain.c: | das | 2004-11-11 | 1 | -27/+189 |
|
|
| * | Finish the implementation of the CG version of the X Drawing layer. | wolfsuit | 2004-07-25 | 1 | -1/+2 |
|
|
| * | * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundle | das | 2003-05-13 | 1 | -3/+3 |
|
|
* | | avoid panic for CFStrings longer than INT_MAX | das | 2009-05-06 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 1 | -2/+51 |
|
|
* | | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra... | das | 2008-05-03 | 1 | -61/+64 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tkWindow.c (Initialize): Moved common Tk initialization | dgp | 2007-09-06 | 1 | -8/+2 |
|
|
* | | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -5/+37 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -9/+3 |
|
|
* | | * macosx/tkMacOSXInit.c: comment formatting fix for Xcode 3.0. | das | 2007-06-04 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -172/+194 |
|
|
* | | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 1 | -27/+17 |
|
|
* | | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 1 | -17/+27 |
|
|
* | | * macosx/tkMacOSXInit.c (TkpInit): only set tcl_interactive 1 if | hobbs | 2006-11-24 | 1 | -13/+21 |
|
|
* | | * changes: updates for 8.5a5 release. | das | 2006-10-16 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -16/+26 |
|
|
* | | * generic/tkImgGIF.c (ReadImage): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -203/+205 |
|
|