summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
Commit message (Expand)AuthorAgeFilesLines
* Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-271-1/+1
* TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-272/+270
* Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-28/+28
* (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-148/+148
* Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-2/+3
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* 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
* Make the place manager send ConfigureNotify events when size change requestsculler2019-02-041-0/+6
*-. 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
* | | 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
* | ANSIfydkf2005-11-151-326/+313
* | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-9/+41
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-121-48/+71
|/
* place info did not return all settings,pspjuth2002-11-071-18/+10
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-3/+4
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-9/+13