| Commit message (Expand) | Author | Age | Files | Lines |
* | Use "(char *)NULL" sentinels in more places. Fix some indenting | jan.nijtmans | 2024-06-19 | 1 | -4/+4 |
|
|
* | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden... | jan.nijtmans | 2024-06-16 | 1 | -46/+46 |
|
|
* | Eliminate a bunch of unneeded type-casts, mainly (char *) | jan.nijtmans | 2024-02-07 | 1 | -1/+1 |
|
|
* | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved. | jan.nijtmans | 2024-01-18 | 1 | -1/+1 |
|
|
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -17/+17 |
|
|
* | More default from int -> double | jan.nijtmans | 2022-12-02 | 1 | -2/+2 |
|
|
* | tweak error-handling | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2022-05-17 | 1 | -2/+2 |
|\ |
|
| * | KeyPress -> Key in bindings. Minor other cleanups | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
|
|
* | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|
|
* | | Oops. I think this time I get it right. | fvogel | 2022-03-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Oops. I think this time I get it right. | fvogel | 2022-03-20 | 1 | -1/+1 |
|
|
* | | Fix error in [d9a3bb8b]: PARENT_RECONFIG_PENDING is a container flag, not a c... | fvogel | 2022-03-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix error in [df2353f2]: PARENT_RECONFIG_PENDING is a container flag, not a c... | fvogel | 2022-03-20 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | Merge tip-613 | jan.nijtmans | 2022-02-17 | 1 | -12/+12 |
|\ \ |
|
* | | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u... | jan.nijtmans | 2022-02-02 | 1 | -49/+16 |
|/ / |
|
* | | Use more "default" in case-statements | jan.nijtmans | 2021-12-13 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-01 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS... | jan.nijtmans | 2020-10-01 | 1 | -11/+11 |
|
|
* | | Merge 8.6.
| jan.nijtmans | 2020-09-30 | 1 | -0/+11 |
|\ \
| |/ |
|
* | | 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 | -2/+2 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -33/+33 |
|\ \
| |/ |
|
| * | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -272/+270 |
|
|
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -254/+253 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | 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 | -148/+148 |
|\ \
| |/ |
|
| * | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -148/+148 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -2/+3 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -6/+6 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -2/+0 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -6/+6 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -21/+22 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -0/+20 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
| * | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window's | culler | 2019-04-06 | 1 | -0/+20 |
| |\ \
| | |/ |
|
| | * | 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 |
|
|