summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-29/+28
* Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-1/+5
* 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-32/+32
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-3/+3
* | 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-0/+3
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-2/+3
|/ /
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6jan.nijtmans2020-10-051-10/+10
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-17/+16
* | Merge 8.6. jan.nijtmans2020-09-301-1/+14
|\ \ | |/
* | 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-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-041-129/+129
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-367/+367
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-244/+244
* | Merge 8.6jan.nijtmans2020-09-031-15/+13
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-28/+28
* | Merge 8.6jan.nijtmans2020-09-031-326/+326
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-314/+314
* | Merge 8.6jan.nijtmans2020-09-031-4/+5
|\ \ | |/
| * 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-4/+4
* | TIP 569 remove lint commentsdgp2020-03-181-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-27/+29
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-8/+15
|\ \ | |/
| * Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call toculler2019-04-061-1/+1
| * Let the branch compile with MSVC.fvogel2019-04-051-1/+2
| * Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-051-8/+14
* | 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-20/+20
* | 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/+8
* | Documentationdkf2018-10-281-3/+4
* | Merge trunkoehhar2018-09-231-14/+19
|\ \
| * | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
| |/
| * Change variable name from gridPtr2 to slavePtr since it really is a slave.fvogel2017-12-231-12/+12
| * Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+1
| * Fix [6b2fd1e881]: grid documentation for default for -row is wrongfvogel2017-11-111-1/+2
| * Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert.fvogel2016-10-301-0/+3
* | Use the event name of the TIP: NoManagedChildoehhar2018-09-221-2/+2
* | Update to implement TIP518 event name changeoehhar2018-09-221-4/+4