| Commit message (Expand) | Author | Age | Files | Lines |
* | Comments changed | oehhar | 2024-07-18 | 1 | -2/+3 |
|
|
* | Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin... | oehhar | 2024-07-18 | 1 | -7/+4 |
|
|
* | Ticket [2d3a81c0] menubutton destroy segfault: proposed solution to preserve ... | oehhar | 2024-07-18 | 1 | -0/+6 |
|
|
* | Fix [fec9e3879d]: Confusion regarding menu indexes "none" and {}. Also add so... | jan.nijtmans | 2023-12-26 | 1 | -43/+44 |
|
|
* | Fix [52d83f67eb]: TkDestroyMenu(): outdated comment | fvogel | 2023-11-25 | 1 | -5/+4 |
|
|
* | Final fix for Aqua menu crashes. | culler | 2023-11-05 | 1 | -0/+1 |
|
|
* | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -9/+7 |
|
|
* | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -4/+4 |
|
|
* | Fix [499c0467b3]: DestroyMenuInstance(): use Tcl_EventuallyFree() rather than... | fvogel | 2023-07-23 | 1 | -1/+2 |
|
|
* | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries. Testcases... | fvogel | 2023-05-28 | 1 | -1/+4 |
|
|
* | Fix [f326f30e82]: DestroyMenuInstance(): clear stale pointer. Patch from Chri... | fvogel | 2022-09-26 | 1 | -0/+1 |
|
|
* | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -6/+6 |
|
|
* | Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which... | jan.nijtmans | 2022-05-03 | 1 | -10/+1 |
|
|
* | Fix [be8f5b9fc2]: Tk Menu empty string for `-type` segfaults | fvogel | 2021-12-06 | 1 | -1/+1 |
|
|
* | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -8/+8 |
|
|
* | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS... | jan.nijtmans | 2020-10-01 | 1 | -3/+1 |
|
|
* | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 1 | -20/+20 |
|
|
* | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|
|
* | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -1/+1 |
|
|
* | Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,... | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 1 | -1/+1 |
|
|
* | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -18/+25 |
|\ |
|
| * | Tests and fix for similar issues in [menu]. | dgp | 2019-05-15 | 1 | -7/+25 |
|
|
* | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -10/+15 |
|\ \ |
|
| * | | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 1 | -7/+7 |
|
|
| * | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 1 | -10/+1 |
|
|
| * | | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 1 | -9/+23 |
|
|
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -1/+1 |
|
|
* | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
|
|
* | | | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -2/+2 |
|
|
* | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr... | fvogel | 2018-01-28 | 1 | -0/+11 |
| |/
|/| |
|
* | | Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with checkbu... | fvogel | 2018-01-13 | 1 | -0/+5 |
|
|
* | | 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 |
|\ \
| |/ |
|