summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-1/+1
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-17/+17
* More default from int -> doublejan.nijtmans2022-12-021-2/+2
* tweak error-handlingjan.nijtmans2022-05-171-1/+1
* Merge 8.6jan.nijtmans2022-05-171-2/+2
|\
| * KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-171-7/+7
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-2/+2
* | Merge 8.6jan.nijtmans2022-05-071-1/+1
|\ \ | |/
| * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-1/+1
* | Oops. I think this time I get it right.fvogel2022-03-201-1/+1
|\ \ | |/
| * Oops. I think this time I get it right.fvogel2022-03-201-1/+1
* | Fix error in [d9a3bb8b]: PARENT_RECONFIG_PENDING is a container flag, not a c...fvogel2022-03-201-1/+1
|\ \ | |/
| * Fix error in [df2353f2]: PARENT_RECONFIG_PENDING is a container flag, not a c...fvogel2022-03-201-1/+1
* | 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
* | Merge tip-613jan.nijtmans2022-02-171-12/+12
|\ \
* | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-49/+16
|/ /
* | Use more "default" in case-statementsjan.nijtmans2021-12-131-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-011-11/+11
|\ \ | |/
| * Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-11/+11
* | Merge 8.6. jan.nijtmans2020-09-301-0/+11
|\ \ | |/
* | 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-33/+33
|\ \ | |/
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-272/+270
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-254/+253
* | Merge 8.6jan.nijtmans2020-09-031-15/+15
|\ \ | |/
| * 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-148/+148
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-148/+148
* | 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-2/+3
* | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-6/+6
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-6/+6
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-21/+22
* | Merge 8.6jan.nijtmans2019-06-251-1/+1
|\ \ | |/
| * CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* | Merge trunkjan.nijtmans2019-05-101-0/+20
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ | | |/
| | * Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
| * | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-0/+20
| |\ \ | | |/
| | * 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-0/+19
* | | Merge trunkjan.nijtmans2019-04-021-0/+6
|\ \ \ | |/ /