summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix for radiobuttons and checkbuttons not displaying in popup menus.wordtech2011-01-061-1/+2
* | Fix for 3012605, enables menu entries if parent is enabled.wordtech2011-01-061-1/+11
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-4/+4
* | Formatting cleanup, mark files as Objective-C.dkf2009-07-061-82/+177
* | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-3969/+859
* | whitespacedas2009-02-061-2/+2
* | - eliminate some unnessary type castsnijtmans2009-01-281-3/+3
* | TIP 337dgp2008-12-091-3/+3
* | Remove/disable dead code flagged by clang static analyzerdas2008-12-071-4/+4
* | MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-7/+3
* | Code style improvements, especially including making code less deeply nested.dkf2008-10-271-503/+510
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-081-1/+2
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD regiondas2007-10-121-11/+13
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-8/+13
* | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-2/+2
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-6/+6
* | * macosx/tkMacOSXMenu.c (TkpPostMenu): ensure cascade menus display indas2007-06-021-1/+2
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-10/+5
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-2591/+2549
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-1911/+2043
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-2043/+1911
* | whitespacedas2006-10-311-2/+2
* | * macosx/tkMacOSXWm.c (TkMacOSXMakeRealWindowExist): revert part ofdas2006-09-111-2/+6
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-1/+2
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-2/+2
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-3/+2
* | fix whitespace, copyrightdas2006-05-121-1/+2
* | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-7/+2
* | * macosx/tkMacOSXDraw.c: sync whitespace & minor changesdas2006-03-281-1/+2
* | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added bydas2006-03-241-7/+2
* | * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() functiondas2006-01-101-5/+15
* | * macosx/tkMacOSXMenu.c:das2005-11-271-7/+7
* | typo in last commitdas2005-11-271-2/+2
* | * macosx/tkMacOSXMenu.c:das2005-11-271-1/+7
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-18/+31
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+15
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-11/+6
* | Fixes from Michael Kirkham:wolfsuit2005-05-151-2/+2
* | * macosx/tkMacOSXInit.c:das2005-05-141-3/+7
* | * generic/tkMain.c:das2004-11-111-8/+7
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-031-1/+2
* | * macosx/Makefile: added support to tk framework build todas2004-07-201-2/+2
* | Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the defaultwolfsuit2004-04-011-3/+10
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they wouldwolfsuit2004-02-161-8/+12
* | Apply patch 112997, and kill a few more places where we were still usingwolfsuit2004-02-141-5/+6
* | * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-121-2/+3
* | MacOSX fixesvincentdarley2003-07-181-3/+6
* | 2003-03-11 Jim Ingham <jingham@apple.com>wolfsuit2003-03-121-5/+49
* | Fix a bug with MacOS X Tk's handling of the help menu. The code expected thewolfsuit2003-03-081-21/+15
|/