Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵ | jan.nijtmans | 2013-02-22 | 1 | -2/+2 |
| | | | | calls: The former are just thin wrappers around the latter. | ||||
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|\ | | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -15/+15 |
| |\ | | | | | | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 1 | -4/+4 |
| | | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
| * | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -3/+3 |
| | | | |||||
* | | | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 1 | -6/+6 |
| | | | | | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -2/+2 |
| | | | |||||
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -5/+5 |
| | | | |||||
* | | | 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 |
| | | | |||||
| | * | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 1 | -27/+23 |
| | | | | | | | | | | | | -textvariable even if an image exists as it may use -compound. | ||||
| | * | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 1 | -11/+26 |
| | | | | | | | | | | | | | | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton): | ||||
| * | | * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ | das | 2009-04-10 | 1 | -2/+2 |
| | | | |||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -2/+2 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | Tiny whitespace changes for readability improvement. | dkf | 2010-02-21 | 1 | -2/+2 |
| | | | |||||
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | ||||
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -1/+2 |
| | | | |||||
* | | | * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ | das | 2009-04-10 | 1 | -2/+2 |
| | | | |||||
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -6/+4 |
| | | | |||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -2/+2 |
| | | | |||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -40/+37 |
|/ / | |||||
* | | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 1 | -8/+5 |
| | | | | | | | | -textvariable even if an image exists as it may use -compound. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+2 |
| | | |||||
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -42/+42 |
| | | |||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
| | | |||||
* | | ANSIfy | dkf | 2005-11-15 | 1 | -230/+228 |
| | | |||||
* | | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 1 | -11/+26 |
|/ | | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton): | ||||
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) | ||||
* | * Updates to handle change in type of part2 argument of | dgp | 2002-03-20 | 1 | -3/+3 |
| | | | | Tcl_VarTraceProc typedef. [TIP 27] [Patch 532644]. | ||||
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -3/+3 |
| | | | | | | | | | * Updated callers of Tcl_GetStringResult. Rewrote PrintScrollFractions to ScrollFractions to stop scribbling directly on interp->result. * Updated callers of Tcl_GetVar, Tcl_GetVar2 * Updated callers of Tcl_SplitPath, Tcl_JoinPath, and Tcl_TranslateFileName. | ||||
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -2/+2 |
| | | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705] | ||||
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 1 | -2/+2 |
| | |||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -28/+13 |
| | | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632] | ||||
* | implement TIP11, -compound option for menubutton widget | tmh | 2001-05-21 | 1 | -1/+13 |
| | |||||
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -2/+2 |
| | | | | | | | | | TkClassProcs/TkSetClassProcs as Tk_ClassProcs/Tk_SetClassProcs, adding a size field to Tk_ClassProcs to allow for future expansion, and renaming the geometryProc to worldChangedProc, which is more in keeping with the actual use of the callback. See ChangeLog for details. | ||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -2/+2 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -297/+383 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+865 |