summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for [2160206fff] - Panic (Linux) when posting a menu of type men...fvogel2015-10-181-1/+6
* Restore test menu-32.8dgp2014-11-071-3/+3
* Stop invalid read.dgp2014-11-061-0/+1
* SetOptions.3: minor doc fixjan.nijtmans2012-06-191-20/+20
|\
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-9/+9
* | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-3/+3
|\ \ | |/
| * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-2/+2
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
| * * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-061-2/+9
| * * generic/tkMenu.c (DeleteMenuCloneEntries): Modify entry indexhobbs2006-05-251-5/+6
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-8/+8
| * * generic/tkMenu.c (MenuCmd): create event handler earlier tohobbs2005-05-311-37/+15
| * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-3/+3
| * * generic/tkMenu.c (MenuWorldChanged): ensure that we recomputehobbs2004-09-161-7/+7
| * * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-5/+13
| * menu clone cleanup bug fixvincentdarley2003-07-151-60/+138
* | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
* | [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-2/+13
* | Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-13/+25
* | * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-5/+5
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-2/+9
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+2
* | Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-79/+76
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-10/+10
* | TIP#286 implementation. [Patch 1152376]dkf2006-12-041-19/+64
* | * generic/tkMenu.c (DeleteMenuCloneEntries): Modify entry indexhobbs2006-05-251-4/+5
* | * generic/tkMenu.c (TkSetWindowMenuBar): remove extra TkMenuInithobbs2006-04-051-12/+1
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-8/+8
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-943/+906
* | Lots of ANSIfying of function decls.dkf2005-11-171-9/+10
* | Undo accidental checkindkf2005-10-121-5/+1
* | Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-121-1/+5
* | * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit ifhobbs2005-10-101-2/+10
* | whitespace changes onlyhobbs2005-10-101-201/+199
* | * generic/tkMenu.c (MenuCmd): create event handler earlier tohobbs2005-05-311-37/+15
* | * generic/tkMenu.c (MenuWorldChanged): ensure that we recomputehobbs2004-09-161-7/+7
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-2/+2
* | Typo fixdkf2003-12-031-2/+2
* | * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-5/+13
* | fix to menu clone deletion bugvincentdarley2003-05-301-60/+138
|/
* * generic/tkMenu.c (TkMenuCleanup): make sure to reset statichobbs2003-02-261-2/+30
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* generic/tkMenu.c (ConfigureMenu): freed saved options in all error caseshobbs2002-04-121-9/+14
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3
* Correct and test for logic error when cloning menus. Bug 508988uid382262002-01-311-2/+2
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2