summaryrefslogtreecommitdiffstats
path: root/generic/tkPack.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-0/+19
|\
| * Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call toculler2019-04-061-2/+1
| * Let the branch compile with MSVC.fvogel2019-04-051-1/+2
| * Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-051-0/+19
* | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-1/+1
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-3/+3
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | Enhance the tests for <<NoManagedChild>>, and fix the implementation so that ...fvogel2018-10-291-4/+4
* | Documentationdkf2018-10-281-3/+4
* | Merge trunkoehhar2018-09-231-4/+17
|\ \
| * | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
| * | Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-311-1/+1
| |\ \ | | |/
| | * Avoid questioning operator precedence.fvogel2017-12-231-1/+1
| * | If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code (pac...jan.nijtmans2017-01-231-1/+14
| |/
* | Use the event name of the TIP: NoManagedChildoehhar2018-09-221-2/+2
* | Update to implement TIP518 event name changeoehhar2018-09-221-4/+4
* | (Modernized) patch from egavilan to fix [2863003fff] and [d6b95ce492] - tk fr...fvogel2016-09-211-1/+5
|/
* some more int -> size_t changesjan.nijtmans2013-02-011-7/+7
* Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-4/+4
* more places convertedjan.nijtmans2013-01-241-12/+12
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-71/+106
|\
| * more auditing of error codesdkf2012-07-301-1/+1
| * Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-24/+35
| * Much more cleaning up of result handling.dkf2012-07-231-49/+51
| * Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-1/+23
|/
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix [Bug 1252702]dkf2005-08-111-8/+8
| | * Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-81/+1
| | * * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-171-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+3
* | | Bug fix in grid/pack collision detect.pspjuth2009-09-181-1/+3
* | | Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-191-1/+48
* | | - eliminate some unnessary type castsnijtmans2009-02-031-5/+5
* | | Fix potential divide by zero flagged by clang static analyzerdas2008-12-071-13/+21
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-2/+6
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-60/+58
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-90/+81
* | assorted typos and errors caught by compilerdgp2005-08-111-2/+2
* | Getting more systematic about styledkf2005-08-101-360/+364
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-82/+1
* | bug fix [1098779]chengyemao2005-01-091-1/+2
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4