summaryrefslogtreecommitdiffstats
path: root/generic/tkPlace.c
Commit message (Expand)AuthorAgeFilesLines
* 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 *"frq_3536507jan.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
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-20/+9
* * doc/SetOptions.3: Updated documentation to reflect support forericm2000-08-101-324/+326
* * tests/place.test: Extended test suite to test error returns fromericm2000-08-081-261/+364
* * generic/tkPlace.c (Tk_PlaceCmd): reworked place master/slavehobbs2000-05-291-13/+25
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* fixed Tk comment errorssurles1999-04-161-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-25/+25
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1060