summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-19/+8
* Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+1
* Improvement of memory management, removal of zombie windows from Tk-Cocoa; th...Kevin Walzer2015-03-211-0/+2
* Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-1/+8
* Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-9/+15
* Wish now launches in front when called from command line, and focus -force wo...Kevin Walzer2015-03-151-3/+7
* Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-2/+2
* Allow Tk to post popup menus when Tk app is not frontmostKevin Walzer2014-08-141-2/+10
* Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-011-0/+3
* Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-0/+6
* 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