summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-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
* 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
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
| |
| \
*-. \ 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
| |/ /
* | | 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
* | | 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
* | | Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-23/+31
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-5/+3
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-1/+13
* | | [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-141-6/+23
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-55/+48
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+3
* | | Add "const" to many internalnijtmans2008-10-171-7/+7
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-3/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-1/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-25/+25
* | various "const" additions in implementationnijtmans2007-01-031-10/+10
* | ANSIfydkf2005-11-041-383/+368
* | * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-4/+90