Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵ | jan.nijtmans | 2013-01-26 | 1 | -4/+4 |
| | | | | to work with "novem" | ||||
* | more places converted | jan.nijtmans | 2013-01-24 | 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 |
| | | | |||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -4/+4 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | ||||
* | | | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure | ||||
* | | | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 1 | -1/+7 |
| | | | |||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -22/+22 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Disable __NO_OLD_CONFIG configuration enabled by latest commit | dgp | 2007-09-07 | 1 | -1/+3 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+1 |
| | | |||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
| | | |||||
* | | ANSIfy | dkf | 2005-11-15 | 1 | -166/+167 |
|/ | |||||
* | * An overlooked caller of Tcl_GetIndexFromObj() and a style fix. | dgp | 2002-01-17 | 1 | -6/+6 |
| | |||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -43/+27 |
| | | | | | | | | | | | | | | 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] | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -170/+220 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+587 |