summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-130/+130
* TIP 569 remove lint commentsdgp2020-03-181-2/+0
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-130/+130
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-12/+35
* Merge 8.6jan.nijtmans2019-09-241-1/+1
|\
| * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-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-3/+3
* | merge trunkjan.nijtmans2019-06-051-30/+51
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-30/+51
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-30/+51
| | |\
| | | * Similar test and fix for [checkbutton ... -variable].dgp2019-05-121-1/+21
| | | * Fix for the [button ... -textvariable] parts of [5d991b822e].dgp2019-05-111-1/+28
* | | | Merge trunkjan.nijtmans2019-05-101-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ \ | | |/ /
| | * | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* | | | Merge 8.7jan.nijtmans2019-01-131-16/+16
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-16/+16
| |\ \ \ | | |/ /
| | | |
| | | \
| | *-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-10/+10
| | |\ \ \
| | | | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-16/+16
| | | | |\ \
| | * | | \ \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-35/+35
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-35/+35
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-35/+35
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-35/+35
| | | |/ /
* | | | | Merge trunkjan.nijtmans2018-11-251-4/+10
|\ \ \ \ \ | |/ / / /
| * | | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Remove the sleep from the button flash command on macOS. This causes a hangculler2018-10-221-0/+6
| | * | | Delete unused variables, and eol-spacingjan.nijtmans2018-09-011-1/+1
| * | | | 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-154/+154
|/ / / /
* | | | Remove end-of-line spacingjan.nijtmans2018-08-101-1/+1
|/ / /
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-2/+28
| |/ |/|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-8/+8
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-3/+3
|\ \ | |/
| * Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-13/+19
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-10/+10
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-10/+10
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-8/+8
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-35/+35
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-5/+7
| | * * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-1/+8
| | * * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-11/+23
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-5/+7
| * | [Bug 1923684]: backported checkbutton fix for confused state when -offvalue e...patthoyts2009-05-141-6/+23