summaryrefslogtreecommitdiffstats
path: root/generic/tkButton.c
Commit message (Expand)AuthorAgeFilesLines
* 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 *"frq_3536507jan.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
* | * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-1/+8
* | * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-11/+23
|/
* * generic/tkButton.c (TkButtonWorldChanged): added GCFont handlinghobbs2002-08-081-1/+4
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-7/+7
* Initial implementation of TIP #82: added the -offrelief option todrh2002-06-171-1/+5
* When creating a radiobutton with -value "" it was not drawn properlypspjuth2002-05-261-1/+11
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-5/+5
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* * generic/tkButton.c (ButtonTextVarProc): guard against beinghobbs2001-12-281-2/+6
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-20/+18
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-2/+2
* * generic/tkButton.c (ConfigureButton): Added tests for -compoundericm2000-10-011-3/+7
* * generic/tkButton.c (ButtonTextVarProc): reversed change below,hobbs2000-08-231-8/+3
* * generic/tkButton.c (ButtonTextVarProc): changed order ofhobbs2000-08-231-3/+8
* * doc/radiobutton.n: Added documentation for -overrelief option.ericm2000-05-251-1/+13
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-171-9/+6