summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in commentfvogel2016-03-161-1/+1
* Fixed [2160206fff] - Panic when posting a menu of type menubarfvogel2015-11-081-1/+6
|\
| * Proposed fix for [2160206fff] - Panic (Linux) when posting a menu of type men...fvogel2015-10-181-1/+6
* | Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-071-3/+3
|\ \ | |/
| * Restore test menu-32.8dgp2014-11-071-3/+3
* | Stop invalid readdgp2014-11-061-0/+1
|\ \ | |/
| * Stop invalid read.dgp2014-11-061-0/+1
* | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices.jan.nijtmans2014-06-031-2/+1
* | Make "menu" a normal command, initialized like any other Tk command.jan.nijtmans2013-10-291-37/+5
* | Some refactoring as initial attempt to fix [f214b8ad5b]. Not finished/tested ...jan.nijtmans2013-10-281-37/+37
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-1/+1
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-3/+3
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-2/+2
|\ \ | |/
| * 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
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-7/+7
* | | more places convertedjan.nijtmans2013-01-241-14/+14
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-3/+3
* | | 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