summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
Commit message (Expand)AuthorAgeFilesLines
* New macro TK_OPTION_UNDERLINE_DEF, which simplifies the default handling for ...jan.nijtmans2021-02-031-1/+1
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* (c) -> ©jan.nijtmans2020-12-091-2/+2
* Merge 8.6jan.nijtmans2020-10-011-3/+1
|\
| * Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-3/+1
* | Fix [6ecae50f5c]: menu-16.3 failsjan.nijtmans2020-09-211-1/+2
* | Fix [f3cd942e9e]: trunk: .mymenu index end no longer works on an empty menujan.nijtmans2020-09-211-2/+2
* | Merge trunkjan.nijtmans2020-08-241-3/+2
|\ \
| * | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-3/+2
* | | Merge 8.7jan.nijtmans2020-08-131-48/+48
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-08-121-48/+48
| |\ \ | | |/
| | * Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b...jan.nijtmans2020-08-121-20/+20
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
|/ /
* | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-54/+54
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-54/+54
* | Merge trunkjan.nijtmans2020-02-261-38/+34
|\ \
| * | Add internal function TkGetIntForIndex(), which handles integer indexes and "...jan.nijtmans2020-02-241-19/+13
| * | Rename (static) function TkMenuCleanup() to MenuCleanup(). Make TkGetMenuInde...jan.nijtmans2020-02-211-30/+39
* | | Merge trunkjan.nijtmans2020-02-171-3/+2
|\ \ \ | |/ /
| * | Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-171-3/+2
* | | Merge trunkjan.nijtmans2020-02-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-02-121-1/+1
| |\ \ | | |/
| | * Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-1/+1
| | * Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-201-1/+1
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-33/+40
|/ /
* | Merge 8.6jan.nijtmans2019-09-201-1/+1
|\ \ | |/
| * One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-1/+1
* | Merge 8.6jan.nijtmans2019-09-161-1/+1
|\ \ | |/
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-161-1/+1
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
| * Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-171-1/+1
* | Make better use of the full range for Menu indexes, if Tk is compiled with Tc...jan.nijtmans2019-06-211-37/+41
* | merge trunkjan.nijtmans2019-06-051-18/+25
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-18/+25
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-18/+25
| | |\
| | | * Tests and fix for similar issues in [menu].dgp2019-05-151-7/+25
* | | | Merge trunkjan.nijtmans2019-04-021-46/+49
|\ \ \ \ | |/ / /
| * | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-36/+34
| * | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-10/+15
| |\ \ \ | | |/ /
| | * | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-10/+15
| | |\ \
| | | * | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-7/+7
| | | * | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-10/+1
| | | * | Fix related menubutton issues on linux and Windows.culler2019-01-111-9/+23
* | | | | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \ \ \ \ | |/ / / /