summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for menu and wm fullscreen bugs; thanks to Adrian Robert for patchesmistake__off_trunkKevin Walzer2012-08-061-9/+14
* Add copyright infoKevin Walzer2012-01-291-0/+1
* Fix for serious bugs with input methods, and for display of certain fonts in ...Kevin Walzer2012-01-291-0/+6
* Fix for bgerror conflict with Tk-Cocoa menuKevin Walzer2011-08-051-2/+4
* Fix issue with shift key firing twice if bound to different procedureKevin Walzer2011-07-181-1/+2
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * whitespacedas2009-02-061-2/+2
| * MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-11/+14
| * * 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/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-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-291-2591/+2549
| * * 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-1/+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-9/+4
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-7/+3
| * sync minor overlooked change to HEAD in last commitdas2006-01-111-2/+2
| * * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-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-16/+29
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-1/+15
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-11/+6
| * From Michael Kirkham:wolfsuit2005-05-151-2/+2
| * * macosx/tkMacOSXInit.c:das2005-05-141-3/+7
| * * macosx/Makefile: added support to tk framework build todas2004-07-201-2/+2
| * Fix for Bug 220871.wolfsuit2004-04-011-10/+16
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-19/+26
| * Applying Patch 112997, and hunting down a couple more places where we werewolfsuit2004-02-141-5/+6
| * * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-121-2/+3
| * backport of Mac OS X specific changes on trunk since 8.4.2:das2003-05-131-23/+61
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | 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