summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-251-4/+43
| | * Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-9/+41
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+3
* | | [Patch #3019624] fix "place" command segfault on half-dead app main window.a_kovalenko2010-06-221-4/+5
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-14/+9
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-17/+19
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-5/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-22/+22
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-251-4/+42
* | header cleanupdgp2007-09-071-2/+1
* | Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-33/+40
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-7/+7