summaryrefslogtreecommitdiffstats
path: root/generic/tkMenubutton.c
Commit message (Expand)AuthorAgeFilesLines
* Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-141-2/+2
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-3/+1
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-17/+17
* Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-2/+2
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-4/+4
* Merge 8.6jan.nijtmans2022-05-071-2/+2
|\
| * Merge 8.6jan.nijtmans2022-05-051-9/+9
| |\
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-4/+4
* | | Merge 8.6jan.nijtmans2022-05-051-10/+10
|\ \ \ | | |/ | |/|
| * | Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-11/+11
| |/
* | Merge 8.6jan.nijtmans2022-05-031-20/+2
|\ \ | |/
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-20/+2
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-6/+6
* | Merge 8.7jan.nijtmans2021-01-081-2/+2
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-2/+1
* | | Merge 8.7jan.nijtmans2020-09-061-1/+1
|\ \ \ | |/ /
| * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
| * | TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-031-1/+0
* | | No need to #include "default.h" in ttk widgets (and in tkUnixMenu.c/tkMenubut...jan.nijtmans2020-07-021-1/+0
* | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-2/+2
* | | More progress, mainly in tkCanvTest.cjan.nijtmans2020-06-151-2/+2
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-1/+1
* | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-1/+1
|/ /
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-33/+33
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-33/+33
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-14/+23
* | merge trunkjan.nijtmans2019-06-051-14/+21
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-14/+21
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-14/+21
| | |\
| | | * Tests and fix for [menubutton ... -textvariable].dgp2019-05-151-1/+21
* | | | Merge 8.7jan.nijtmans2019-01-131-13/+13
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-13/+13
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-8/+8
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-13/+13
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-21/+21
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-21/+21
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-21/+21
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-21/+21
| | | |/ /
* | | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
| |/ / /
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-30/+30
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-0/+13
| |/ |/|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-15/+15
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-4/+4
| * | make some internal tables constjan.nijtmans2012-04-181-3/+3
| |\ \ | | |/