| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP 337 | dgp | 2008-12-09 | 1 | -3/+3 |
|
|
* | Remove/disable dead code flagged by clang static analyzer | das | 2008-12-07 | 1 | -4/+4 |
|
|
* | MenuDefProc: avoid crash with non-Tk menus | das | 2008-12-07 | 1 | -7/+3 |
|
|
* | Code style improvements, especially including making code less deeply nested. | dkf | 2008-10-27 | 1 | -503/+510 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawable | das | 2007-11-08 | 1 | -1/+2 |
|
|
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region | das | 2007-10-12 | 1 | -11/+13 |
|
|
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -8/+13 |
|
|
* | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. | das | 2007-06-03 | 1 | -6/+6 |
|
|
* | * macosx/tkMacOSXMenu.c (TkpPostMenu): ensure cascade menus display in | das | 2007-06-02 | 1 | -1/+2 |
|
|
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -10/+5 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -2591/+2549 |
|
|
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 1 | -1911/+2043 |
|
|
* | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 1 | -2043/+1911 |
|
|
* | whitespace | das | 2006-10-31 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part of | das | 2006-09-11 | 1 | -2/+6 |
|
|
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -1/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -3/+2 |
|
|
* | fix whitespace, copyright | das | 2006-05-12 | 1 | -1/+2 |
|
|
* | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -7/+2 |
|
|
* | * macosx/tkMacOSXDraw.c: sync whitespace & minor changes | das | 2006-03-28 | 1 | -1/+2 |
|
|
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -7/+2 |
|
|
* | * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function | das | 2006-01-10 | 1 | -5/+15 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -7/+7 |
|
|
* | typo in last commit | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -1/+7 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -18/+31 |
|
|
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -1/+15 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -11/+6 |
|
|
* | Fixes from Michael Kirkham: | wolfsuit | 2005-05-15 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -3/+7 |
|
|
* | * generic/tkMain.c: | das | 2004-11-11 | 1 | -8/+7 |
|
|
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] | dkf | 2004-09-03 | 1 | -1/+2 |
|
|
* | * macosx/Makefile: added support to tk framework build to | das | 2004-07-20 | 1 | -2/+2 |
|
|
* | Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the default | wolfsuit | 2004-04-01 | 1 | -3/+10 |
|
|
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they would | wolfsuit | 2004-02-16 | 1 | -8/+12 |
|
|
* | Apply patch 112997, and kill a few more places where we were still using | wolfsuit | 2004-02-14 | 1 | -5/+6 |
|
|
* | * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95. | das | 2003-08-12 | 1 | -2/+3 |
|
|
* | MacOSX fixes | vincentdarley | 2003-07-18 | 1 | -3/+6 |
|
|
* | 2003-03-11 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-03-12 | 1 | -5/+49 |
|
|
* | Fix a bug with MacOS X Tk's handling of the help menu. The code expected the | wolfsuit | 2003-03-08 | 1 | -21/+15 |
|
|
* | This submission contains a slightly reworked & cleaned up version of | wolfsuit | 2003-02-19 | 1 | -23/+3 |
|
|
* | menu title encodings | vincentdarley | 2003-02-18 | 1 | -7/+29 |
|
|
* | macosx menu accelerator fix | vincentdarley | 2002-10-16 | 1 | -5/+3 |
|
|
* | * library/tk.tcl: use command instead of control on Aqua bindings. | hobbs | 2002-09-09 | 1 | -5/+10 |
|
|
* | *** 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/+4686 |
|
|