summaryrefslogtreecommitdiffstats
path: root/generic/tkPack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. jan.nijtmans2020-09-301-5/+4
|\
* \ Merge 8.6jan.nijtmans2020-09-271-1/+1
|\ \ | |/
| * Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-271-1/+1
* | Update documentation, and final tweaks for TIP #581jan.nijtmans2020-09-091-2/+2
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-041-105/+105
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-270/+269
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-161/+161
* | Merge 8.6jan.nijtmans2020-09-031-22/+20
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-34/+34
* | Merge 8.6jan.nijtmans2020-09-031-163/+163
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-162/+162
* | Merge 8.6jan.nijtmans2020-09-031-2/+3
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-4/+5
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-3/+3
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-20/+22
* | 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