| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window's | culler | 2019-04-06 | 1 | -0/+19 |
|\ |
|
| * | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -2/+1 |
|
|
| * | Let the branch compile with MSVC. | fvogel | 2019-04-05 | 1 | -1/+2 |
|
|
| * | Fix bug [897ffea89f]: Tk allows management loops | culler | 2019-04-05 | 1 | -0/+19 |
|
|
* | | Remove a few unnecessary (size_t) type-casts, and add a "const" | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -3/+3 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | Enhance the tests for <<NoManagedChild>>, and fix the implementation so that ... | fvogel | 2018-10-29 | 1 | -4/+4 |
|
|
* | | Documentation | dkf | 2018-10-28 | 1 | -3/+4 |
|
|
* | | Merge trunk | oehhar | 2018-09-23 | 1 | -4/+17 |
|\ \ |
|
| * | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -2/+2 |
|
|
| * | | Fix [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-31 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Avoid questioning operator precedence. | fvogel | 2017-12-23 | 1 | -1/+1 |
|
|
| * | | If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code (pac... | jan.nijtmans | 2017-01-23 | 1 | -1/+14 |
| |/ |
|
* | | Use the event name of the TIP: NoManagedChild | oehhar | 2018-09-22 | 1 | -2/+2 |
|
|
* | | Update to implement TIP518 event name change | oehhar | 2018-09-22 | 1 | -4/+4 |
|
|
* | | (Modernized) patch from egavilan to fix [2863003fff] and [d6b95ce492] - tk fr... | fvogel | 2016-09-21 | 1 | -1/+5 |
|/ |
|
* | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -7/+7 |
|
|
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -4/+4 |
|
|
* | more places converted | jan.nijtmans | 2013-01-24 | 1 | -12/+12 |
|
|
* | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -71/+106 |
|\ |
|
| * | more auditing of error codes | dkf | 2012-07-30 | 1 | -1/+1 |
|
|
| * | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -24/+35 |
|
|
| * | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -49/+51 |
|
|
| * | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -1/+23 |
|/ |
|
* | 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 |
|
|
| | * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -8/+8 |
|
|
| | * | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -81/+1 |
|
|
| | * | * generic/tkPack.c (ConfigureSlaves): silence compiler warning | dgp | 2003-07-17 | 1 | -2/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -2/+3 |
|
|
* | | | Bug fix in grid/pack collision detect. | pspjuth | 2009-09-18 | 1 | -1/+3 |
|
|
* | | | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 1 | -1/+48 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -5/+5 |
|
|
* | | | Fix potential divide by zero flagged by clang static analyzer | das | 2008-12-07 | 1 | -13/+21 |
|
|
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -2/+6 |
|
|
* | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -4/+4 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -60/+58 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -90/+81 |
|
|
* | | assorted typos and errors caught by compiler | dgp | 2005-08-11 | 1 | -2/+2 |
|
|
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -360/+364 |
|
|
* | | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -82/+1 |
|
|
* | | bug fix [1098779] | chengyemao | 2005-01-09 | 1 | -1/+2 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|