| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 1 | -8/+8 |
|
|
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|
|
* | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -3/+3 |
|\ |
|
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics... | jan.nijtmans | 2012-10-23 | 1 | -13/+19 |
|
|
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -10/+10 |
| |\ |
|
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -10/+10 |
|
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -8/+8 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -35/+35 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -5/+7 |
|
|
| | * | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -1/+8 |
|
|
| | * | * generic/tkButton.h: Rewrote the handling | hobbs | 2003-04-26 | 1 | -11/+23 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -5/+7 |
|
|
| * | | [Bug 1923684]: backported checkbutton fix for confused state when -offvalue e... | patthoyts | 2009-05-14 | 1 | -6/+23 |
|
|
* | | | Put all Tk_OptionSpec for buttons and labels | nijtmans | 2010-02-18 | 1 | -23/+31 |
|
|
* | | | use -pipe for gcc on win32 (mingw/cygwin) | nijtmans | 2010-02-13 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+2 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -5/+3 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -1/+13 |
|
|
* | | | [Bug 1923684]: checkbuttons must prefer off over the indeterminate state | patthoyts | 2009-05-14 | 1 | -6/+23 |
|
|
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -55/+48 |
|
|
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -2/+3 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -7/+7 |
|
|
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -3/+2 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -1/+2 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -25/+25 |
|
|
* | | various "const" additions in implementation | nijtmans | 2007-01-03 | 1 | -10/+10 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -383/+368 |
|
|
* | | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 1 | -4/+90 |
|
|
* | | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -1/+8 |
|
|
* | | * generic/tkButton.h: Rewrote the handling | hobbs | 2003-04-26 | 1 | -11/+23 |
|/ |
|
* | * generic/tkButton.c (TkButtonWorldChanged): added GCFont handling | hobbs | 2002-08-08 | 1 | -1/+4 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -7/+7 |
|
|
* | Initial implementation of TIP #82: added the -offrelief option to | drh | 2002-06-17 | 1 | -1/+5 |
|
|
* | When creating a radiobutton with -value "" it was not drawn properly | pspjuth | 2002-05-26 | 1 | -1/+11 |
|
|
* | * Updates to handle change in type of part2 argument of | dgp | 2002-03-20 | 1 | -5/+5 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * generic/tkButton.c (ButtonTextVarProc): guard against being | hobbs | 2001-12-28 | 1 | -2/+6 |
|
|
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -20/+18 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -2/+2 |
|
|
* | * generic/tkButton.c (ConfigureButton): Added tests for -compound | ericm | 2000-10-01 | 1 | -3/+7 |
|
|
* | * generic/tkButton.c (ButtonTextVarProc): reversed change below, | hobbs | 2000-08-23 | 1 | -8/+3 |
|
|
* | * generic/tkButton.c (ButtonTextVarProc): changed order of | hobbs | 2000-08-23 | 1 | -3/+8 |
|
|
* | * doc/radiobutton.n: Added documentation for -overrelief option. | ericm | 2000-05-25 | 1 | -1/+13 |
|
|
* | * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK with | ericm | 2000-05-17 | 1 | -9/+6 |
|
|