| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre... | jan.nijtmans | 2023-10-26 | 1 | -1/+5 |
|
|
* | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -1/+1 |
|\ |
|
| * | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -3/+3 |
|
|
| * | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|
|
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -32/+32 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-03-25 | 1 | -0/+3 |
|\ \ |
|
| * \ | Fix [5412c64a79]: Segmentation fault on closing error report window. This dea... | fvogel | 2022-03-19 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Refine Brian's fix for pack, and propagate it to grid and place. | fvogel | 2022-03-14 | 1 | -0/+3 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -2/+3 |
|/ / |
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -17/+16 |
|
|
* | | Merge 8.6.
| jan.nijtmans | 2020-09-30 | 1 | -1/+14 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Last TIP #581 changes. 100% done now | jan.nijtmans | 2020-09-27 | 1 | -1/+1 |
|
|
* | | Update documentation, and final tweaks for TIP #581 | jan.nijtmans | 2020-09-09 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -129/+129 |
|\ \
| |/ |
|
| * | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -367/+367 |
|
|
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -244/+244 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -15/+13 |
|\ \
| |/ |
|
| * | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -28/+28 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -326/+326 |
|\ \
| |/ |
|
| * | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -314/+314 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -4/+5 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -4/+4 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -2/+2 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -27/+29 |
|
|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
|
|
* | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window's | culler | 2019-04-06 | 1 | -8/+15 |
|\ \
| |/ |
|
| * | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -1/+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 | -8/+14 |
|
|
* | | 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 | -20/+20 |
|
|
* | | 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/+8 |
|
|
* | | Documentation | dkf | 2018-10-28 | 1 | -3/+4 |
|
|
* | | Merge trunk | oehhar | 2018-09-23 | 1 | -14/+19 |
|\ \ |
|
| * | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -2/+2 |
| |/ |
|
| * | Change variable name from gridPtr2 to slavePtr since it really is a slave. | fvogel | 2017-12-23 | 1 | -12/+12 |
|
|
| * | Fix [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-21 | 1 | -0/+1 |
|
|
| * | Fix [6b2fd1e881]: grid documentation for default for -row is wrong | fvogel | 2017-11-11 | 1 | -1/+2 |
|
|
| * | Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert. | fvogel | 2016-10-30 | 1 | -0/+3 |
|
|
* | | 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 | -3/+5 |
|/ |
|