summaryrefslogtreecommitdiffstats
path: root/generic/tkPack.c
Commit message (Expand)AuthorAgeFilesLines
* More Tcl_Alloc() usagejan.nijtmans2025-12-151-2/+2
* Rebase to trunkjan.nijtmans2025-09-021-5/+6
|\
| * Merge 9.0jan.nijtmans2024-11-071-4/+0
| |\
| * \ Merge 9.0jan.nijtmans2024-10-251-11/+35
| |\ \ | | |/
| * | Merge 9.0jan.nijtmans2024-06-241-4/+4
| |\ \
| * \ \ Merge 9.0jan.nijtmans2023-12-181-347/+7
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-04-011-25/+25
| |\ \ \ \
| * \ \ \ \ Tk changes for TIP #626jan.nijtmans2022-11-141-7/+8
| |\ \ \ \ \
| | * | | | | Almost finishedjan.nijtmans2022-06-221-2/+2
* | | | | | | Use (char *)NULL sentinelsjan.nijtmans2025-06-261-10/+10
* | | | | | | Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-4/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix [eb332846f3]: [grid] and [pack] with half-dead argument can cause hangup ...fvogel2024-10-091-11/+35
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | A somewhat better (does not spread TK_ALREADY_DEAD flags everywhere) and more...fvogel2024-10-081-24/+41
| * | | | | Do the same as previous commit for [pack] this time.fvogel2024-09-291-0/+15
* | | | | | Merge 8.7jan.nijtmans2024-06-161-4/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden...jan.nijtmans2024-06-161-4/+4
* | | | | | Remove legacy "pack" and "scrollbar" syntaxjan.nijtmans2023-11-161-343/+0
|/ / / / /
* | | | | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-3/+6
* | | | | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-3/+3
| * | | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-1/+1
* | | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-25/+25
| |/ / |/| |
* | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
| |/ |/|
* | Merge 8.7jan.nijtmans2022-05-171-8/+8
|\ \
| * \ Merge 8.6jan.nijtmans2022-05-171-11/+11
| |\ \ | | |/
| | * KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-171-16/+15
* | | Merge 8.7jan.nijtmans2022-05-171-2/+2
|\ \ \ | |/ /
| * | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-2/+2
* | | Merge 8.7jan.nijtmans2022-03-251-0/+3
|\ \ \ | |/ /
| * | Fix [5412c64a79]: Segmentation fault on closing error report window. This dea...fvogel2022-03-191-0/+3
| |\ \ | | |/
| | * Refine Brian's fix for pack, and propagate it to grid and place.fvogel2022-03-141-1/+3
| | * Correct fix for secondary crash, scheduled idletasks for deleted containers m...griffin2022-03-141-6/+1
| | * Fix secondary crash in tkPack. This is a hack fix as not exactly certain if ...griffin2022-03-131-0/+6
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-4/+5
|/ /
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-3/+1
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | 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