summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Much more cleaning up of result handling.dkf2012-07-231-10/+15
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-6/+6
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * 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
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-30/+25
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-3/+3
* | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* | | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-57/+57
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+5
* | | [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-2/+13
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-13/+25
* | | Improve generation of EWMH hints for windows.dkf2009-12-091-19/+41
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-2/+2
* | | * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-5/+5
* | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-2/+10
* | | - fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-141-24/+25
* | | elminate warning: unused variable 'tkwin'nijtmans2008-11-271-3/+3
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-2/+2
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-9/+9
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-6/+6
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-66/+65
|/ /
* | 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