summaryrefslogtreecommitdiffstats
path: root/generic/tkMenuDraw.c
Commit message (Collapse)AuthorAgeFilesLines
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-15/+15
|
* * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-141-2/+6
| | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608]
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* header cleanupdgp2007-09-071-1/+2
|
* ANSIfydkf2005-11-151-214/+202
|
* Stupid typo fix. [Bug 843395]dkf2003-11-181-2/+2
|
* Tcl_EvalObjv is more robust than Tcl_VarEvaldkf2003-11-131-16/+22
|
* * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name inhobbs2003-11-121-3/+3
| | | | | case it has spaces when calling Tcl_VarEval. This is a hack until this is rewritten for proper Tcl_Obj handling. [Bug #723856]
* fix to menu clone deletion bugvincentdarley2003-05-301-2/+13
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-97/+130
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+1018