| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed [2160206fff] - Panic when posting a menu of type menubar | fvogel | 2015-11-08 | 1 | -1/+6 |
|\ |
|
| * | Proposed fix for [2160206fff] - Panic (Linux) when posting a menu of type men... | fvogel | 2015-10-18 | 1 | -1/+6 |
|
|
* | | Get menu-32.8 and scale-19 fixes from 8.5. | dgp | 2014-11-07 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Restore test menu-32.8 | dgp | 2014-11-07 | 1 | -3/+3 |
|
|
* | | Stop invalid read | dgp | 2014-11-06 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Stop invalid read. | dgp | 2014-11-06 | 1 | -0/+1 |
|
|
* | | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices. | jan.nijtmans | 2014-06-03 | 1 | -2/+1 |
|
|
* | | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 1 | -37/+5 |
|
|
* | | Some refactoring as initial attempt to fix [f214b8ad5b]. Not finished/tested ... | jan.nijtmans | 2013-10-28 | 1 | -37/+37 |
|
|
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th... | jan.nijtmans | 2013-03-07 | 1 | -1/+1 |
|
|
* | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 1 | -3/+3 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -20/+20 |
| |\ |
|
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -9/+9 |
|
|
| * | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -2/+2 |
|
|
* | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -7/+7 |
|
|
* | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -14/+14 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -3/+3 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -10/+15 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -6/+6 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
|
|
| | * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 1 | -2/+9 |
|
|
| | * | * generic/tkMenu.c (DeleteMenuCloneEntries): Modify entry index | hobbs | 2006-05-25 | 1 | -5/+6 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -8/+8 |
|
|
| | * | * generic/tkMenu.c (MenuCmd): create event handler earlier to | hobbs | 2005-05-31 | 1 | -37/+15 |
|
|
| | * | * generic/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -3/+3 |
|
|
| | * | * generic/tkMenu.c (MenuWorldChanged): ensure that we recompute | hobbs | 2004-09-16 | 1 | -7/+7 |
|
|
| | * | * generic/tkMenu.c (MenuVarProc): prevent this from triggering | hobbs | 2003-12-03 | 1 | -5/+13 |
|
|
| | * | menu clone cleanup bug fix | vincentdarley | 2003-07-15 | 1 | -60/+138 |
|
|
| * | | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
|
|
| * | | [Bug 220950]: Don't delete the last menu entry when it is obvious that is not | dkf | 2010-01-05 | 1 | -2/+13 |
|
|
| * | | Patch 2879789: Make torn-off menu entrys activate across whole window | patthoyts | 2009-12-30 | 1 | -13/+25 |
|
|
| * | | * generic/tkMenu.c (PostProcessEntry): delay call to | das | 2009-04-10 | 1 | -5/+5 |
|
|
| * | | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -2/+9 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -30/+25 |
|
|
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -3/+3 |
|
|
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -3/+3 |
|
|
* | | | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish | 2010-02-17 | 1 | -4/+5 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -57/+57 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -3/+5 |
|
|
* | | | [Bug 220950]: Don't delete the last menu entry when it is obvious that is not | dkf | 2010-01-05 | 1 | -2/+13 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -2/+2 |
|
|
* | | | Patch 2879789: Make torn-off menu entrys activate across whole window | patthoyts | 2009-12-30 | 1 | -13/+25 |
|
|
* | | | Improve generation of EWMH hints for windows. | dkf | 2009-12-09 | 1 | -19/+41 |
|
|
* | | | * generic/tkFocus.c: fix potential null dereference flagged by clang | das | 2009-09-07 | 1 | -2/+2 |
|
|
* | | | * generic/tkMenu.c (PostProcessEntry): delay call to | das | 2009-04-10 | 1 | -5/+5 |
|
|