summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\ \ \ \ | | |/ / /
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+1
| | |\ \ \
| | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+1
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-1/+1
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-1/+1
* | | | | Merge trunkjan.nijtmans2018-11-251-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-10/+10
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-48/+48
|/ / / /
* | | | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add...fvogel2018-09-081-0/+3
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
* | | | Merge 8.6jan.nijtmans2018-08-101-2/+2
|\ \ \ \ | |/ / /
| * | | Eliminate type-casts, by using size_t type internally in more situations. No ...jan.nijtmans2018-08-101-2/+2
* | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-02-041-0/+11
|\ \ \ \ | |/ / /
| * | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-0/+11
| | |/ | |/|
* | | Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with checkbu...fvogel2018-01-191-0/+5
|\ \ \ | |/ /
| * | Fix [657c389120] and [b4214b4712]: Segfault when destroying menu with checkbu...fvogel2018-01-131-0/+5
* | | 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
| |\ \ | | |/