summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-0/+6
| |\ \ | | |/
| | * Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-0/+6
* | | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-1/+1
| | |\ \
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| | * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-1/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-1/+1
| | | * make some internal tables constjan.nijtmans2012-04-181-1/+1
| | | |\
| | | | * make some more internal tables CONSTjan.nijtmans2012-04-181-1/+1
* | | | | Merge trunkjan.nijtmans2018-12-081-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-6/+6
* | | | | Merge trunkjan.nijtmans2018-11-251-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-2/+2
| |/ / /
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-15/+15
|/ / /
* | | more places convertedjan.nijtmans2013-01-241-2/+2
* | | minor improvements to flag handlingdkf2012-07-311-3/+3
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-28/+24
* | | Much more cleaning up of result handling.dkf2012-07-231-8/+9
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+3